MonoGame.Samples.Draw2D.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  12. <BundleDisplayName>Draw2D</BundleDisplayName>
  13. <BundleIcon>monogameicon.png</BundleIcon>
  14. <RootNamespace>MonoGame.Samples.Draw2D</RootNamespace>
  15. <SupportedDevices>IPhoneAndIPad</SupportedDevices>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  22. <DefineConstants>DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchDebug>True</MtouchDebug>
  27. <MtouchI18n />
  28. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  29. <MtouchUseLlvm>false</MtouchUseLlvm>
  30. <MtouchUseArmv7>false</MtouchUseArmv7>
  31. <MtouchUseThumb>false</MtouchUseThumb>
  32. <MtouchUseSGen>false</MtouchUseSGen>
  33. <AssemblyName>Draw2D</AssemblyName>
  34. <MtouchArch>ARMv6</MtouchArch>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  37. <DebugType>none</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <MtouchDebug>False</MtouchDebug>
  43. <MtouchI18n />
  44. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  45. <MtouchUseLlvm>false</MtouchUseLlvm>
  46. <MtouchUseArmv7>false</MtouchUseArmv7>
  47. <MtouchUseThumb>false</MtouchUseThumb>
  48. <MtouchUseSGen>false</MtouchUseSGen>
  49. <AssemblyName>Draw2D</AssemblyName>
  50. <MtouchArch>ARMv6</MtouchArch>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  53. <DebugSymbols>true</DebugSymbols>
  54. <DebugType>full</DebugType>
  55. <Optimize>false</Optimize>
  56. <OutputPath>bin\iPhone\Debug</OutputPath>
  57. <DefineConstants>DEBUG</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <MtouchDebug>True</MtouchDebug>
  61. <CodesignKey>iPhone Developer</CodesignKey>
  62. <MtouchI18n />
  63. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  64. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  65. <MtouchUseLlvm>false</MtouchUseLlvm>
  66. <MtouchUseArmv7>false</MtouchUseArmv7>
  67. <MtouchUseThumb>false</MtouchUseThumb>
  68. <MtouchUseSGen>false</MtouchUseSGen>
  69. <AssemblyName>Draw2D</AssemblyName>
  70. <MtouchArch>ARMv6</MtouchArch>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  73. <DebugType>none</DebugType>
  74. <Optimize>false</Optimize>
  75. <OutputPath>bin\iPhone\Release</OutputPath>
  76. <ErrorReport>prompt</ErrorReport>
  77. <WarningLevel>4</WarningLevel>
  78. <MtouchDebug>False</MtouchDebug>
  79. <MtouchI18n />
  80. <CodesignKey>iPhone Developer</CodesignKey>
  81. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  82. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  83. <MtouchUseLlvm>false</MtouchUseLlvm>
  84. <MtouchUseArmv7>false</MtouchUseArmv7>
  85. <MtouchUseThumb>false</MtouchUseThumb>
  86. <MtouchUseSGen>false</MtouchUseSGen>
  87. <AssemblyName>Draw2D</AssemblyName>
  88. <MtouchArch>ARMv6</MtouchArch>
  89. </PropertyGroup>
  90. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  91. <DebugType>none</DebugType>
  92. <Optimize>false</Optimize>
  93. <OutputPath>bin\Debug</OutputPath>
  94. <WarningLevel>4</WarningLevel>
  95. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  96. <MtouchDebug>False</MtouchDebug>
  97. <MtouchUseSGen>false</MtouchUseSGen>
  98. <MtouchUseLlvm>false</MtouchUseLlvm>
  99. <AssemblyName>MonoGameSamplesDraw2D</AssemblyName>
  100. <MtouchUseThumb>false</MtouchUseThumb>
  101. <MtouchUseArmv7>false</MtouchUseArmv7>
  102. <MtouchArch>ARMv6</MtouchArch>
  103. </PropertyGroup>
  104. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  105. <DebugType>none</DebugType>
  106. <Optimize>false</Optimize>
  107. <OutputPath>bin\Release</OutputPath>
  108. <WarningLevel>4</WarningLevel>
  109. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  110. <MtouchDebug>False</MtouchDebug>
  111. <MtouchUseSGen>false</MtouchUseSGen>
  112. <MtouchUseLlvm>false</MtouchUseLlvm>
  113. <AssemblyName>MonoGameSamplesDraw2D</AssemblyName>
  114. <MtouchUseThumb>false</MtouchUseThumb>
  115. <MtouchUseArmv7>false</MtouchUseArmv7>
  116. <MtouchArch>ARMv6</MtouchArch>
  117. </PropertyGroup>
  118. <ItemGroup>
  119. <Reference Include="System" />
  120. <Reference Include="System.Xml" />
  121. <Reference Include="System.Core" />
  122. <Reference Include="monotouch" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Compile Include="Game1.cs" />
  126. <Compile Include="main.cs" />
  127. <Compile Include="FPSCounterComponent.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Content Include="Content\purpleBall.xnb">
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </Content>
  133. <Content Include="Content\SpriteFont1.xnb">
  134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  135. </Content>
  136. <Content Include="Default.png">
  137. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  138. </Content>
  139. <Content Include="Content\monogameicon.png">
  140. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  141. </Content>
  142. </ItemGroup>
  143. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  144. <ItemGroup>
  145. <None Include="monogameicon.png" />
  146. <None Include="Info.plist" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  150. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  151. <Name>MonoGame.Framework.iOS</Name>
  152. </ProjectReference>
  153. </ItemGroup>
  154. </Project>