Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

125 lignes
5.1 KiB

  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. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>..\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <PlatformTarget>x86</PlatformTarget>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>..\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <PlatformTarget>x86</PlatformTarget>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  53. <DebugSymbols>true</DebugSymbols>
  54. <OutputPath>..\Debug\</OutputPath>
  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. <OutputPath>..\Release\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <Optimize>true</Optimize>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>bin\x86\Debug\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE</DefineConstants>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>x86</PlatformTarget>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  77. <OutputPath>bin\x86\Release\</OutputPath>
  78. <DefineConstants>TRACE</DefineConstants>
  79. <Optimize>true</Optimize>
  80. <DebugType>pdbonly</DebugType>
  81. <PlatformTarget>x86</PlatformTarget>
  82. <ErrorReport>prompt</ErrorReport>
  83. </PropertyGroup>
  84. <ItemGroup>
  85. <Reference Include="System" />
  86. <Reference Include="System.Data" />
  87. <Reference Include="System.Drawing" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Caca.cs" />
  92. <Compile Include="Canvas.cs" />
  93. <Compile Include="Attr.cs" />
  94. <Compile Include="Font.cs" />
  95. <Compile Include="Dither.cs" />
  96. <Compile Include="Display.cs" />
  97. <Compile Include="Event.cs" />
  98. <Compile Include="AssemblyInfo.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  109. <Install>false</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. </ItemGroup>
  117. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>