Cleanup project file

This commit is contained in:
Geoffroy BONNEVILLE
2019-07-25 18:30:20 +02:00
parent 2e03b063c0
commit 85b0e9f321

View File

@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.41.0</Version>
<Version>2.41.1</Version>
<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>
<PackageReleaseNotes>Updated to version 2.41</PackageReleaseNotes>
<PackageReleaseNotes>Allow opening Storage File from FutureAccessList with a token</PackageReleaseNotes>
<PackageTags>KeePass KeePassLib Portable PCL NetStandard ModernKeePass</PackageTags>
<Copyright>Copyright © 2019 Geoffroy Bonneville</Copyright>
</PropertyGroup>
@@ -24,12 +24,6 @@
</PropertyGroup>
<ItemGroup>
<Compile Remove="Cryptography\Hash\HashAlgorithm.cs" />
<Compile Remove="Cryptography\Hash\HMAC.cs" />
<Compile Remove="Cryptography\Hash\HMACSHA1.cs" />
<Compile Remove="Cryptography\Hash\HMACSHA256.cs" />
<Compile Remove="Cryptography\Hash\SHA256Managed.cs" />
<Compile Remove="Cryptography\Hash\SHA512Managed.cs" />
<Compile Remove="Native\ClipboardU.cs" />
<Compile Remove="Native\NativeLib.cs" />
<Compile Remove="Native\NativeMethods.cs" />
@@ -66,7 +60,7 @@
<ItemGroup>
<Reference Include="Windows">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17134.0\Windows.winmd</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.18362.0\Windows.winmd</HintPath>
<IsWinMDFile>true</IsWinMDFile>
</Reference>
</ItemGroup>