PRS.Mobile.iOS.csproj 11 KB

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