PRS.Mobile.iOS.csproj 11 KB

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