diff options
Diffstat (limited to 'src/balutil/balutil.vcxproj')
-rw-r--r-- | src/balutil/balutil.vcxproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/balutil/balutil.vcxproj b/src/balutil/balutil.vcxproj index 73153d5e..ab33f159 100644 --- a/src/balutil/balutil.vcxproj +++ b/src/balutil/balutil.vcxproj | |||
@@ -39,6 +39,7 @@ | |||
39 | <PlatformToolset>v142</PlatformToolset> | 39 | <PlatformToolset>v142</PlatformToolset> |
40 | <CharacterSet>MultiByte</CharacterSet> | 40 | <CharacterSet>MultiByte</CharacterSet> |
41 | <Description>WiX Toolset Bootstrapper Application Layer native utility library</Description> | 41 | <Description>WiX Toolset Bootstrapper Application Layer native utility library</Description> |
42 | <PackageId>WixToolset.BalUtil</PackageId> | ||
42 | </PropertyGroup> | 43 | </PropertyGroup> |
43 | 44 | ||
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
@@ -88,11 +89,6 @@ | |||
88 | <None Include="packages.config" /> | 89 | <None Include="packages.config" /> |
89 | </ItemGroup> | 90 | </ItemGroup> |
90 | 91 | ||
91 | <Target Name="Pack" | ||
92 | DependsOnTargets="GetBuildVersion"> | ||
93 | <Exec Command='nuget pack balutil.nuspec -OutputDirectory "$(BaseOutputPath)$(Configuration)" -Properties Configuration=$(Configuration);Id=WixToolset.BalUtil;Version="$(BuildVersionSimple)";Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title)"' /> | ||
94 | </Target> | ||
95 | |||
96 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 92 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
97 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 93 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
98 | <PropertyGroup> | 94 | <PropertyGroup> |