1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>9.0.30729</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 | <FileUpgradeFlags>
|
---|
14 | </FileUpgradeFlags>
|
---|
15 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
16 | <UpgradeBackupLocation>
|
---|
17 | </UpgradeBackupLocation>
|
---|
18 | <PublishUrl>publish\</PublishUrl>
|
---|
19 | <Install>true</Install>
|
---|
20 | <InstallFrom>Disk</InstallFrom>
|
---|
21 | <UpdateEnabled>false</UpdateEnabled>
|
---|
22 | <UpdateMode>Foreground</UpdateMode>
|
---|
23 | <UpdateInterval>7</UpdateInterval>
|
---|
24 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
25 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
26 | <UpdateRequired>false</UpdateRequired>
|
---|
27 | <MapFileExtensions>true</MapFileExtensions>
|
---|
28 | <ApplicationRevision>0</ApplicationRevision>
|
---|
29 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
30 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
31 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
32 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
33 | </PropertyGroup>
|
---|
34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
35 | <DebugSymbols>true</DebugSymbols>
|
---|
36 | <DebugType>full</DebugType>
|
---|
37 | <Optimize>false</Optimize>
|
---|
38 | <OutputPath>..\Debug\</OutputPath>
|
---|
39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
40 | <ErrorReport>prompt</ErrorReport>
|
---|
41 | <WarningLevel>4</WarningLevel>
|
---|
42 | <PlatformTarget>x86</PlatformTarget>
|
---|
43 | </PropertyGroup>
|
---|
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
45 | <DebugType>pdbonly</DebugType>
|
---|
46 | <Optimize>true</Optimize>
|
---|
47 | <OutputPath>..\Release\</OutputPath>
|
---|
48 | <DefineConstants>TRACE</DefineConstants>
|
---|
49 | <ErrorReport>prompt</ErrorReport>
|
---|
50 | <WarningLevel>4</WarningLevel>
|
---|
51 | <PlatformTarget>x86</PlatformTarget>
|
---|
52 | </PropertyGroup>
|
---|
53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
54 | <DebugSymbols>true</DebugSymbols>
|
---|
55 | <OutputPath>..\Debug\</OutputPath>
|
---|
56 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
57 | <DebugType>full</DebugType>
|
---|
58 | <PlatformTarget>x64</PlatformTarget>
|
---|
59 | <ErrorReport>prompt</ErrorReport>
|
---|
60 | </PropertyGroup>
|
---|
61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
62 | <OutputPath>..\Release\</OutputPath>
|
---|
63 | <DefineConstants>TRACE</DefineConstants>
|
---|
64 | <Optimize>true</Optimize>
|
---|
65 | <DebugType>pdbonly</DebugType>
|
---|
66 | <PlatformTarget>x64</PlatformTarget>
|
---|
67 | <ErrorReport>prompt</ErrorReport>
|
---|
68 | </PropertyGroup>
|
---|
69 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
70 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
71 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
72 | <Target Name="BeforeBuild">
|
---|
73 | </Target>
|
---|
74 | <Target Name="AfterBuild">
|
---|
75 | </Target>
|
---|
76 | -->
|
---|
77 | <ItemGroup>
|
---|
78 | <Compile Include="test.cs" />
|
---|
79 | </ItemGroup>
|
---|
80 | <ItemGroup>
|
---|
81 | <ProjectReference Include="caca-sharp.csproj">
|
---|
82 | <Project>{046BD004-7B02-4521-BF01-9D9042F19AD5}</Project>
|
---|
83 | <Name>caca-sharp %28caca-sharp\caca-sharp%29</Name>
|
---|
84 | </ProjectReference>
|
---|
85 | </ItemGroup>
|
---|
86 | <ItemGroup>
|
---|
87 | <Reference Include="System.Drawing" />
|
---|
88 | </ItemGroup>
|
---|
89 | <ItemGroup>
|
---|
90 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
---|
91 | <Visible>False</Visible>
|
---|
92 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
---|
93 | <Install>true</Install>
|
---|
94 | </BootstrapperPackage>
|
---|
95 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
---|
96 | <Visible>False</Visible>
|
---|
97 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
---|
98 | <Install>false</Install>
|
---|
99 | </BootstrapperPackage>
|
---|
100 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
---|
101 | <Visible>False</Visible>
|
---|
102 | <ProductName>.NET Framework 3.5</ProductName>
|
---|
103 | <Install>false</Install>
|
---|
104 | </BootstrapperPackage>
|
---|
105 | </ItemGroup>
|
---|
106 | </Project> |
---|