PRS.Mobile.iOS.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>
  54. </Commandlineparameters>
  55. <CreatePackage>
  56. </CreatePackage>
  57. <MtouchLink>None</MtouchLink>
  58. <MtouchExtraArgs>--interpreter</MtouchExtraArgs>
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  61. <DebugType>none</DebugType>
  62. <Optimize>true</Optimize>
  63. <OutputPath>bin\iPhone\Release</OutputPath>
  64. <ErrorReport>prompt</ErrorReport>
  65. <WarningLevel>4</WarningLevel>
  66. <MtouchArch>ARM64</MtouchArch>
  67. <ConsolePause>false</ConsolePause>
  68. <CodesignKey>iPhone Developer</CodesignKey>
  69. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  70. <CodesignProvision>Automatic</CodesignProvision>
  71. <EnablePackageSigning>
  72. </EnablePackageSigning>
  73. <CodesignExtraArgs>
  74. </CodesignExtraArgs>
  75. <CrashReportingEnabled>false</CrashReportingEnabled>
  76. <EnableCodeSigning>
  77. </EnableCodeSigning>
  78. </PropertyGroup>
  79. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  80. <DebugType>none</DebugType>
  81. <Optimize>True</Optimize>
  82. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  83. <ErrorReport>prompt</ErrorReport>
  84. <WarningLevel>4</WarningLevel>
  85. <ConsolePause>False</ConsolePause>
  86. <MtouchArch>ARM64</MtouchArch>
  87. <BuildIpa>True</BuildIpa>
  88. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  89. <CodesignKey>iPhone Distribution</CodesignKey>
  90. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  91. </PropertyGroup>
  92. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  93. <DebugType>none</DebugType>
  94. <Optimize>True</Optimize>
  95. <OutputPath>bin\iPhone\AppStore</OutputPath>
  96. <ErrorReport>prompt</ErrorReport>
  97. <WarningLevel>4</WarningLevel>
  98. <ConsolePause>False</ConsolePause>
  99. <MtouchArch>ARM64</MtouchArch>
  100. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  101. <CodesignKey>iPhone Distribution</CodesignKey>
  102. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  103. </PropertyGroup>
  104. <ItemGroup>
  105. <Compile Include="Main.cs" />
  106. <Compile Include="AppDelegate.cs" />
  107. <None Include="Entitlements.plist" />
  108. <None Include="Info.plist" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\100.png">
  113. <Visible>false</Visible>
  114. </ImageAsset>
  115. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\128.png">
  116. <Visible>false</Visible>
  117. </ImageAsset>
  118. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\16.png">
  119. <Visible>false</Visible>
  120. </ImageAsset>
  121. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\172.png">
  122. <Visible>false</Visible>
  123. </ImageAsset>
  124. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\196.png">
  125. <Visible>false</Visible>
  126. </ImageAsset>
  127. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\216.png">
  128. <Visible>false</Visible>
  129. </ImageAsset>
  130. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\256.png">
  131. <Visible>false</Visible>
  132. </ImageAsset>
  133. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\32.png">
  134. <Visible>false</Visible>
  135. </ImageAsset>
  136. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\48.png">
  137. <Visible>false</Visible>
  138. </ImageAsset>
  139. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512.png">
  140. <Visible>false</Visible>
  141. </ImageAsset>
  142. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\55.png">
  143. <Visible>false</Visible>
  144. </ImageAsset>
  145. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\64.png">
  146. <Visible>false</Visible>
  147. </ImageAsset>
  148. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\88.png">
  149. <Visible>false</Visible>
  150. </ImageAsset>
  151. <ImageAsset Include="Assets.xcassets\logo.imageset\PRS-4.pdf">
  152. <Visible>false</Visible>
  153. </ImageAsset>
  154. <ImageAsset Include="Assets.xcassets\splash.imageset\Contents.json">
  155. <Visible>false</Visible>
  156. </ImageAsset>
  157. <ImageAsset Include="Assets.xcassets\splash.imageset\PRS-digital.pdf">
  158. <Visible>false</Visible>
  159. </ImageAsset>
  160. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  161. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
  162. <Visible>false</Visible>
  163. </ImageAsset>
  164. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024.png">
  165. <Visible>false</Visible>
  166. </ImageAsset>
  167. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\76.png">
  168. <Visible>false</Visible>
  169. </ImageAsset>
  170. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\60.png">
  171. <Visible>false</Visible>
  172. </ImageAsset>
  173. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58.png">
  174. <Visible>false</Visible>
  175. </ImageAsset>
  176. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\167.png">
  177. <Visible>false</Visible>
  178. </ImageAsset>
  179. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\29.png">
  180. <Visible>false</Visible>
  181. </ImageAsset>
  182. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120.png">
  183. <Visible>false</Visible>
  184. </ImageAsset>
  185. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\20.png">
  186. <Visible>false</Visible>
  187. </ImageAsset>
  188. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180.png">
  189. <Visible>false</Visible>
  190. </ImageAsset>
  191. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80.png">
  192. <Visible>false</Visible>
  193. </ImageAsset>
  194. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40.png">
  195. <Visible>false</Visible>
  196. </ImageAsset>
  197. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87.png">
  198. <Visible>false</Visible>
  199. </ImageAsset>
  200. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\152.png">
  201. <Visible>false</Visible>
  202. </ImageAsset>
  203. <ImageAsset Include="Assets.xcassets\Contents.json">
  204. <Visible>false</Visible>
  205. </ImageAsset>
  206. <ImageAsset Include="Assets.xcassets\logo.imageset\Contents.json">
  207. <Visible>false</Visible>
  208. </ImageAsset>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Reference Include="System" />
  212. <Reference Include="System.Net.Http" />
  213. <Reference Include="System.Xml" />
  214. <Reference Include="System.Core" />
  215. <Reference Include="Xamarin.iOS" />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <PackageReference Include="Plugin.LocalNotification" Version="10.1.8" />
  219. <PackageReference Include="Resizetizer.NT" Version="0.3.0">
  220. <PrivateAssets>all</PrivateAssets>
  221. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  222. </PackageReference>
  223. <PackageReference Include="Syncfusion.Xamarin.SfPopupLayout" Version="23.2.6" />
  224. <PackageReference Include="System.Json" Version="4.7.1" />
  225. <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
  226. <PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
  227. <PackageReference Include="Xamarin.IQKeyboardManager" Version="1.4.1" />
  228. <PackageReference Include="XF.Material" Version="1.8.0" />
  229. <PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
  230. <PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
  231. </ItemGroup>
  232. <ItemGroup>
  233. <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj">
  234. <Project>{cd727653-322b-4b8f-8bc0-86e6e85eb6f9}</Project>
  235. <Name>InABox.Core</Name>
  236. </ProjectReference>
  237. <ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
  238. <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
  239. <Name>InABox.Mobile.Shared</Name>
  240. </ProjectReference>
  241. <ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
  242. <Project>{2E807D8C-659F-464D-89FE-3889019BE8EA}</Project>
  243. <Name>PRS.Mobile</Name>
  244. </ProjectReference>
  245. <ProjectReference Include="..\..\..\inabox\InABox.RPC.Shared\InABox.RPC.Shared.csproj">
  246. <Project>{0F43274E-1928-4A12-811F-77FBB882C60C}</Project>
  247. <Name>InABox.RPC.Shared</Name>
  248. </ProjectReference>
  249. </ItemGroup>
  250. <ItemGroup>
  251. <Content Include="PrivacyInfo.xcprivacy.plist" />
  252. </ItemGroup>
  253. <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')" />
  254. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  255. </Project>