MonoGame.Samples.Orientation.iOS.csproj 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DCE047E9-894F-4C5C-B972-835B62CDEB48}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.Orientation</RootNamespace>
  12. <AssemblyName>MonoGameSamplesOrientation</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;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. <MtouchDebug>true</MtouchDebug>
  24. <MtouchProfiling>true</MtouchProfiling>
  25. <MtouchLink>None</MtouchLink>
  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. <ConsolePause>false</ConsolePause>
  34. <MtouchLink>None</MtouchLink>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\iPhone\Debug</OutputPath>
  41. <DefineConstants>DEBUG;</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <ConsolePause>false</ConsolePause>
  45. <CodesignKey>iPhone Developer</CodesignKey>
  46. <MtouchDebug>true</MtouchDebug>
  47. <MtouchProfiling>true</MtouchProfiling>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  50. <DebugType>none</DebugType>
  51. <Optimize>false</Optimize>
  52. <OutputPath>bin\iPhone\Release</OutputPath>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <ConsolePause>false</ConsolePause>
  56. <CodesignKey>iPhone Developer</CodesignKey>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="System" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="monotouch" />
  63. <Reference Include="OpenTK" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="Info.iOS.plist"><Link>Info.plist</Link></None>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Main.cs" />
  70. <Compile Include="LayoutSample.cs">
  71. </Compile>
  72. <Compile Include="OrientationSample.cs">
  73. </Compile>
  74. </ItemGroup>
  75. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  76. <ItemGroup>
  77. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  78. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  79. <Name>MonoGame.Framework.iOS</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Content Include="Assets\Content\directions.xnb">
  84. <Link>Content\directions.xnb</Link>
  85. </Content>
  86. <Content Include="Assets\Content\Font.xnb">
  87. <Link>Content\Font.xnb</Link>
  88. </Content>
  89. </ItemGroup>
  90. </Project>