Put nuspec build info into project for VssApi

pull/363/head
David Hall 2022-12-29 13:38:48 -07:00
parent aec17d3f0d
commit 2bed2f1065
1 changed files with 3 additions and 2 deletions

View File

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