Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

test-csharp.csproj 4.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath>
  34. <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath>
  35. <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <PlatformTarget>x86</PlatformTarget>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <PlatformTarget>x86</PlatformTarget>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  55. <DebugSymbols>true</DebugSymbols>
  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. <DefineConstants>TRACE</DefineConstants>
  63. <Optimize>true</Optimize>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. </PropertyGroup>
  68. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  69. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  70. Other similar extension points exist, see Microsoft.Common.targets.
  71. <Target Name="BeforeBuild">
  72. </Target>
  73. <Target Name="AfterBuild">
  74. </Target>
  75. -->
  76. <PropertyGroup>
  77. <PreBuildEvent>rd /Q /S $(ProjectDir)\obj</PreBuildEvent>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Compile Include="test.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="caca-sharp.csproj">
  84. <Project>{046BD004-7B02-4521-BF01-9D9042F19AD5}</Project>
  85. <Name>caca-sharp %28caca-sharp\caca-sharp%29</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Reference Include="System.Drawing" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  93. <Visible>False</Visible>
  94. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  95. <Install>true</Install>
  96. </BootstrapperPackage>
  97. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  98. <Visible>False</Visible>
  99. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  100. <Install>false</Install>
  101. </BootstrapperPackage>
  102. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  103. <Visible>False</Visible>
  104. <ProductName>.NET Framework 3.5</ProductName>
  105. <Install>false</Install>
  106. </BootstrapperPackage>
  107. </ItemGroup>
  108. </Project>