1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
2 | <PropertyGroup>
|
---|
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
5 | <ProductVersion>8.0.50727</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 | </PropertyGroup>
|
---|
12 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
13 | <DebugSymbols>true</DebugSymbols>
|
---|
14 | <DebugType>full</DebugType>
|
---|
15 | <Optimize>true</Optimize>
|
---|
16 | <OutputPath>.\</OutputPath>
|
---|
17 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
18 | <ErrorReport>prompt</ErrorReport>
|
---|
19 | <WarningLevel>4</WarningLevel>
|
---|
20 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
21 | </PropertyGroup>
|
---|
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
23 | <DebugType>pdbonly</DebugType>
|
---|
24 | <Optimize>true</Optimize>
|
---|
25 | <OutputPath>.\</OutputPath>
|
---|
26 | <DefineConstants>TRACE</DefineConstants>
|
---|
27 | <ErrorReport>prompt</ErrorReport>
|
---|
28 | <WarningLevel>4</WarningLevel>
|
---|
29 | </PropertyGroup>
|
---|
30 | <ItemGroup>
|
---|
31 | <Reference Include="System" />
|
---|
32 | </ItemGroup>
|
---|
33 | <ItemGroup>
|
---|
34 | <Compile Include="test.cs" />
|
---|
35 | </ItemGroup>
|
---|
36 | <ItemGroup>
|
---|
37 | <ProjectReference Include="pipi-sharp.csproj">
|
---|
38 | <Project>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</Project>
|
---|
39 | <Name>pipi-sharp</Name>
|
---|
40 | </ProjectReference>
|
---|
41 | </ItemGroup>
|
---|
42 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
43 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
44 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
45 | <Target Name="BeforeBuild">
|
---|
46 | </Target>
|
---|
47 | <Target Name="AfterBuild">
|
---|
48 | </Target>
|
---|
49 | -->
|
---|
50 | </Project>
|
---|