1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{62BB6550-9FD2-42D0-BD67-CC9CA4D745FE}</ProjectGuid>
\r
8 <OutputType>WinExe</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>WindowsApplication1</RootNamespace>
\r
11 <AssemblyName>WindowsApplication1</AssemblyName>
\r
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
14 <DebugSymbols>true</DebugSymbols>
\r
15 <DebugType>full</DebugType>
\r
16 <Optimize>false</Optimize>
\r
17 <OutputPath>bin\Debug\</OutputPath>
\r
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
19 <ErrorReport>prompt</ErrorReport>
\r
20 <WarningLevel>4</WarningLevel>
\r
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
23 <DebugType>pdbonly</DebugType>
\r
24 <Optimize>true</Optimize>
\r
25 <OutputPath>bin\Release\</OutputPath>
\r
26 <DefineConstants>TRACE</DefineConstants>
\r
27 <ErrorReport>prompt</ErrorReport>
\r
28 <WarningLevel>4</WarningLevel>
\r
31 <Reference Include="System" />
\r
32 <Reference Include="System.Data" />
\r
33 <Reference Include="System.Deployment" />
\r
34 <Reference Include="System.Drawing" />
\r
35 <Reference Include="System.Windows.Forms" />
\r
36 <Reference Include="System.Xml" />
\r
39 <Compile Include="Form1.cs">
\r
40 <SubType>Form</SubType>
\r
42 <Compile Include="Form1.Designer.cs">
\r
43 <DependentUpon>Form1.cs</DependentUpon>
\r
45 <Compile Include="Program.cs" />
\r
46 <Compile Include="Properties\AssemblyInfo.cs" />
\r
47 <EmbeddedResource Include="Form1.resx">
\r
48 <SubType>Designer</SubType>
\r
49 <DependentUpon>Form1.cs</DependentUpon>
\r
51 <EmbeddedResource Include="Properties\Resources.resx">
\r
52 <Generator>ResXFileCodeGenerator</Generator>
\r
53 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
\r
54 <SubType>Designer</SubType>
\r
56 <Compile Include="Properties\Resources.Designer.cs">
\r
57 <AutoGen>True</AutoGen>
\r
58 <DependentUpon>Resources.resx</DependentUpon>
\r
60 <None Include="Properties\Settings.settings">
\r
61 <Generator>SettingsSingleFileGenerator</Generator>
\r
62 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
\r
64 <Compile Include="Properties\Settings.Designer.cs">
\r
65 <AutoGen>True</AutoGen>
\r
66 <DependentUpon>Settings.settings</DependentUpon>
\r
67 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
71 <ProjectReference Include="..\..\..\..\projects\ironpython\src\IronPython-1.0.1\Src\IronMath\IronMath.csproj">
\r
72 <Project>{23392B2F-6141-418B-A442-E4D7ABE15774}</Project>
\r
73 <Name>IronMath</Name>
\r
75 <ProjectReference Include="..\..\..\..\projects\ironpython\src\IronPython-1.0.1\Src\IronPython\IronPython.csproj">
\r
76 <Project>{16ED1884-8B08-4787-B598-7C9D60519075}</Project>
\r
77 <Name>IronPython</Name>
\r
80 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
81 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
82 Other similar extension points exist, see Microsoft.Common.targets.
\r
83 <Target Name="BeforeBuild">
\r
85 <Target Name="AfterBuild">
\r