You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DocX.iOS.Test.csproj 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{E504B3DA-ED72-4A45-ADCC-F573908A84EB}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>DocX.iOS.Test</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>DocX.iOS.Test</AssemblyName>
  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. <ConsolePause>false</ConsolePause>
  22. <MtouchArch>i386</MtouchArch>
  23. <MtouchLink>None</MtouchLink>
  24. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  25. <MtouchUseSGen>true</MtouchUseSGen>
  26. <MtouchFastDev>true</MtouchFastDev>
  27. <MtouchDebug>true</MtouchDebug>
  28. <CodesignKey>iPhone Developer</CodesignKey>
  29. <MtouchProfiling>true</MtouchProfiling>
  30. <MtouchI18n>west</MtouchI18n>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  33. <DebugType>full</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\iPhone\Release</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <ConsolePause>false</ConsolePause>
  39. <MtouchArch>ARMv7, ARM64</MtouchArch>
  40. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  41. <MtouchFloat32>true</MtouchFloat32>
  42. <MtouchUseSGen>true</MtouchUseSGen>
  43. <CodesignKey>iPhone Developer</CodesignKey>
  44. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  47. <DebugType>full</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <ConsolePause>false</ConsolePause>
  53. <MtouchArch>i386</MtouchArch>
  54. <MtouchLink>None</MtouchLink>
  55. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  56. <CodesignKey>iPhone Developer</CodesignKey>
  57. <MtouchUseSGen>true</MtouchUseSGen>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  60. <DebugSymbols>true</DebugSymbols>
  61. <DebugType>full</DebugType>
  62. <Optimize>false</Optimize>
  63. <OutputPath>bin\iPhone\Debug</OutputPath>
  64. <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <ConsolePause>false</ConsolePause>
  68. <MtouchArch>ARMv7, ARM64</MtouchArch>
  69. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  70. <MtouchFloat32>true</MtouchFloat32>
  71. <CodesignKey>iPhone Developer</CodesignKey>
  72. <DeviceSpecificBuild>true</DeviceSpecificBuild>
  73. <MtouchDebug>true</MtouchDebug>
  74. <MtouchUseSGen>true</MtouchUseSGen>
  75. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  76. <MtouchProfiling>true</MtouchProfiling>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="System" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="Xamarin.iOS" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Contents.json" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="Info.plist" />
  92. <None Include="Entitlements.plist" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="Sources\App.cs" />
  96. </ItemGroup>
  97. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  98. <ItemGroup>
  99. <ProjectReference Include="..\DocX.iOS\DocX.iOS.csproj">
  100. <Project>{70FC6AB5-5C6C-4E7A-92B7-0B24E16FE0EC}</Project>
  101. <Name>DocX.iOS</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Folder Include="Sources\" />
  106. </ItemGroup>
  107. </Project>