MonoGame.Samples.RenderTarget2D.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0A404652-27C9-40AA-B037-5665BC725621}</ProjectGuid>
  9. <ProjectTypeGuids>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>RenderTarget2D</RootNamespace>
  12. <AssemblyName>RenderTarget2D</AssemblyName>
  13. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  20. <DefineConstants>DEBUG</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <MtouchLink>None</MtouchLink>
  24. <MtouchDebug>True</MtouchDebug>
  25. <MtouchUseLlvm>false</MtouchUseLlvm>
  26. <ConsolePause>false</ConsolePause>
  27. <MtouchUseSGen>false</MtouchUseSGen>
  28. <MtouchUseThumb>false</MtouchUseThumb>
  29. <MtouchArch>ARMv6</MtouchArch>
  30. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  31. <MtouchI18n />
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  34. <DebugType>none</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <MtouchLink>None</MtouchLink>
  40. <MtouchDebug>False</MtouchDebug>
  41. <MtouchUseSGen>false</MtouchUseSGen>
  42. <ConsolePause>false</ConsolePause>
  43. <MtouchUseLlvm>false</MtouchUseLlvm>
  44. <MtouchUseThumb>false</MtouchUseThumb>
  45. <MtouchArch>ARMv6</MtouchArch>
  46. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  49. <DebugSymbols>true</DebugSymbols>
  50. <DebugType>full</DebugType>
  51. <Optimize>false</Optimize>
  52. <OutputPath>bin\iPhone\Debug</OutputPath>
  53. <DefineConstants>DEBUG</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <MtouchUseSGen>false</MtouchUseSGen>
  57. <MtouchDebug>True</MtouchDebug>
  58. <CodesignKey>iPhone Developer</CodesignKey>
  59. <ConsolePause>false</ConsolePause>
  60. <MtouchUseThumb>false</MtouchUseThumb>
  61. <MtouchArch>ARMv6</MtouchArch>
  62. <MtouchUseLlvm>false</MtouchUseLlvm>
  63. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  64. <MtouchI18n />
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  67. <DebugType>none</DebugType>
  68. <Optimize>false</Optimize>
  69. <OutputPath>bin\iPhone\Release</OutputPath>
  70. <ErrorReport>prompt</ErrorReport>
  71. <WarningLevel>4</WarningLevel>
  72. <MtouchUseSGen>false</MtouchUseSGen>
  73. <MtouchDebug>False</MtouchDebug>
  74. <MtouchUseThumb>false</MtouchUseThumb>
  75. <ConsolePause>false</ConsolePause>
  76. <CodesignKey>iPhone Developer</CodesignKey>
  77. <MtouchArch>ARMv6</MtouchArch>
  78. <MtouchUseLlvm>false</MtouchUseLlvm>
  79. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="System" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="monotouch" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="Info.plist" />
  89. <None Include="..\..\MacOS\RenderTarget2DSample\Background.png">
  90. <Link>Background.png</Link>
  91. </None>
  92. <None Include="..\..\MacOS\RenderTarget2DSample\GameThumbnail.png">
  93. <Link>GameThumbnail.png</Link>
  94. </None>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Main.cs" />
  98. <Compile Include="..\..\MacOS\RenderTarget2DSample\Game1.cs">
  99. <Link>Game1.cs</Link>
  100. </Compile>
  101. </ItemGroup>
  102. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  103. <ItemGroup>
  104. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  105. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  106. <Name>MonoGame.Framework.iOS</Name>
  107. </ProjectReference>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Content Include="..\..\MacOS\RenderTarget2DSample\Content\MooTheMerciless.xnb">
  111. <Link>Content\MooTheMerciless.xnb</Link>
  112. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  113. </Content>
  114. <Content Include="..\..\MacOS\RenderTarget2DSample\Content\wood.xnb">
  115. <Link>Content\wood.xnb</Link>
  116. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  117. </Content>
  118. </ItemGroup>
  119. </Project>