Urho.iOS.csproj 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9AE80BD9-E1E2-41DA-BB6F-712B35028BD9}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>Urho.iOS</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>Urho.iOS</AssemblyName>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\iPhone\Debug</OutputPath>
  20. <DefineConstants>DEBUG</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <MtouchDebug>true</MtouchDebug>
  25. <CodesignKey>iPhone Developer</CodesignKey>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\..\Bin\iOS\</OutputPath>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <ConsolePause>false</ConsolePause>
  34. <CodesignKey>iPhone Developer</CodesignKey>
  35. <DocumentationFile>..\..\Bin\iOS\Urho.iOS.XML</DocumentationFile>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Compile Include="UrhoEngine.cs" />
  39. <Compile Include="Properties\AssemblyInfo.cs" />
  40. <Compile Include="SdlEvent.cs" />
  41. <Compile Include="UrhoSurface.cs" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <ProjectReference Include="..\Urho.csproj">
  45. <Project>{641886db-2c6c-4d33-88da-97bec0ec5f86}</Project>
  46. <Name>Urho</Name>
  47. </ProjectReference>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Reference Include="System" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="Xamarin.iOS" />
  54. </ItemGroup>
  55. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  56. </Project>