RenderTarget2DSample.Linux.csproj 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DED4371E-B92B-46FC-B4A3-B56BCAE12477}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>RenderTarget2DSample</RootNamespace>
  11. <AssemblyName>RenderTarget2DSample</AssemblyName>
  12. <StartupObject>RenderTarget2DSample.Program</StartupObject>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>False</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>False</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>False</ConsolePause>
  31. </PropertyGroup>
  32. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <None Include="Background.png">
  38. <Link>Background.png</Link>
  39. </None>
  40. <None Include="Game.ico">
  41. <Link>Game.ico</Link>
  42. </None>
  43. <None Include="GameThumbnail.png">
  44. <Link>GameThumbnail.png</Link>
  45. </None>
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Game1.cs">
  49. <Link>Game1.cs</Link>
  50. </Compile>
  51. <Compile Include="Program.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Content Include="Content\MooTheMerciless.xnb">
  55. <Link>Content\MooTheMerciless.xnb</Link>
  56. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  57. </Content>
  58. <Content Include="Content\wood.xnb">
  59. <Link>Content\wood.xnb</Link>
  60. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  61. </Content>
  62. </ItemGroup>
  63. </Project>