You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

143 rivejä
6.2 KiB

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