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/bextutil | |
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/bextutil')
-rw-r--r-- | src/bextutil/bextutil.vcxproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bextutil/bextutil.vcxproj b/src/bextutil/bextutil.vcxproj index b3ce96ba..b9334cf3 100644 --- a/src/bextutil/bextutil.vcxproj +++ b/src/bextutil/bextutil.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 Bundle Extension native utility library</Description> | 41 | <Description>WiX Toolset Bundle Extension native utility library</Description> |
42 | <PackageId>WixToolset.BextUtil</PackageId> | ||
42 | </PropertyGroup> | 43 | </PropertyGroup> |
43 | 44 | ||
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
@@ -77,11 +78,6 @@ | |||
77 | <None Include="packages.config" /> | 78 | <None Include="packages.config" /> |
78 | </ItemGroup> | 79 | </ItemGroup> |
79 | 80 | ||
80 | <Target Name="Pack" | ||
81 | DependsOnTargets="GetBuildVersion"> | ||
82 | <Exec Command='nuget pack bextutil.nuspec -OutputDirectory "$(BaseOutputPath)$(Configuration)" -Properties Configuration=$(Configuration);Id=WixToolset.BextUtil;Version="$(BuildVersionSimple)";Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title)"' /> | ||
83 | </Target> | ||
84 | |||
85 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 81 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
86 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 82 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
87 | <PropertyGroup> | 83 | <PropertyGroup> |