UrhoSharp.iOS.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProjectGuid>{767A01A0-17CF-4562-BE1F-C57BE89DC2D8}</ProjectGuid>
  7. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>$safeprojectname$</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>UrhoSharpiOS</AssemblyName>
  12. <NuGetPackageImportStamp>
  13. </NuGetPackageImportStamp>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  20. <DefineConstants>DEBUG</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <MtouchArch>i386</MtouchArch>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchDebug>true</MtouchDebug>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <MtouchLink>None</MtouchLink>
  35. <MtouchArch>i386</MtouchArch>
  36. <ConsolePause>false</ConsolePause>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\iPhone\Debug</OutputPath>
  43. <DefineConstants>DEBUG</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <ConsolePause>false</ConsolePause>
  47. <MtouchArch>ARMv7, ARM64</MtouchArch>
  48. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  49. <CodesignKey>iPhone Developer</CodesignKey>
  50. <MtouchDebug>True</MtouchDebug>
  51. <MtouchSdkVersion>9.1</MtouchSdkVersion>
  52. <MtouchLink>SdkOnly</MtouchLink>
  53. <MtouchProfiling>False</MtouchProfiling>
  54. <MtouchFastDev>False</MtouchFastDev>
  55. <MtouchUseLlvm>False</MtouchUseLlvm>
  56. <MtouchUseThumb>False</MtouchUseThumb>
  57. <MtouchUseSGen>False</MtouchUseSGen>
  58. <MtouchUseRefCounting>False</MtouchUseRefCounting>
  59. <MtouchOptimizePNGs>False</MtouchOptimizePNGs>
  60. <DeviceSpecificBuild>False</DeviceSpecificBuild>
  61. <MtouchI18n />
  62. </PropertyGroup>
  63. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  64. <DebugType>none</DebugType>
  65. <Optimize>true</Optimize>
  66. <OutputPath>bin\iPhone\Release</OutputPath>
  67. <ErrorReport>prompt</ErrorReport>
  68. <WarningLevel>4</WarningLevel>
  69. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  70. <MtouchArch>ARMv7, ARM64</MtouchArch>
  71. <ConsolePause>false</ConsolePause>
  72. <CodesignKey>iPhone Developer</CodesignKey>
  73. <MtouchSdkVersion>9.1</MtouchSdkVersion>
  74. <MtouchLink>SdkOnly</MtouchLink>
  75. <MtouchDebug>False</MtouchDebug>
  76. <MtouchProfiling>False</MtouchProfiling>
  77. <MtouchFastDev>False</MtouchFastDev>
  78. <MtouchUseLlvm>False</MtouchUseLlvm>
  79. <MtouchUseThumb>False</MtouchUseThumb>
  80. <MtouchUseSGen>False</MtouchUseSGen>
  81. <MtouchUseRefCounting>False</MtouchUseRefCounting>
  82. <MtouchOptimizePNGs>False</MtouchOptimizePNGs>
  83. <MtouchI18n />
  84. </PropertyGroup>
  85. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  86. <DebugType>none</DebugType>
  87. <Optimize>True</Optimize>
  88. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  89. <ErrorReport>prompt</ErrorReport>
  90. <WarningLevel>4</WarningLevel>
  91. <ConsolePause>False</ConsolePause>
  92. <MtouchArch>ARMv7, ARM64</MtouchArch>
  93. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  94. <BuildIpa>True</BuildIpa>
  95. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  96. <CodesignKey>iPhone Distribution</CodesignKey>
  97. <MtouchSdkVersion>9.1</MtouchSdkVersion>
  98. <MtouchLink>SdkOnly</MtouchLink>
  99. <MtouchDebug>False</MtouchDebug>
  100. <MtouchProfiling>False</MtouchProfiling>
  101. <MtouchFastDev>False</MtouchFastDev>
  102. <MtouchUseLlvm>False</MtouchUseLlvm>
  103. <MtouchUseThumb>False</MtouchUseThumb>
  104. <MtouchUseSGen>False</MtouchUseSGen>
  105. <MtouchUseRefCounting>False</MtouchUseRefCounting>
  106. <MtouchOptimizePNGs>False</MtouchOptimizePNGs>
  107. <MtouchI18n />
  108. </PropertyGroup>
  109. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  110. <DebugType>none</DebugType>
  111. <Optimize>True</Optimize>
  112. <OutputPath>bin\iPhone\AppStore</OutputPath>
  113. <ErrorReport>prompt</ErrorReport>
  114. <WarningLevel>4</WarningLevel>
  115. <ConsolePause>False</ConsolePause>
  116. <MtouchArch>ARMv7, ARM64</MtouchArch>
  117. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  118. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  119. <CodesignKey>iPhone Distribution</CodesignKey>
  120. <MtouchSdkVersion>9.1</MtouchSdkVersion>
  121. <MtouchLink>SdkOnly</MtouchLink>
  122. <MtouchDebug>False</MtouchDebug>
  123. <MtouchProfiling>False</MtouchProfiling>
  124. <MtouchFastDev>False</MtouchFastDev>
  125. <MtouchUseLlvm>False</MtouchUseLlvm>
  126. <MtouchUseThumb>False</MtouchUseThumb>
  127. <MtouchUseSGen>False</MtouchUseSGen>
  128. <MtouchUseRefCounting>False</MtouchUseRefCounting>
  129. <MtouchOptimizePNGs>False</MtouchOptimizePNGs>
  130. <MtouchI18n />
  131. </PropertyGroup>
  132. <ItemGroup>
  133. <Compile Include="Main.cs" />
  134. <Compile Include="AppDelegate.cs" />
  135. <None Include="Info.plist" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
  138. <Content Include="Entitlements.plist" />
  139. <None Include="packages.config" />
  140. <BundleResource Include="Resources\MyData\Materials\*.*" />
  141. <BundleResource Include="Resources\MyData\Textures\*.*" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Reference Include="System" />
  145. <Reference Include="System.Xml" />
  146. <Reference Include="System.Core" />
  147. <Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  148. <HintPath>..\..\packages\UrhoSharp.1.8.51\lib\Xamarin.iOS10\Urho.dll</HintPath>
  149. <Private>True</Private>
  150. </Reference>
  151. <Reference Include="Xamarin.iOS" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ProjectReference Include="..\$saferootprojectname$\$saferootprojectname$.csproj">
  155. <Name>$saferootprojectname$</Name>
  156. </ProjectReference>
  157. </ItemGroup>
  158. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  159. </Project>