Updated VssApi project to use nuspec file, but not auto build yet.

pull/363/head
David Hall 2022-12-29 09:44:05 -07:00
parent d09b260f81
commit aec17d3f0d
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@
<AssemblyName>Vanara.PInvoke.VssApi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;VSS;VssApi;volume shadow copy service</PackageTags>
</PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<NuspecFile>VssApi.nuspec</NuspecFile> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>