diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-21 11:01:10 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:24:05 -0700 |
commit | d2f27517dffc02b7c50e386793c7ad89762c6b64 (patch) | |
tree | 7c0fa5024c1a6672b3716861a640faacb70658ad /src/balutil | |
parent | 8deeffb615244c62a0c94ea99d01ece88b1caf09 (diff) | |
download | wix-d2f27517dffc02b7c50e386793c7ad89762c6b64.tar.gz wix-d2f27517dffc02b7c50e386793c7ad89762c6b64.tar.bz2 wix-d2f27517dffc02b7c50e386793c7ad89762c6b64.zip |
Integrate new build scripts with signing support
Diffstat (limited to 'src/balutil')
-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> |