MonoGame.Samples.GameComponents.csproj 6.0 KB

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