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.
 
 
 
 
 
 

91 lines
3.7 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>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="System" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Caca.cs" />
  58. <Compile Include="Canvas.cs" />
  59. <Compile Include="Attr.cs" />
  60. <Compile Include="Font.cs" />
  61. <Compile Include="Dither.cs" />
  62. <Compile Include="Display.cs" />
  63. <Compile Include="Event.cs" />
  64. <Compile Include="AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  68. <Visible>False</Visible>
  69. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  70. <Install>true</Install>
  71. </BootstrapperPackage>
  72. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  73. <Visible>False</Visible>
  74. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  75. <Install>false</Install>
  76. </BootstrapperPackage>
  77. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  78. <Visible>False</Visible>
  79. <ProductName>.NET Framework 3.5</ProductName>
  80. <Install>false</Install>
  81. </BootstrapperPackage>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. </Project>