1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>8.0.50727</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}</ProjectGuid>
|
---|
9 | <OutputType>Exe</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>test_csharp</RootNamespace>
|
---|
12 | <AssemblyName>test-csharp</AssemblyName>
|
---|
13 | </PropertyGroup>
|
---|
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
15 | <DebugSymbols>true</DebugSymbols>
|
---|
16 | <DebugType>full</DebugType>
|
---|
17 | <Optimize>false</Optimize>
|
---|
18 | <OutputPath>Debug\</OutputPath>
|
---|
19 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
20 | <ErrorReport>prompt</ErrorReport>
|
---|
21 | <WarningLevel>4</WarningLevel>
|
---|
22 | </PropertyGroup>
|
---|
23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
24 | <DebugType>pdbonly</DebugType>
|
---|
25 | <Optimize>true</Optimize>
|
---|
26 | <OutputPath>Release\</OutputPath>
|
---|
27 | <DefineConstants>TRACE</DefineConstants>
|
---|
28 | <ErrorReport>prompt</ErrorReport>
|
---|
29 | <WarningLevel>4</WarningLevel>
|
---|
30 | </PropertyGroup>
|
---|
31 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
32 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
33 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
34 | <Target Name="BeforeBuild">
|
---|
35 | </Target>
|
---|
36 | <Target Name="AfterBuild">
|
---|
37 | </Target>
|
---|
38 | -->
|
---|
39 | <ItemGroup>
|
---|
40 | <Compile Include="test.cs" />
|
---|
41 | </ItemGroup>
|
---|
42 | <ItemGroup>
|
---|
43 | <ProjectReference Include="caca-sharp.csproj">
|
---|
44 | <Project>{046BD004-7B02-4521-BF01-9D9042F19AD5}</Project>
|
---|
45 | <Name>caca-sharp</Name>
|
---|
46 | </ProjectReference>
|
---|
47 | </ItemGroup>
|
---|
48 | <ItemGroup>
|
---|
49 | <Reference Include="System.Drawing" />
|
---|
50 | </ItemGroup>
|
---|
51 | </Project>
|
---|