PRS.Mobile.iOS.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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>{2869560F-3142-4C75-8028-95F7C613D61B}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>PRS.Mobile.iOS</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>PRS.Mobile.iOS</AssemblyName>
  14. <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
  15. <LangVersion>9</LangVersion>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  22. <DefineConstants>DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <ConsolePause>false</ConsolePause>
  26. <MtouchArch>x86_64</MtouchArch>
  27. <MtouchLink>None</MtouchLink>
  28. <MtouchDebug>true</MtouchDebug>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <MtouchLink>None</MtouchLink>
  37. <MtouchArch>x86_64</MtouchArch>
  38. <ConsolePause>false</ConsolePause>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\iPhone\Debug</OutputPath>
  45. <DefineConstants>DEBUG</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <ConsolePause>false</ConsolePause>
  49. <MtouchArch>ARM64</MtouchArch>
  50. <CodesignKey>iPhone Developer</CodesignKey>
  51. <MtouchDebug>true</MtouchDebug>
  52. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  53. <Commandlineparameters></Commandlineparameters>
  54. <CreatePackage></CreatePackage>
  55. <MtouchLink>None</MtouchLink>
  56. <MtouchExtraArgs>--interpreter</MtouchExtraArgs>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  59. <DebugType>none</DebugType>
  60. <Optimize>true</Optimize>
  61. <OutputPath>bin\iPhone\Release</OutputPath>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <MtouchArch>ARM64</MtouchArch>
  65. <ConsolePause>false</ConsolePause>
  66. <CodesignKey>iPhone Developer</CodesignKey>
  67. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  68. <CodesignProvision>Automatic</CodesignProvision>
  69. <EnablePackageSigning></EnablePackageSigning>
  70. <CodesignExtraArgs></CodesignExtraArgs>
  71. <CrashReportingEnabled>false</CrashReportingEnabled>
  72. <EnableCodeSigning></EnableCodeSigning>
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  75. <DebugType>none</DebugType>
  76. <Optimize>True</Optimize>
  77. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  78. <ErrorReport>prompt</ErrorReport>
  79. <WarningLevel>4</WarningLevel>
  80. <ConsolePause>False</ConsolePause>
  81. <MtouchArch>ARM64</MtouchArch>
  82. <BuildIpa>True</BuildIpa>
  83. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  84. <CodesignKey>iPhone Distribution</CodesignKey>
  85. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  86. </PropertyGroup>
  87. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  88. <DebugType>none</DebugType>
  89. <Optimize>True</Optimize>
  90. <OutputPath>bin\iPhone\AppStore</OutputPath>
  91. <ErrorReport>prompt</ErrorReport>
  92. <WarningLevel>4</WarningLevel>
  93. <ConsolePause>False</ConsolePause>
  94. <MtouchArch>ARM64</MtouchArch>
  95. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  96. <CodesignKey>iPhone Distribution</CodesignKey>
  97. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <Compile Include="Main.cs" />
  101. <Compile Include="AppDelegate.cs" />
  102. <None Include="Entitlements.plist" />
  103. <None Include="Info.plist" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\100.png" />
  108. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\128.png" />
  109. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\16.png" />
  110. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\172.png" />
  111. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\196.png" />
  112. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\216.png" />
  113. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\256.png" />
  114. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\32.png" />
  115. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\48.png" />
  116. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512.png" />
  117. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\55.png" />
  118. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\64.png" />
  119. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\88.png" />
  120. <ImageAsset Include="Assets.xcassets\logo.imageset\PRS-4.pdf" />
  121. <ImageAsset Include="Assets.xcassets\splash.imageset\Contents.json" />
  122. <ImageAsset Include="Assets.xcassets\splash.imageset\PRS-digital.pdf" />
  123. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  124. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
  125. <Visible>false</Visible>
  126. </ImageAsset>
  127. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024.png" />
  128. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\76.png" />
  129. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\60.png" />
  130. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58.png" />
  131. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\167.png" />
  132. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\29.png" />
  133. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120.png" />
  134. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\20.png" />
  135. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180.png" />
  136. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80.png" />
  137. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40.png" />
  138. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87.png" />
  139. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\152.png" />
  140. <ImageAsset Include="Assets.xcassets\Contents.json" />
  141. <ImageAsset Include="Assets.xcassets\logo.imageset\Contents.json" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Reference Include="System" />
  145. <Reference Include="System.Net.Http" />
  146. <Reference Include="System.Xml" />
  147. <Reference Include="System.Core" />
  148. <Reference Include="Xamarin.iOS" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <PackageReference Include="Plugin.LocalNotification" Version="10.1.8" />
  152. <PackageReference Include="Resizetizer.NT" Version="0.3.0">
  153. <PrivateAssets>all</PrivateAssets>
  154. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  155. </PackageReference>
  156. <PackageReference Include="Syncfusion.Xamarin.SfPopupLayout" Version="22.1.39" />
  157. <PackageReference Include="System.Json" Version="4.7.1" />
  158. <PackageReference Include="Xamarin.Essentials" Version="1.7.7" />
  159. <PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
  160. <PackageReference Include="Xamarin.IQKeyboardManager" Version="1.4.1" />
  161. <PackageReference Include="XF.Material" Version="1.8.0" />
  162. <PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
  163. <PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj">
  167. <Project>{cd727653-322b-4b8f-8bc0-86e6e85eb6f9}</Project>
  168. <Name>InABox.Core</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
  171. <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
  172. <Name>InABox.Mobile.Shared</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
  175. <Project>{2E807D8C-659F-464D-89FE-3889019BE8EA}</Project>
  176. <Name>PRS.Mobile</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\..\..\inabox\InABox.RPC.Shared\InABox.RPC.Shared.csproj">
  179. <Project>{0F43274E-1928-4A12-811F-77FBB882C60C}</Project>
  180. <Name>InABox.RPC.Shared</Name>
  181. </ProjectReference>
  182. </ItemGroup>
  183. <Import Project="..\..\..\inabox\InABox.Mobile\InABox.Mobile.iOS\InABox.Mobile.iOS.projitems" Label="Shared" Condition="Exists('..\..\..\inabox\InABox.Mobile\InABox.Mobile.iOS\InABox.Mobile.iOS.projitems')" />
  184. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  185. </Project>