PRS.Mobile.iOS.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>8</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>SdkOnly</MtouchLink>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  58. <DebugType>none</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\iPhone\Release</OutputPath>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <MtouchArch>ARM64</MtouchArch>
  64. <ConsolePause>false</ConsolePause>
  65. <CodesignKey>iPhone Developer</CodesignKey>
  66. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  67. <CodesignProvision>Automatic</CodesignProvision>
  68. <EnablePackageSigning></EnablePackageSigning>
  69. <CodesignExtraArgs></CodesignExtraArgs>
  70. <CrashReportingEnabled>false</CrashReportingEnabled>
  71. <EnableCodeSigning></EnableCodeSigning>
  72. </PropertyGroup>
  73. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  74. <DebugType>none</DebugType>
  75. <Optimize>True</Optimize>
  76. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  77. <ErrorReport>prompt</ErrorReport>
  78. <WarningLevel>4</WarningLevel>
  79. <ConsolePause>False</ConsolePause>
  80. <MtouchArch>ARM64</MtouchArch>
  81. <BuildIpa>True</BuildIpa>
  82. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  83. <CodesignKey>iPhone Distribution</CodesignKey>
  84. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  85. </PropertyGroup>
  86. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  87. <DebugType>none</DebugType>
  88. <Optimize>True</Optimize>
  89. <OutputPath>bin\iPhone\AppStore</OutputPath>
  90. <ErrorReport>prompt</ErrorReport>
  91. <WarningLevel>4</WarningLevel>
  92. <ConsolePause>False</ConsolePause>
  93. <MtouchArch>ARM64</MtouchArch>
  94. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  95. <CodesignKey>iPhone Distribution</CodesignKey>
  96. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  97. </PropertyGroup>
  98. <ItemGroup>
  99. <Compile Include="Main.cs" />
  100. <Compile Include="AppDelegate.cs" />
  101. <None Include="Entitlements.plist" />
  102. <None Include="Info.plist" />
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  107. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
  108. <Visible>false</Visible>
  109. </ImageAsset>
  110. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024.png" />
  111. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\76.png" />
  112. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\60.png" />
  113. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120 1.png" />
  114. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58.png" />
  115. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\167.png" />
  116. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\29.png" />
  117. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120.png" />
  118. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\20.png" />
  119. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80 1.png" />
  120. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40 1.png" />
  121. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40 2.png" />
  122. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180.png" />
  123. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80.png" />
  124. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40.png" />
  125. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87.png" />
  126. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58 1.png" />
  127. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\152.png" />
  128. <ImageAsset Include="Assets.xcassets\Contents.json" />
  129. <ImageAsset Include="Assets.xcassets\logo.imageset\1024.png" />
  130. <ImageAsset Include="Assets.xcassets\logo.imageset\Contents.json" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Reference Include="System" />
  134. <Reference Include="System.Net.Http" />
  135. <Reference Include="System.Xml" />
  136. <Reference Include="System.Core" />
  137. <Reference Include="Xamarin.iOS" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <PackageReference Include="Plugin.LocalNotification" Version="10.1.8" />
  141. <PackageReference Include="Resizetizer.NT" Version="0.3.0">
  142. <PrivateAssets>all</PrivateAssets>
  143. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  144. </PackageReference>
  145. <PackageReference Include="System.Json" Version="4.7.1" />
  146. <PackageReference Include="Xamarin.Essentials" Version="1.7.7" />
  147. <PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
  148. <PackageReference Include="Xamarin.IQKeyboardManager" Version="1.4.1" />
  149. <PackageReference Include="XF.Material" Version="1.8.0" />
  150. <PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
  151. <PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj">
  155. <Project>{cd727653-322b-4b8f-8bc0-86e6e85eb6f9}</Project>
  156. <Name>InABox.Core</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
  159. <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
  160. <Name>InABox.Mobile.Shared</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
  163. <Project>{2E807D8C-659F-464D-89FE-3889019BE8EA}</Project>
  164. <Name>PRS.Mobile</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\..\..\inabox\InABox.RPC.Shared\InABox.RPC.Shared.csproj">
  167. <Project>{0F43274E-1928-4A12-811F-77FBB882C60C}</Project>
  168. <Name>InABox.RPC.Shared</Name>
  169. </ProjectReference>
  170. </ItemGroup>
  171. <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')" />
  172. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  173. </Project>