Orientation.iOS.csproj 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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">
  67. <Link>Info.plist</Link>
  68. </None>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Main.cs" />
  72. <Compile Include="LayoutSample.cs">
  73. </Compile>
  74. <Compile Include="OrientationSample.cs">
  75. </Compile>
  76. </ItemGroup>
  77. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  78. <ItemGroup>
  79. <Content Include="Assets\Content\directions.xnb">
  80. <Link>Content\directions.xnb</Link>
  81. </Content>
  82. <Content Include="Assets\Content\Font.xnb">
  83. <Link>Content\Font.xnb</Link>
  84. </Content>
  85. </ItemGroup>
  86. </Project>