PRS.Mobile.Droid.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{5626C3A2-09F9-4CBC-BD52-10BB5CD9F452}</ProjectGuid>
  7. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>PRS.Mobile.Droid</RootNamespace>
  10. <AssemblyName>PRS.Mobile.Droid</AssemblyName>
  11. <AndroidApplication>True</AndroidApplication>
  12. <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
  13. <AndroidResgenClass>Resource</AndroidResgenClass>
  14. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  15. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  16. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  17. <TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
  18. <AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
  19. <AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
  20. <LangVersion>9</LangVersion>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>portable</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug</OutputPath>
  27. <DefineConstants>DEBUG</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AndroidLinkMode>None</AndroidLinkMode>
  31. <AndroidUseAapt2>true</AndroidUseAapt2>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release</OutputPath>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AndroidManagedSymbols>true</AndroidManagedSymbols>
  41. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  42. <AndroidSigningKeyStore>/Users/frank.vandenbos/Library/Developer/Xamarin/Keystore/PRS Mobile Stable.keystore</AndroidSigningKeyStore>
  43. <AndroidSigningStorePass>Fr0g50ftw4r3</AndroidSigningStorePass>
  44. <AndroidPackageFormat>aab</AndroidPackageFormat>
  45. <AndroidLinkMode>None</AndroidLinkMode>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Mono.Android" />
  49. <Reference Include="System" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="Mono.Android.Export" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <PackageReference Include="Plugin.LocalNotification" Version="10.1.8" />
  57. <PackageReference Include="Resizetizer.NT" Version="0.3.0">
  58. <PrivateAssets>all</PrivateAssets>
  59. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  60. </PackageReference>
  61. <PackageReference Include="Syncfusion.Xamarin.SfPopupLayout" Version="23.2.6" />
  62. <PackageReference Include="Xamarin.Android.Support.Compat" Version="28.0.0.3" />
  63. <PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.3" />
  64. <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
  65. <PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
  66. <PackageReference Include="XF.Material" Version="1.8.0" />
  67. <PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
  68. <PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="MainActivity.cs" />
  72. <Compile Include="PDFRenderer.cs" />
  73. <Compile Include="Resources\Resource.Designer.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="Resources\AboutResources.txt" />
  78. <None Include="Assets\AboutAssets.txt" />
  79. <None Include="Properties\AndroidManifest.xml" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <AndroidResource Include="Resources\layout\Tabbar.axml" />
  83. <AndroidResource Include="Resources\layout\Toolbar.axml" />
  84. <AndroidResource Include="Resources\values\styles.xml" />
  85. <AndroidResource Include="Resources\values\colors.xml" />
  86. <AndroidResource Include="Resources\xml\file_paths.xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\..\3rdpartylibs\pdfium-android\PdfiumAndroid\PdfiumAndroid\PdfiumAndroid.csproj">
  90. <Project>{63845795-416f-4848-9dc1-63e992803d29}</Project>
  91. <Name>PdfiumAndroid</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj">
  94. <Project>{cd727653-322b-4b8f-8bc0-86e6e85eb6f9}</Project>
  95. <Name>InABox.Core</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
  98. <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
  99. <Name>InABox.Mobile.Shared</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
  102. <Project>{2E807D8C-659F-464D-89FE-3889019BE8EA}</Project>
  103. <Name>PRS.Mobile</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="drawable\mipmap-anydpi-v26\icon.xml" />
  108. <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher.png" />
  109. <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher_background.png" />
  110. <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher_foreground.png" />
  111. <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher_monochrome.png" />
  112. <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher.png" />
  113. <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher_background.png" />
  114. <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher_foreground.png" />
  115. <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher_monochrome.png" />
  116. <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher.png" />
  117. <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher_background.png" />
  118. <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher_foreground.png" />
  119. <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher_monochrome.png" />
  120. <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher.png" />
  121. <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher_background.png" />
  122. <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher_foreground.png" />
  123. <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher_monochrome.png" />
  124. <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher.png" />
  125. <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher_background.png" />
  126. <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher_foreground.png" />
  127. <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher_monochrome.png" />
  128. <AndroidResource Include="drawable\logo.png" />
  129. <AndroidResource Include="drawable\splash.png" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Folder Include="Publishing\" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
  135. <Import Project="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Android\InABox.Mobile.Android.projitems" Label="Shared" />
  136. </Project>