123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{5626C3A2-09F9-4CBC-BD52-10BB5CD9F452}</ProjectGuid>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <RootNamespace>PRS.Mobile.Droid</RootNamespace>
- <AssemblyName>PRS.Mobile.Droid</AssemblyName>
- <AndroidApplication>True</AndroidApplication>
- <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
- <AndroidResgenClass>Resource</AndroidResgenClass>
- <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
- <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
- <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
- <TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
- <AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
- <AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
- <LangVersion>9</LangVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>portable</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidLinkMode>None</AndroidLinkMode>
- <AndroidUseAapt2>true</AndroidUseAapt2>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidManagedSymbols>true</AndroidManagedSymbols>
- <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
- <AndroidSigningKeyStore>/Users/frank.vandenbos/Library/Developer/Xamarin/Keystore/PRS Mobile Stable.keystore</AndroidSigningKeyStore>
- <AndroidSigningStorePass>Fr0g50ftw4r3</AndroidSigningStorePass>
- <AndroidPackageFormat>aab</AndroidPackageFormat>
- <AndroidLinkMode>None</AndroidLinkMode>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Mono.Android" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Xml" />
- <Reference Include="Mono.Android.Export" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Plugin.LocalNotification" Version="10.1.8" />
- <PackageReference Include="Resizetizer.NT" Version="0.3.0">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="Syncfusion.Xamarin.SfPopupLayout" Version="23.2.6" />
- <PackageReference Include="Xamarin.Android.Support.Compat" Version="28.0.0.3" />
- <PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.3" />
- <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
- <PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
- <PackageReference Include="XF.Material" Version="1.8.0" />
- <PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
- <PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="MainActivity.cs" />
- <Compile Include="PDFRenderer.cs" />
- <Compile Include="Resources\Resource.Designer.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\AboutResources.txt" />
- <None Include="Assets\AboutAssets.txt" />
- <None Include="Properties\AndroidManifest.xml" />
- </ItemGroup>
- <ItemGroup>
- <AndroidResource Include="Resources\layout\Tabbar.axml" />
- <AndroidResource Include="Resources\layout\Toolbar.axml" />
- <AndroidResource Include="Resources\values\styles.xml" />
- <AndroidResource Include="Resources\values\colors.xml" />
- <AndroidResource Include="Resources\xml\file_paths.xml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\3rdpartylibs\pdfium-android\PdfiumAndroid\PdfiumAndroid\PdfiumAndroid.csproj">
- <Project>{63845795-416f-4848-9dc1-63e992803d29}</Project>
- <Name>PdfiumAndroid</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj">
- <Project>{cd727653-322b-4b8f-8bc0-86e6e85eb6f9}</Project>
- <Name>InABox.Core</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
- <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
- <Name>InABox.Mobile.Shared</Name>
- </ProjectReference>
- <ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
- <Project>{2E807D8C-659F-464D-89FE-3889019BE8EA}</Project>
- <Name>PRS.Mobile</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="drawable\mipmap-anydpi-v26\icon.xml" />
- <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher.png" />
- <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher_background.png" />
- <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher_foreground.png" />
- <AndroidResource Include="drawable\mipmap-hdpi\ic_launcher_monochrome.png" />
- <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher.png" />
- <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher_background.png" />
- <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher_foreground.png" />
- <AndroidResource Include="drawable\mipmap-mdpi\ic_launcher_monochrome.png" />
- <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher.png" />
- <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher_background.png" />
- <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher_foreground.png" />
- <AndroidResource Include="drawable\mipmap-xhdpi\ic_launcher_monochrome.png" />
- <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher.png" />
- <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher_background.png" />
- <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher_foreground.png" />
- <AndroidResource Include="drawable\mipmap-xxhdpi\ic_launcher_monochrome.png" />
- <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher.png" />
- <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher_background.png" />
- <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher_foreground.png" />
- <AndroidResource Include="drawable\mipmap-xxxhdpi\ic_launcher_monochrome.png" />
- <AndroidResource Include="drawable\logo.png" />
- <AndroidResource Include="drawable\splash.png" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Publishing\" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
- <Import Project="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Android\InABox.Mobile.Android.projitems" Label="Shared" />
- </Project>
|