2019-07-25 18:30:20 +02:00
<Project Sdk= "Microsoft.NET.Sdk" >
2019-07-25 16:39:43 +02:00
<PropertyGroup >
<TargetFramework > netstandard2.0</TargetFramework>
<GeneratePackageOnBuild > true</GeneratePackageOnBuild>
2019-07-26 18:28:53 +02:00
<Version > 2.42.1</Version>
2019-07-25 16:39:43 +02:00
<Authors > Geoffroy Bonneville</Authors>
<PackageLicenseUrl > https://www.gnu.org/licenses/gpl-3.0.en.html</PackageLicenseUrl>
<PackageProjectUrl > https://github.com/wismna/ModernKeePass</PackageProjectUrl>
<Description > Portable KeePass Password Management Library that targets .Net Standard and WinRT. Allows reading, editing and writing to KeePass 2.x databases.</Description>
<Company > wismna</Company>
<Product > ModernKeePassLib</Product>
2019-07-26 18:28:53 +02:00
<PackageReleaseNotes > Update to version 2.42.1</PackageReleaseNotes>
2019-07-25 16:39:43 +02:00
<PackageTags > KeePass KeePassLib Portable PCL NetStandard ModernKeePass</PackageTags>
<Copyright > Copyright © 2019 Geoffroy Bonneville</Copyright>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
<DefineConstants > TRACE;ModernKeePassLib</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
<DefineConstants > TRACE;ModernKeePassLib</DefineConstants>
</PropertyGroup>
<ItemGroup >
<Compile Remove= "Native\ClipboardU.cs" />
<Compile Remove= "Native\NativeLib.cs" />
<Compile Remove= "Native\NativeMethods.cs" />
<Compile Remove= "Native\NativeMethods.Unix.cs" />
<Compile Remove= "Translation\KPControlCustomization.cs" />
<Compile Remove= "Translation\KPFormCustomization.cs" />
<Compile Remove= "Translation\KPStringTable.cs" />
<Compile Remove= "Translation\KPStringTableItem.cs" />
<Compile Remove= "Translation\KPTranslation.cs" />
<Compile Remove= "Translation\KPTranslationProperties.cs" />
<Compile Remove= "Utility\GfxUtil.cs" />
<Compile Remove= "Utility\MonoWorkarounds.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "Native\ClipboardU.cs" />
<None Include= "Native\NativeLib.cs" />
<None Include= "Native\NativeMethods.cs" />
<None Include= "Native\NativeMethods.Unix.cs" />
<None Include= "Translation\KPControlCustomization.cs" />
<None Include= "Translation\KPFormCustomization.cs" />
<None Include= "Translation\KPStringTable.cs" />
<None Include= "Translation\KPStringTableItem.cs" />
<None Include= "Translation\KPTranslation.cs" />
<None Include= "Translation\KPTranslationProperties.cs" />
<None Include= "Utility\GfxUtil.cs" />
<None Include= "Utility\MonoWorkarounds.cs" />
</ItemGroup>
<ItemGroup >
<PackageReference Include= "System.Runtime.WindowsRuntime" Version= "4.3.0" />
<PackageReference Include= "System.Security.Cryptography.ProtectedData" Version= "4.5.0" />
</ItemGroup>
<ItemGroup >
<Reference Include= "Windows" >
2019-07-25 18:30:20 +02:00
<HintPath > ..\..\..\..\..\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.18362.0\Windows.winmd</HintPath>
2019-07-25 16:39:43 +02:00
<IsWinMDFile > true</IsWinMDFile>
</Reference>
</ItemGroup>
</Project>