MonoGame.Samples.Draw2D.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DEC435F4-9E84-490B-9890-72E5F514B8D0}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.Draw2D</RootNamespace>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  18. <DefineConstants>DEBUG</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <MtouchLink>None</MtouchLink>
  22. <MtouchDebug>True</MtouchDebug>
  23. <MtouchI18n />
  24. <MtouchUseLlvm>false</MtouchUseLlvm>
  25. <MtouchUseArmv7>false</MtouchUseArmv7>
  26. <MtouchUseThumb>false</MtouchUseThumb>
  27. <MtouchUseSGen>false</MtouchUseSGen>
  28. <AssemblyName>Draw2D</AssemblyName>
  29. <MtouchArch>ARMv6</MtouchArch>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <MtouchDebug>False</MtouchDebug>
  38. <MtouchI18n />
  39. <MtouchUseLlvm>false</MtouchUseLlvm>
  40. <MtouchUseArmv7>false</MtouchUseArmv7>
  41. <MtouchUseThumb>false</MtouchUseThumb>
  42. <MtouchUseSGen>false</MtouchUseSGen>
  43. <AssemblyName>Draw2D</AssemblyName>
  44. <MtouchArch>ARMv6</MtouchArch>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  47. <DebugSymbols>true</DebugSymbols>
  48. <DebugType>full</DebugType>
  49. <Optimize>false</Optimize>
  50. <OutputPath>bin\iPhone\Debug</OutputPath>
  51. <DefineConstants>DEBUG</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <MtouchDebug>True</MtouchDebug>
  55. <CodesignKey>iPhone Developer</CodesignKey>
  56. <MtouchI18n />
  57. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  58. <MtouchUseLlvm>false</MtouchUseLlvm>
  59. <MtouchUseArmv7>false</MtouchUseArmv7>
  60. <MtouchUseThumb>false</MtouchUseThumb>
  61. <MtouchUseSGen>false</MtouchUseSGen>
  62. <AssemblyName>Draw2D</AssemblyName>
  63. <MtouchArch>ARMv6</MtouchArch>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  66. <DebugType>none</DebugType>
  67. <Optimize>false</Optimize>
  68. <OutputPath>bin\iPhone\Release</OutputPath>
  69. <ErrorReport>prompt</ErrorReport>
  70. <WarningLevel>4</WarningLevel>
  71. <MtouchDebug>False</MtouchDebug>
  72. <MtouchI18n />
  73. <CodesignKey>iPhone Developer</CodesignKey>
  74. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  75. <MtouchUseLlvm>false</MtouchUseLlvm>
  76. <MtouchUseArmv7>false</MtouchUseArmv7>
  77. <MtouchUseThumb>false</MtouchUseThumb>
  78. <MtouchUseSGen>false</MtouchUseSGen>
  79. <AssemblyName>Draw2D</AssemblyName>
  80. <MtouchArch>ARMv6</MtouchArch>
  81. </PropertyGroup>
  82. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  83. <DebugType>none</DebugType>
  84. <Optimize>false</Optimize>
  85. <OutputPath>bin\Debug</OutputPath>
  86. <WarningLevel>4</WarningLevel>
  87. <MtouchDebug>False</MtouchDebug>
  88. <MtouchUseSGen>false</MtouchUseSGen>
  89. <MtouchUseLlvm>false</MtouchUseLlvm>
  90. <AssemblyName>MonoGameSamplesDraw2D</AssemblyName>
  91. <MtouchUseThumb>false</MtouchUseThumb>
  92. <MtouchUseArmv7>false</MtouchUseArmv7>
  93. <MtouchArch>ARMv6</MtouchArch>
  94. </PropertyGroup>
  95. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  96. <DebugType>none</DebugType>
  97. <Optimize>false</Optimize>
  98. <OutputPath>bin\Release</OutputPath>
  99. <WarningLevel>4</WarningLevel>
  100. <MtouchDebug>False</MtouchDebug>
  101. <MtouchUseSGen>false</MtouchUseSGen>
  102. <MtouchUseLlvm>false</MtouchUseLlvm>
  103. <AssemblyName>MonoGameSamplesDraw2D</AssemblyName>
  104. <MtouchUseThumb>false</MtouchUseThumb>
  105. <MtouchUseArmv7>false</MtouchUseArmv7>
  106. <MtouchArch>ARMv6</MtouchArch>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <Reference Include="System" />
  110. <Reference Include="System.Xml" />
  111. <Reference Include="System.Core" />
  112. <Reference Include="monotouch" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Compile Include="Game1.cs" />
  116. <Compile Include="main.cs" />
  117. <Compile Include="FPSCounterComponent.cs" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Content Include="Content\purpleBall.xnb">
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </Content>
  123. <Content Include="Content\SpriteFont1.xnb">
  124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  125. </Content>
  126. <Content Include="Default.png">
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </Content>
  129. <Content Include="Content\monogameicon.png">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </Content>
  132. </ItemGroup>
  133. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  134. <ItemGroup>
  135. <None Include="monogameicon.png" />
  136. <None Include="Info.plist" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  140. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  141. <Name>MonoGame.Framework.iOS</Name>
  142. </ProjectReference>
  143. </ItemGroup>
  144. </Project>