MonoGame.Samples.ChaseAndEvade.iOS.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1557EE13-80AB-4E4C-9C10-9CBFC8E727C3}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.ChaseAndEvade</RootNamespace>
  12. <AssemblyName>ChaseAndEvade</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  19. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <MtouchDebug>true</MtouchDebug>
  23. <CodesignKey>iPhone Developer</CodesignKey>
  24. <MtouchLink>None</MtouchLink>
  25. <MtouchI18n />
  26. <MtouchUseArmv7>false</MtouchUseArmv7>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <CodesignKey>iPhone Developer</CodesignKey>
  35. <MtouchLink>None</MtouchLink>
  36. <DefineConstants>IPHONE</DefineConstants>
  37. <MtouchI18n />
  38. <MtouchUseArmv7>false</MtouchUseArmv7>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\iPhone\Debug</OutputPath>
  45. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <MtouchDebug>true</MtouchDebug>
  49. <CodesignKey>iPhone Developer</CodesignKey>
  50. <MtouchLink>None</MtouchLink>
  51. <MtouchI18n />
  52. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  53. <MtouchUseArmv7>false</MtouchUseArmv7>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  56. <DebugType>none</DebugType>
  57. <Optimize>false</Optimize>
  58. <OutputPath>bin\iPhone\Release</OutputPath>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <CodesignKey>iPhone Developer</CodesignKey>
  62. <DefineConstants>IPHONE</DefineConstants>
  63. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  64. <MtouchUseArmv7>false</MtouchUseArmv7>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhone' ">
  67. <DebugType>none</DebugType>
  68. <Optimize>false</Optimize>
  69. <OutputPath>bin</OutputPath>
  70. <WarningLevel>4</WarningLevel>
  71. <CodesignKey>iPhone Developer</CodesignKey>
  72. <MtouchI18n />
  73. <DefineConstants>IPHONE</DefineConstants>
  74. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  75. <MtouchUseArmv7>false</MtouchUseArmv7>
  76. </PropertyGroup>
  77. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhoneSimulator' ">
  78. <DebugType>none</DebugType>
  79. <Optimize>false</Optimize>
  80. <OutputPath>bin\Distribution</OutputPath>
  81. <WarningLevel>4</WarningLevel>
  82. </PropertyGroup>
  83. <ItemGroup>
  84. <Reference Include="System" />
  85. <Reference Include="System.Xml" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="monotouch" />
  88. <Reference Include="OpenTK" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="ChaseAndEvadeGame.cs" />
  92. <Compile Include="Program.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Folder Include="Content\" />
  96. </ItemGroup>
  97. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  98. <ItemGroup>
  99. <Content Include="Default.png">
  100. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  101. </Content>
  102. <Content Include="Content\cat.png">
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </Content>
  105. <Content Include="Content\mouse.png">
  106. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  107. </Content>
  108. <Content Include="Content\tank.png">
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </Content>
  111. <Content Include="Content\Arial.xnb">
  112. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  113. </Content>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="GameThumbnail.png" />
  117. <None Include="Info.iOS.plist">
  118. <Link>Info.plist</Link>
  119. </None>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  123. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  124. <Name>MonoGame.Framework.iOS</Name>
  125. </ProjectReference>
  126. </ItemGroup>
  127. </Project>