2
0

Aiming.PSMobile.csproj 2.5 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>{4465C957-DB01-4FE4-8ADE-A7A7CA2CD773}</ProjectGuid>
  9. <ProjectTypeGuids>{69878862-DA7D-4DC6-B0A1-50D8FAB4242F};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.Aiming.PSSuite</RootNamespace>
  12. <AssemblyName>MonoGame.Samples.Aiming.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.PlayStation.Core" />
  37. </ItemGroup>
  38. <Import Project="$(MSBuildExtensionsPath)\Sce\Sce.Psm.CSharp.targets" />
  39. <ItemGroup>
  40. <Compile Include="AimingGame.cs" />
  41. <Compile Include="Main.cs" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Folder Include="Content\" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Content Include="..\CompiledContent\Android\Content\Textures\cat.xnb">
  48. <Link>Content\cat.xnb</Link>
  49. </Content>
  50. <Content Include="..\CompiledContent\Android\Content\Textures\spotlight.xnb">
  51. <Link>Content\spotlight.xnb</Link>
  52. </Content>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <PsmMetadata Include="app.xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.PSMobile.csproj">
  59. <Project>{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}</Project>
  60. <Name>MonoGame.Framework.PSMobile</Name>
  61. </ProjectReference>
  62. </ItemGroup>
  63. </Project>