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" >
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {067456C0-086C-46A8-B37F-1405717B7BFC}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > ModernKeePassLib.Test</RootNamespace>
<AssemblyName > ModernKeePassLib.Test</AssemblyName>
<TargetFrameworkVersion > v4.6.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</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>
</PropertyGroup>
<ItemGroup >
2017-09-26 14:32:15 +02:00
<Reference Include= "crypto" >
<HintPath > ..\packages\Portable.BouncyCastle.1.8.1.1\lib\portable-net4+sl5+wp8+win8+wpa81\crypto.dll</HintPath>
2017-09-25 18:34:27 +02:00
</Reference>
<Reference Include= "nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
<HintPath > ..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Splat, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Splat.2.0.0\lib\Net45\Splat.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.ComponentModel.Composition" />
<Reference Include= "System.IO.Compression" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Numerics" />
2017-09-26 14:32:15 +02:00
<Reference Include= "Windows" >
<HintPath > ..\ModernKeePassLib\Libs\Windows.winmd</HintPath>
2017-09-25 18:34:27 +02:00
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "Cryptography\Cipher\StandardAesEngineTests.cs" />
<Compile Include= "Cryptography\CryptoRandomStreamTests.cs" />
<Compile Include= "Cryptography\CryptoRandomTests.cs" />
<Compile Include= "Cryptography\HashingStreamExTests.cs" />
<Compile Include= "Cryptography\HmacOtpTests.cs" />
<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" />
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
<None Include= "packages.config" />
</ItemGroup>
2017-09-26 14:32:15 +02:00
<ItemGroup >
2017-09-26 15:38:58 +02:00
<ProjectReference Include= "..\ModernKeePassLib\ModernKeePassLib.csproj" >
2017-09-26 14:32:15 +02:00
<Project > {2e710089-9559-4967-846c-e763dd1f3acb}</Project>
2017-09-26 15:38:58 +02:00
<Name > ModernKeePassLib</Name>
2017-09-26 14:32:15 +02:00
</ProjectReference>
</ItemGroup>
2017-09-25 18:34:27 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
</Target>
<!-- 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>