MonoGame.Samples.ChaseAndEvade.PSSuite.csproj 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>{CA033BAB-B214-4BF9-A903-85038AE666AA}</ProjectGuid>
  9. <ProjectTypeGuids>{69878862-DA7D-4DC6-B0A1-50D8FAB4242F};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.ChaseAndEvade.PSSuite</RootNamespace>
  12. <AssemblyName>MonoGame.Samples.ChaseAndEvade.PSSuite</AssemblyName>
  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>true</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Xml" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="Sce.Pss.Core" />
  37. </ItemGroup>
  38. <Import Project="$(MSBuildExtensionsPath)\Sce\Sce.Pss.CSharp.targets" />
  39. <ItemGroup>
  40. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.PSSuite.csproj">
  41. <Project>{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}</Project>
  42. <Name>MonoGame.Framework.PSSuite</Name>
  43. </ProjectReference>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Folder Include="Content\" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Content Include="Content\cat.png">
  50. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  51. </Content>
  52. <Content Include="Content\mouse.png">
  53. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  54. </Content>
  55. <Content Include="Content\tank.png">
  56. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  57. </Content>
  58. <Content Include="Content\Arial.xnb">
  59. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  60. </Content>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="ChaseAndEvadeGame.cs" />
  64. <Compile Include="Program.cs" />
  65. </ItemGroup>
  66. </Project>