mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Changed compile action from content to none
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard1.2</TargetFramework>
|
<TargetFramework>netstandard1.2</TargetFramework>
|
||||||
<Description>Portable KeePass Password Management Library that targets .Net Standard and WinRT. Allows reading, editing and writing to KeePass 2.x databases.</Description>
|
<Description>Portable KeePass Password Management Library that targets .Net Standard and WinRT. Allows reading, editing and writing to KeePass 2.x databases.</Description>
|
||||||
<Version>2.44.1</Version>
|
<Version>2.44.2</Version>
|
||||||
<Authors>Geoffroy Bonneville</Authors>
|
<Authors>Geoffroy Bonneville</Authors>
|
||||||
<Company>wismna</Company>
|
<Company>wismna</Company>
|
||||||
<PackageProjectUrl>https://github.com/wismna/ModernKeePass</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/wismna/ModernKeePass</PackageProjectUrl>
|
||||||
@@ -40,14 +40,14 @@
|
|||||||
<Content Include="Native\NativeMethods.cs" />
|
<Content Include="Native\NativeMethods.cs" />
|
||||||
<Content Include="Native\NativeMethods.Unix.cs" />
|
<Content Include="Native\NativeMethods.Unix.cs" />
|
||||||
<Content Include="Native\SimpleStat.cs" />
|
<Content Include="Native\SimpleStat.cs" />
|
||||||
<Content Include="Translation\KPControlCustomization.cs" />
|
<None Include="Translation\KPControlCustomization.cs" />
|
||||||
<Content Include="Translation\KPFormCustomization.cs" />
|
<None Include="Translation\KPFormCustomization.cs" />
|
||||||
<Content Include="Translation\KPStringTable.cs" />
|
<None Include="Translation\KPStringTable.cs" />
|
||||||
<Content Include="Translation\KPStringTableItem.cs" />
|
<None Include="Translation\KPStringTableItem.cs" />
|
||||||
<Content Include="Translation\KPTranslation.cs" />
|
<None Include="Translation\KPTranslation.cs" />
|
||||||
<Content Include="Translation\KPTranslationProperties.cs" />
|
<None Include="Translation\KPTranslationProperties.cs" />
|
||||||
<Content Include="Utility\GfxUtil.cs" />
|
<None Include="Utility\GfxUtil.cs" />
|
||||||
<Content Include="Utility\MonoWorkarounds.cs" />
|
<None Include="Utility\MonoWorkarounds.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Reference in New Issue
Block a user