Files
ZuneShell.dll/libs/Meziantou.Framework.Win32.CredentialManager/Meziantou.Framework.Win32.CredentialManager.csproj
T

12 lines
447 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Description>C# wrapper around CredWrite/CredRead/CredDelete functions to store and retrieve from Windows Credential Store</Description>
<RootNamespace>Meziantou.Framework.Win32</RootNamespace>
<Version>1.1.1</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
</Project>