RenderTarget2D.csproj 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectGuid>{B3DD03E0-4DEC-45A0-A481-2CF90A51C516}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Exe</OutputType>
  8. <RootNamespace>RenderTarget2D</RootNamespace>
  9. <AssemblyName>RenderTarget2D</AssemblyName>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <ProductVersion>10.0.0</ProductVersion>
  13. <SchemaVersion>2.0</SchemaVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
  16. <PlatformTarget>x86</PlatformTarget>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DebugSymbols>True</DebugSymbols>
  21. <DebugType>Full</DebugType>
  22. <Optimize>False</Optimize>
  23. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DebugSymbols>False</DebugSymbols>
  29. <DebugType>None</DebugType>
  30. <Optimize>True</Optimize>
  31. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  32. <DefineConstants>TRACE</DefineConstants>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core">
  43. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="..\..\MacOS\RenderTarget2DSample\Game1.cs">
  50. <Link>Game1.cs</Link>
  51. </Compile>
  52. <Compile Include="Program.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Content Include="..\..\MacOS\RenderTarget2DSample\Content\MooTheMerciless.xnb">
  57. <Link>Content\MooTheMerciless.xnb</Link>
  58. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  59. </Content>
  60. <Content Include="..\..\MacOS\RenderTarget2DSample\Content\wood.xnb">
  61. <Link>Content\wood.xnb</Link>
  62. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  63. </Content>
  64. </ItemGroup>
  65. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
  66. </Project>