MonoGame.Samples.BatteryStatus.iOS.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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>{B1E27EDB-2AC5-4A8A-8FD2-29CEEBDF3344}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.BatteryStatus</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. <MtouchUseArmv7>false</MtouchUseArmv7>
  25. <AssemblyName>BatteryStatus</AssemblyName>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <MtouchI18n />
  34. <MtouchUseArmv7>false</MtouchUseArmv7>
  35. <AssemblyName>BatteryStatus</AssemblyName>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\iPhone\Debug</OutputPath>
  42. <DefineConstants>DEBUG</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <MtouchDebug>true</MtouchDebug>
  46. <MtouchI18n />
  47. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  48. <CodesignKey>iPhone Developer</CodesignKey>
  49. <MtouchUseArmv7>false</MtouchUseArmv7>
  50. <AssemblyName>BatteryStatus</AssemblyName>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  53. <DebugType>none</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>bin\iPhone\Release</OutputPath>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <MtouchI18n />
  59. <CodesignKey>iPhone Developer</CodesignKey>
  60. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  61. <MtouchUseArmv7>false</MtouchUseArmv7>
  62. <AssemblyName>BatteryStatus</AssemblyName>
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  65. <DebugType>none</DebugType>
  66. <Optimize>false</Optimize>
  67. <OutputPath>bin\Debug</OutputPath>
  68. <WarningLevel>4</WarningLevel>
  69. <AssemblyName>MonoGameSamplesBatteryStatus</AssemblyName>
  70. <MtouchUseArmv7>false</MtouchUseArmv7>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  73. <DebugType>none</DebugType>
  74. <Optimize>false</Optimize>
  75. <OutputPath>bin\Release</OutputPath>
  76. <WarningLevel>4</WarningLevel>
  77. <AssemblyName>MonoGameSamplesBatteryStatus</AssemblyName>
  78. <MtouchUseArmv7>false</MtouchUseArmv7>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="System" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="monotouch" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Game1.cs" />
  88. <Compile Include="main.cs" />
  89. </ItemGroup>
  90. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  91. <ItemGroup>
  92. <Folder Include="Content\" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Content Include="Content\SpriteFont1.xnb">
  96. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  97. </Content>
  98. <Content Include="Default.png">
  99. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  100. </Content>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="Info.iOS.plist"><Link>Info.plist</Link></None>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  107. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  108. <Name>MonoGame.Framework.iOS</Name>
  109. </ProjectReference>
  110. </ItemGroup>
  111. </Project>