2016-08-02 03:49:04 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{FA507A17-D4E3-46DF-ACD8-D7E6D7D4E3AE}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Bit.Android.Test</RootNamespace>
|
|
|
|
|
<AssemblyName>Bit.Android.Test</AssemblyName>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AndroidApplication>true</AndroidApplication>
|
|
|
|
|
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
|
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
2017-09-26 19:20:20 +03:00
|
|
|
|
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
|
2017-11-15 00:00:18 +03:00
|
|
|
|
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2016-08-21 05:47:35 +03:00
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
|
|
|
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
2016-08-21 05:47:35 +03:00
|
|
|
|
<EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
|
|
|
|
|
<BundleAssemblies>False</BundleAssemblies>
|
|
|
|
|
<AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
|
|
|
|
|
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
|
|
|
|
|
<Debugger>Xamarin</Debugger>
|
|
|
|
|
<AndroidEnableMultiDex>False</AndroidEnableMultiDex>
|
2016-08-02 03:49:04 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
|
|
|
|
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
|
|
|
|
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
|
|
|
|
|
<BundleAssemblies>False</BundleAssemblies>
|
|
|
|
|
<AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
|
|
|
|
|
<Debugger>Xamarin</Debugger>
|
|
|
|
|
<AotAssemblies>False</AotAssemblies>
|
|
|
|
|
<EnableLLVM>False</EnableLLVM>
|
|
|
|
|
<AndroidEnableMultiDex>False</AndroidEnableMultiDex>
|
|
|
|
|
<EnableProguard>False</EnableProguard>
|
|
|
|
|
<DebugSymbols>False</DebugSymbols>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Mono.Android" />
|
2017-06-29 05:24:04 +03:00
|
|
|
|
<Reference Include="Mono.Android.Export" />
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<Reference Include="mscorlib" />
|
2016-11-29 03:05:52 +03:00
|
|
|
|
<Reference Include="PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\PCLCrypto.2.0.147\lib\MonoAndroid23\PCLCrypto.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2017-08-31 05:15:30 +03:00
|
|
|
|
<Reference Include="PInvoke.BCrypt, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll</HintPath>
|
2016-11-29 03:05:52 +03:00
|
|
|
|
</Reference>
|
2017-08-31 05:15:30 +03:00
|
|
|
|
<Reference Include="PInvoke.Kernel32, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll</HintPath>
|
2016-11-29 03:05:52 +03:00
|
|
|
|
</Reference>
|
2017-08-31 05:15:30 +03:00
|
|
|
|
<Reference Include="PInvoke.NCrypt, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll</HintPath>
|
2016-11-29 03:05:52 +03:00
|
|
|
|
</Reference>
|
2017-08-31 05:15:30 +03:00
|
|
|
|
<Reference Include="PInvoke.Windows.Core, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll</HintPath>
|
2016-12-07 06:27:14 +03:00
|
|
|
|
</Reference>
|
2017-08-29 23:10:51 +03:00
|
|
|
|
<Reference Include="Plugin.Fingerprint, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Plugin.Fingerprint.1.4.5\lib\MonoAndroid\Plugin.Fingerprint.dll</HintPath>
|
2016-12-07 06:27:14 +03:00
|
|
|
|
</Reference>
|
2017-08-29 23:10:51 +03:00
|
|
|
|
<Reference Include="Plugin.Fingerprint.Abstractions, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Plugin.Fingerprint.1.4.5\lib\MonoAndroid\Plugin.Fingerprint.Abstractions.dll</HintPath>
|
2017-06-02 21:46:10 +03:00
|
|
|
|
</Reference>
|
2017-08-29 23:10:51 +03:00
|
|
|
|
<Reference Include="Plugin.Fingerprint.Android.Samsung, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Plugin.Fingerprint.1.4.5\lib\MonoAndroid\Plugin.Fingerprint.Android.Samsung.dll</HintPath>
|
2016-11-29 03:05:52 +03:00
|
|
|
|
</Reference>
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2016-12-07 06:27:14 +03:00
|
|
|
|
<Reference Include="Validation, Version=2.3.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Validation.2.3.7\lib\dotnet\Validation.dll</HintPath>
|
2016-11-29 03:05:52 +03:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<Reference Include="Xamarin.Android.NUnitLite" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="KeyDerivationTests.cs" />
|
|
|
|
|
<Compile Include="MainActivity.cs" />
|
|
|
|
|
<Compile Include="Resources\Resource.Designer.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-08-29 23:10:51 +03:00
|
|
|
|
<None Include="app.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2017-06-02 21:46:10 +03:00
|
|
|
|
<None Include="packages.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<None Include="Resources\AboutResources.txt" />
|
|
|
|
|
<None Include="Assets\AboutAssets.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-21 05:47:35 +03:00
|
|
|
|
<AndroidResource Include="Resources\drawable\icon.png" />
|
2016-08-02 03:49:04 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AndroidResource Include="Resources\values\Strings.xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Properties\AndroidManifest.xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-02 04:49:32 +03:00
|
|
|
|
<ProjectReference Include="..\..\src\Android\Android.csproj">
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<Project>{04b18ed2-b76d-4947-8474-191f8fd2b5e0}</Project>
|
|
|
|
|
<Name>Android</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2016-08-21 05:47:35 +03:00
|
|
|
|
<ItemGroup>
|
2017-05-30 21:13:53 +03:00
|
|
|
|
<AndroidResource Include="Resources\xml\accessibilityservice.xml" />
|
2016-08-21 05:47:35 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-05-30 21:13:53 +03:00
|
|
|
|
<AndroidResource Include="Resources\values\styles.xml" />
|
2016-08-21 05:47:35 +03:00
|
|
|
|
</ItemGroup>
|
2017-09-26 19:42:50 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AndroidResource Include="Resources\drawable\shield.png" />
|
|
|
|
|
</ItemGroup>
|
2017-11-21 00:32:23 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AndroidResource Include="Resources\xml\autofillservice.xml" />
|
|
|
|
|
</ItemGroup>
|
2016-08-02 03:49:04 +03:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|