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>{046BD004-7B02-4521-BF01-9D9042F19AD5}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>caca_sharp</RootNamespace>
|
---|
11 | <AssemblyName>caca-sharp</AssemblyName>
|
---|
12 | <FileUpgradeFlags>
|
---|
13 | </FileUpgradeFlags>
|
---|
14 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
15 | <UpgradeBackupLocation>
|
---|
16 | </UpgradeBackupLocation>
|
---|
17 | <PublishUrl>publish\</PublishUrl>
|
---|
18 | <Install>true</Install>
|
---|
19 | <InstallFrom>Disk</InstallFrom>
|
---|
20 | <UpdateEnabled>false</UpdateEnabled>
|
---|
21 | <UpdateMode>Foreground</UpdateMode>
|
---|
22 | <UpdateInterval>7</UpdateInterval>
|
---|
23 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
24 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
25 | <UpdateRequired>false</UpdateRequired>
|
---|
26 | <MapFileExtensions>true</MapFileExtensions>
|
---|
27 | <ApplicationRevision>0</ApplicationRevision>
|
---|
28 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
29 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
30 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
31 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
32 | <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath>
|
---|
33 | <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath>
|
---|
34 | <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
37 | <DebugSymbols>true</DebugSymbols>
|
---|
38 | <DebugType>full</DebugType>
|
---|
39 | <Optimize>false</Optimize>
|
---|
40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
41 | <ErrorReport>prompt</ErrorReport>
|
---|
42 | <WarningLevel>4</WarningLevel>
|
---|
43 | <PlatformTarget>x86</PlatformTarget>
|
---|
44 | </PropertyGroup>
|
---|
45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
46 | <DebugType>pdbonly</DebugType>
|
---|
47 | <Optimize>true</Optimize>
|
---|
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 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
56 | <DebugType>full</DebugType>
|
---|
57 | <PlatformTarget>x64</PlatformTarget>
|
---|
58 | <ErrorReport>prompt</ErrorReport>
|
---|
59 | </PropertyGroup>
|
---|
60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
61 | <DefineConstants>TRACE</DefineConstants>
|
---|
62 | <Optimize>true</Optimize>
|
---|
63 | <DebugType>pdbonly</DebugType>
|
---|
64 | <PlatformTarget>x64</PlatformTarget>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | </PropertyGroup>
|
---|
67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
68 | <DebugSymbols>true</DebugSymbols>
|
---|
69 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
70 | <DebugType>full</DebugType>
|
---|
71 | <PlatformTarget>x86</PlatformTarget>
|
---|
72 | <ErrorReport>prompt</ErrorReport>
|
---|
73 | </PropertyGroup>
|
---|
74 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
75 | <DefineConstants>TRACE</DefineConstants>
|
---|
76 | <Optimize>true</Optimize>
|
---|
77 | <DebugType>pdbonly</DebugType>
|
---|
78 | <PlatformTarget>x86</PlatformTarget>
|
---|
79 | <ErrorReport>prompt</ErrorReport>
|
---|
80 | </PropertyGroup>
|
---|
81 | <ItemGroup>
|
---|
82 | <Reference Include="System" />
|
---|
83 | <Reference Include="System.Data" />
|
---|
84 | <Reference Include="System.Drawing" />
|
---|
85 | <Reference Include="System.Xml" />
|
---|
86 | </ItemGroup>
|
---|
87 | <ItemGroup>
|
---|
88 | <Compile Include="Caca.cs" />
|
---|
89 | <Compile Include="Canvas.cs" />
|
---|
90 | <Compile Include="Attr.cs" />
|
---|
91 | <Compile Include="Font.cs" />
|
---|
92 | <Compile Include="Dither.cs" />
|
---|
93 | <Compile Include="Display.cs" />
|
---|
94 | <Compile Include="Event.cs" />
|
---|
95 | <Compile Include="AssemblyInfo.cs" />
|
---|
96 | </ItemGroup>
|
---|
97 | <ItemGroup>
|
---|
98 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
---|
99 | <Visible>False</Visible>
|
---|
100 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
---|
101 | <Install>true</Install>
|
---|
102 | </BootstrapperPackage>
|
---|
103 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
---|
104 | <Visible>False</Visible>
|
---|
105 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
---|
106 | <Install>false</Install>
|
---|
107 | </BootstrapperPackage>
|
---|
108 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
---|
109 | <Visible>False</Visible>
|
---|
110 | <ProductName>.NET Framework 3.5</ProductName>
|
---|
111 | <Install>false</Install>
|
---|
112 | </BootstrapperPackage>
|
---|
113 | </ItemGroup>
|
---|
114 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
115 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
116 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
117 | <Target Name="BeforeBuild">
|
---|
118 | </Target>
|
---|
119 | <Target Name="AfterBuild">
|
---|
120 | </Target>
|
---|
121 | -->
|
---|
122 | <PropertyGroup>
|
---|
123 | <PreBuildEvent>rd /Q /S $(ProjectDir)\obj</PreBuildEvent>
|
---|
124 | </PropertyGroup>
|
---|
125 | </Project>
|
---|