2017-09-25 18:34:27 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{0A4279CF-2A67-4868-9906-052E50C25F3B}</ProjectGuid>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>ModernKeePassLib.Test</RootNamespace>
|
|
|
|
|
<AssemblyName>ModernKeePassLib.Test</AssemblyName>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
<TargetPlatformVersion>8.1</TargetPlatformVersion>
|
|
|
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2017-11-14 18:00:44 +01:00
|
|
|
|
<PackageCertificateKeyFile>
|
|
|
|
|
</PackageCertificateKeyFile>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<AppxBundle>Never</AppxBundle>
|
|
|
|
|
<AllowCrossPlatformRetargeting>False</AllowCrossPlatformRetargeting>
|
2017-11-13 18:31:47 +01:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2017-11-14 18:00:44 +01:00
|
|
|
|
<PackageCertificateThumbprint>ED3AA34F46D03498F989901C5DB2742B65D72F60</PackageCertificateThumbprint>
|
|
|
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\ARM\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
|
|
|
|
<OutputPath>bin\ARM\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AppXPackage>True</AppXPackage>
|
|
|
|
|
<AppxPackageIncludePrivateSymbols>true</AppxPackageIncludePrivateSymbols>
|
|
|
|
|
</PropertyGroup>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<ItemGroup>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
|
|
|
|
|
<SDKReference Include="MSTestFramework, Version=14.0" />
|
|
|
|
|
<SDKReference Include="TestPlatform, Version=14.0" />
|
2017-09-25 18:34:27 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-11-02 18:45:08 +01:00
|
|
|
|
<Compile Include="Cryptography\Cipher\Chacha20Tests.cs" />
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<Compile Include="Cryptography\Cipher\StandardAesEngineTests.cs" />
|
|
|
|
|
<Compile Include="Cryptography\CryptoRandomStreamTests.cs" />
|
|
|
|
|
<Compile Include="Cryptography\CryptoRandomTests.cs" />
|
|
|
|
|
<Compile Include="Cryptography\HashingStreamExTests.cs" />
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<Compile Include="Cryptography\Hash\Blake2bTests.cs" />
|
|
|
|
|
<Compile Include="Cryptography\Hash\HmacTests.cs" />
|
|
|
|
|
<Compile Include="Cryptography\Hash\SHAManagedTests.cs" />
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<Compile Include="Cryptography\HmacOtpTests.cs" />
|
2017-11-02 18:45:08 +01:00
|
|
|
|
<Compile Include="Cryptography\KeyDerivation\AesKdfTests.cs" />
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<Compile Include="Cryptography\KeyDerivation\Argon2Tests.cs" />
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<Compile Include="Keys\CompositeKeyTests.cs" />
|
|
|
|
|
<Compile Include="Keys\KcpCustomKeyTests.cs" />
|
|
|
|
|
<Compile Include="Keys\KcpKeyFileTests.cs" />
|
|
|
|
|
<Compile Include="Keys\KcpPasswordTests.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Serialization\HashedBlockStreamTests.cs" />
|
|
|
|
|
<Compile Include="Serialization\KdbxFileTests.cs" />
|
|
|
|
|
<Compile Include="Utility\GfxUtilTests.cs" />
|
2017-11-03 15:48:55 +01:00
|
|
|
|
<Compile Include="Utility\MemUtilTests.cs" />
|
2017-09-25 18:34:27 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</AppxManifest>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<ItemGroup>
|
2018-06-04 18:38:48 +02:00
|
|
|
|
<Reference Include="BouncyCastle.Crypto, Version=1.8.2.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Portable.BouncyCastle.1.8.2\lib\netstandard1.0\BouncyCastle.Crypto.dll</HintPath>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2018-06-04 18:38:48 +02:00
|
|
|
|
<Reference Include="Splat, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Splat.3.0.0\lib\netstandard1.1\Splat.dll</HintPath>
|
2017-11-15 18:17:41 +01:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2018-06-04 18:38:48 +02:00
|
|
|
|
<Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Drawing.Primitives.4.3.0\lib\netstandard1.1\System.Drawing.Primitives.dll</HintPath>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\win8\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Validation, Version=2.4.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Validation.2.4.18\lib\portable-net45+win8+wp8+wpa81\Validation.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Images\UnitTestLogo.scale-100.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Images\UnitTestSmallLogo.scale-100.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Images\UnitTestSplashScreen.scale-100.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Images\UnitTestStoreLogo.scale-100.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2018-06-04 18:38:48 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ModernKeePassLib\ModernKeePass.Lib.csproj">
|
|
|
|
|
<Project>{2e710089-9559-4967-846c-e763dd1f3acb}</Project>
|
|
|
|
|
<Name>ModernKeePass.Lib</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2017-11-06 19:01:01 +01:00
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<!-- 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">
|
2017-11-06 19:01:01 +01:00
|
|
|
|
</Target>
|
2017-09-25 18:34:27 +02:00
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|