Urho.Forms.iOS.csproj 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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)' == '' ">AnyCPU</Platform>
  6. <ProjectTypeGuids>{8FFB629D-F513-41CE-95D2-7ECE97B6EEEC};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{8F3352BA-BF6A-49F8-81D6-58D54B3EA72B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Urho</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>Urho.Forms</AssemblyName>
  12. <NuGetPackageImportStamp>
  13. </NuGetPackageImportStamp>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG;__MOBILE__;__IOS__;IOS;XFORMS;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>full</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\Bin\iOS\</OutputPath>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <ConsolePause>false</ConsolePause>
  33. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  34. <DefineConstants>__MOBILE__;__IOS__;IOS;XFORMS;</DefineConstants>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Xml" />
  39. <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Xamarin.Forms.2.2.0.43\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Xamarin.Forms.2.2.0.43\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Xamarin.Forms.2.2.0.43\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Xamarin.Forms.2.2.0.43\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Xamarin.iOS" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ObjcBindingApiDefinition Include="iOS\ApiDefinition.cs" />
  59. <Compile Include="Forms\IosSurfaceRenderer.cs" />
  60. <Compile Include="Forms\UrhoSurface.cs" />
  61. <ObjcBindingCoreSource Include="iOS\StructsAndEnums.cs" />
  62. <Compile Include="iOS\IosPlatformInitializer.cs" />
  63. <Compile Include="iOS\UrhoSurface.cs" />
  64. <Compile Include="Urho.framework.linkwith.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ObjcBindingNativeFramework Include="..\Bin\iOS\Urho.framework" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <BundleResource Include="..\Bin\CoreData.pak">
  71. <Link>CoreData.pak</Link>
  72. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  73. </BundleResource>
  74. <None Include="..\Bin\iOS\Urho.framework.zip">
  75. <Link>Urho.framework.zip</Link>
  76. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  77. </None>
  78. <None Include="packages.Urho.Forms.iOS.config" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Folder Include="Properties\" />
  82. </ItemGroup>
  83. <Import Project="Urho.Shared.projitems" Label="Shared" />
  84. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
  85. <Import Project="..\packages\Xamarin.Forms.2.2.0.43\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.2.0.43\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
  86. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  87. <PropertyGroup>
  88. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  89. </PropertyGroup>
  90. <Error Condition="!Exists('..\packages\Xamarin.Forms.2.2.0.43\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.2.0.43\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
  91. </Target>
  92. </Project>