1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
2 | <PropertyGroup>
|
---|
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
7 | <ProjectGuid>{2A062F77-ED16-4B74-B7B7-5ED93FAF300A}</ProjectGuid>
|
---|
8 | <OutputType>WinExe</OutputType>
|
---|
9 | <RootNamespace>test_csharp</RootNamespace>
|
---|
10 | <AssemblyName>test</AssemblyName>
|
---|
11 | <FileUpgradeFlags>
|
---|
12 | </FileUpgradeFlags>
|
---|
13 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
14 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
15 | <UpgradeBackupLocation>
|
---|
16 | </UpgradeBackupLocation>
|
---|
17 | </PropertyGroup>
|
---|
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
19 | <DebugSymbols>true</DebugSymbols>
|
---|
20 | <DebugType>full</DebugType>
|
---|
21 | <Optimize>true</Optimize>
|
---|
22 | <OutputPath>..\win32\Debug\bin\</OutputPath>
|
---|
23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
24 | <ErrorReport>prompt</ErrorReport>
|
---|
25 | <WarningLevel>4</WarningLevel>
|
---|
26 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
27 | <OutputType>WinExe</OutputType>
|
---|
28 | <AssemblyName>test</AssemblyName>
|
---|
29 | <RootNamespace>test_csharp</RootNamespace>
|
---|
30 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
31 | <PlatformTarget>x86</PlatformTarget>
|
---|
32 | </PropertyGroup>
|
---|
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
34 | <DebugType>pdbonly</DebugType>
|
---|
35 | <Optimize>true</Optimize>
|
---|
36 | <OutputPath>..\win32\Release\bin\</OutputPath>
|
---|
37 | <DefineConstants>TRACE</DefineConstants>
|
---|
38 | <ErrorReport>prompt</ErrorReport>
|
---|
39 | <WarningLevel>4</WarningLevel>
|
---|
40 | <OutputType>WinExe</OutputType>
|
---|
41 | <AssemblyName>test</AssemblyName>
|
---|
42 | <DebugSymbols>true</DebugSymbols>
|
---|
43 | <RootNamespace>test_csharp</RootNamespace>
|
---|
44 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
---|
45 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
46 | <PlatformTarget>x86</PlatformTarget>
|
---|
47 | </PropertyGroup>
|
---|
48 | <ItemGroup>
|
---|
49 | <Reference Include="System" />
|
---|
50 | </ItemGroup>
|
---|
51 | <ItemGroup>
|
---|
52 | <Compile Include="test.cs" />
|
---|
53 | </ItemGroup>
|
---|
54 | <ItemGroup>
|
---|
55 | <ProjectReference Include="pipi-sharp.csproj">
|
---|
56 | <Project>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</Project>
|
---|
57 | <Name>pipi-sharp %28pipi-sharp\pipi-sharp%29</Name>
|
---|
58 | </ProjectReference>
|
---|
59 | </ItemGroup>
|
---|
60 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
61 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
62 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
63 | <Target Name="BeforeBuild">
|
---|
64 | </Target>
|
---|
65 | <Target Name="AfterBuild">
|
---|
66 | </Target>
|
---|
67 | -->
|
---|
68 | </Project> |
---|