DataPages.iOS.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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>{0C64811A-A1E3-4410-91BE-3FA0D8F566D9}</ProjectGuid>
  7. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>DataPages.iOS</RootNamespace>
  10. <AssemblyName>DataPagesiOS</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. <ConsolePause>false</ConsolePause>
  22. <CodesignKey>iPhone Developer</CodesignKey>
  23. <MtouchDebug>true</MtouchDebug>
  24. <MtouchFastDev>true</MtouchFastDev>
  25. <MtouchProfiling>true</MtouchProfiling>
  26. <MtouchUseSGen>true</MtouchUseSGen>
  27. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  28. <MtouchLink>None</MtouchLink>
  29. <MtouchArch>i386</MtouchArch>
  30. <PlatformTarget>x86</PlatformTarget>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\iPhone\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <ConsolePause>false</ConsolePause>
  38. <CodesignKey>iPhone Developer</CodesignKey>
  39. <MtouchUseSGen>true</MtouchUseSGen>
  40. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  41. <MtouchFloat32>true</MtouchFloat32>
  42. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  43. <MtouchArch>ARMv7, ARM64</MtouchArch>
  44. <PlatformTarget>x86</PlatformTarget>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <ConsolePause>false</ConsolePause>
  52. <CodesignKey>iPhone Developer</CodesignKey>
  53. <MtouchUseSGen>true</MtouchUseSGen>
  54. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  55. <MtouchLink>None</MtouchLink>
  56. <MtouchArch>i386</MtouchArch>
  57. <PlatformTarget>x86</PlatformTarget>
  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. <CodesignKey>iPhone Developer</CodesignKey>
  69. <DeviceSpecificBuild>true</DeviceSpecificBuild>
  70. <MtouchDebug>true</MtouchDebug>
  71. <MtouchFastDev>true</MtouchFastDev>
  72. <MtouchProfiling>true</MtouchProfiling>
  73. <MtouchUseSGen>true</MtouchUseSGen>
  74. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  75. <MtouchFloat32>true</MtouchFloat32>
  76. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  77. <MtouchArch>ARMv7, ARM64</MtouchArch>
  78. <PlatformTarget>x86</PlatformTarget>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="System" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="Xamarin.iOS" />
  85. <Reference Include="ModernHttpClient">
  86. <HintPath>..\packages\modernhttpclient.2.4.2\lib\Xamarin.iOS10\ModernHttpClient.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Newtonsoft.Json">
  89. <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Xamarin.Forms.Theme.Base">
  92. <HintPath>..\packages\Xamarin.Forms.Theme.Base.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.Base.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Xamarin.Forms.Theme.iOS">
  95. <HintPath>..\packages\Xamarin.Forms.Theme.Base.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.iOS.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Xamarin.Forms.Core">
  98. <HintPath>..\packages\Xamarin.Forms.2.3.0.38-pre2\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Xamarin.Forms.Platform">
  101. <HintPath>..\packages\Xamarin.Forms.2.3.0.38-pre2\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Xamarin.Forms.Platform.iOS">
  104. <HintPath>..\packages\Xamarin.Forms.2.3.0.38-pre2\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Xamarin.Forms.Xaml">
  107. <HintPath>..\packages\Xamarin.Forms.2.3.0.38-pre2\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Xamarin.Forms.Pages">
  110. <HintPath>..\packages\Xamarin.Forms.Pages.2.3.0.38-pre2\lib\Xamarin.iOS10\Xamarin.Forms.Pages.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Xamarin.Forms.Theme.Dark">
  113. <HintPath>..\packages\Xamarin.Forms.Theme.Dark.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.Dark.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Xamarin.Forms.Theme.Light">
  116. <HintPath>..\packages\Xamarin.Forms.Theme.Light.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.Light.dll</HintPath>
  117. </Reference>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ProjectReference Include="..\DataPages\DataPages.csproj">
  121. <Project>{53A57AFF-709D-4F6A-AABD-AF233A2A64FA}</Project>
  122. <Name>DataPages</Name>
  123. </ProjectReference>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ImageAsset Include="Assets.xcassets\AppIcons.appiconset\Contents.json">
  127. <InProject>false</InProject>
  128. </ImageAsset>
  129. <ImageAsset Include="Assets.xcassets\Contents.json">
  130. <InProject>false</InProject>
  131. </ImageAsset>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Folder Include="Resources\" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <InterfaceDefinition Include="LaunchScreen.storyboard" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="Info.plist" />
  141. <None Include="Entitlements.plist" />
  142. <None Include="packages.config" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="Main.cs" />
  146. <Compile Include="AppDelegate.cs" />
  147. </ItemGroup>
  148. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  149. <Import Project="..\packages\Xamarin.Forms.2.3.0.38-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.0.38-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
  150. </Project>