2
0

SpriteFont.iOS.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{327EE711-BA4F-40DA-AD4A-F69DD0B2FCFB}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>SpriteFont</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>SpriteFont</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>SpriteFont</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. <CodesignKey>iPhone Developer</CodesignKey>
  46. <MtouchDebug>True</MtouchDebug>
  47. <MtouchI18n />
  48. <MtouchUseArmv7>false</MtouchUseArmv7>
  49. <AssemblyName>SpriteFont</AssemblyName>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  52. <DebugType>none</DebugType>
  53. <Optimize>False</Optimize>
  54. <OutputPath>bin\iPhone\Release</OutputPath>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <CodesignKey>iPhone Developer</CodesignKey>
  58. <MtouchI18n />
  59. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  60. <MtouchUseArmv7>false</MtouchUseArmv7>
  61. <AssemblyName>SpriteFont</AssemblyName>
  62. </PropertyGroup>
  63. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  64. <DebugType>none</DebugType>
  65. <Optimize>False</Optimize>
  66. <OutputPath>bin\Debug</OutputPath>
  67. <WarningLevel>4</WarningLevel>
  68. <AssemblyName>MonoGameSamplesSpriteFont</AssemblyName>
  69. <MtouchUseArmv7>false</MtouchUseArmv7>
  70. </PropertyGroup>
  71. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  72. <DebugType>none</DebugType>
  73. <Optimize>False</Optimize>
  74. <OutputPath>bin\Release</OutputPath>
  75. <WarningLevel>4</WarningLevel>
  76. <AssemblyName>MonoGameSamplesSpriteFont</AssemblyName>
  77. <MtouchUseArmv7>false</MtouchUseArmv7>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="System" />
  81. <Reference Include="System.Xml" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="monotouch" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Content Include="Default.png">
  87. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  88. </Content>
  89. <Content Include="Content\SpriteFont1.xnb">
  90. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  91. </Content>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="Game1.cs" />
  95. <Compile Include="main.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="monogameicon.png" />
  99. <None Include="Info.iOS.plist">
  100. <Link>Info.plist</Link>
  101. </None>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Folder Include="Content\" />
  105. </ItemGroup>
  106. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  107. </Project>