Playgrounds.iOS.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. <ProjectGuid>{8C12B028-853C-4E51-AB9D-FD4CE4C50FBF}</ProjectGuid>
  7. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>Playgrounds.iOS</RootNamespace>
  10. <AssemblyName>Playgrounds.iOS</AssemblyName>
  11. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  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;ENABLE_TEST_CLOUD;</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <CodesignKey>iPhone Developer</CodesignKey>
  22. <DeviceSpecificBuild>true</DeviceSpecificBuild>
  23. <MtouchDebug>true</MtouchDebug>
  24. <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
  25. <MtouchFastDev>true</MtouchFastDev>
  26. <IOSDebuggerPort>35738</IOSDebuggerPort>
  27. <MtouchLink>None</MtouchLink>
  28. <MtouchArch>x86_64</MtouchArch>
  29. <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\iPhone\Release</OutputPath>
  35. <DefineConstants>
  36. </DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <CodesignKey>iPhone Developer</CodesignKey>
  40. <DeviceSpecificBuild>true</DeviceSpecificBuild>
  41. <MtouchFloat32>true</MtouchFloat32>
  42. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  43. <MtouchLink>SdkOnly</MtouchLink>
  44. <MtouchArch>ARMv7, ARM64</MtouchArch>
  45. <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  51. <DefineConstants>
  52. </DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodesignKey>iPhone Developer</CodesignKey>
  56. <DeviceSpecificBuild>true</DeviceSpecificBuild>
  57. <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
  58. <MtouchLink>None</MtouchLink>
  59. <MtouchArch>i386, x86_64</MtouchArch>
  60. <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  63. <DebugSymbols>true</DebugSymbols>
  64. <DebugType>full</DebugType>
  65. <Optimize>false</Optimize>
  66. <OutputPath>bin\iPhone\Debug</OutputPath>
  67. <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
  68. <ErrorReport>prompt</ErrorReport>
  69. <WarningLevel>4</WarningLevel>
  70. <CodesignKey>iPhone Developer</CodesignKey>
  71. <DeviceSpecificBuild>true</DeviceSpecificBuild>
  72. <MtouchDebug>true</MtouchDebug>
  73. <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
  74. <MtouchFastDev>true</MtouchFastDev>
  75. <MtouchFloat32>true</MtouchFloat32>
  76. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  77. <MtouchLink>SdkOnly</MtouchLink>
  78. <MtouchArch>ARMv7, ARM64</MtouchArch>
  79. <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="System" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="Xamarin.iOS" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
  89. <Visible>false</Visible>
  90. </ImageAsset>
  91. <ImageAsset Include="Assets.xcassets\First.imageset\Contents.json">
  92. <Visible>false</Visible>
  93. </ImageAsset>
  94. <ImageAsset Include="Assets.xcassets\First.imageset\vector.pdf">
  95. <Visible>false</Visible>
  96. </ImageAsset>
  97. <ImageAsset Include="Assets.xcassets\Second.imageset\Contents.json">
  98. <Visible>false</Visible>
  99. </ImageAsset>
  100. <ImageAsset Include="Assets.xcassets\Second.imageset\vector.pdf">
  101. <Visible>false</Visible>
  102. </ImageAsset>
  103. <ImageAsset Include="Assets.xcassets\Contents.json">
  104. <Visible>false</Visible>
  105. </ImageAsset>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Folder Include="Resources\" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <InterfaceDefinition Include="LaunchScreen.storyboard" />
  112. <InterfaceDefinition Include="Main.storyboard" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="Info.plist" />
  116. <None Include="Entitlements.plist" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="Main.cs" />
  120. <Compile Include="AppDelegate.cs" />
  121. <Compile Include="FirstViewController.cs" />
  122. <Compile Include="SecondViewController.cs" />
  123. <Compile Include="FirstViewController.designer.cs">
  124. <DependentUpon>FirstViewController.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="SecondViewController.designer.cs">
  127. <DependentUpon>SecondViewController.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="..\Playgrounds.WinForms\Game.cs">
  130. <Link>Game.cs</Link>
  131. </Compile>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <BundleResource Include="..\..\..\Urho3D\CoreData.pak">
  135. <Link>CoreData.pak</Link>
  136. </BundleResource>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="..\..\..\Bindings\NetStandard\UrhoSharp.csproj">
  140. <Project>{c25a3fe0-5781-4546-bdb2-bb65ed73b165}</Project>
  141. <Name>UrhoSharp</Name>
  142. </ProjectReference>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  145. </Project>