aboutsummaryrefslogtreecommitdiff
path: root/src/stub/stub.vcxproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-10 12:04:47 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-10 13:59:24 +1000
commitd232c5621fe336b1f563b69be7637c93e795e151 (patch)
tree79e422e7e10453a1b2bec7ac64848311ebc99ae3 /src/stub/stub.vcxproj
parent04eff6d8290ea8f3be0c7e8447b73451a2263bb8 (diff)
downloadwix-d232c5621fe336b1f563b69be7637c93e795e151.tar.gz
wix-d232c5621fe336b1f563b69be7637c93e795e151.tar.bz2
wix-d232c5621fe336b1f563b69be7637c93e795e151.zip
Redo nuget package so that burn.exe's get put where Core expects them to be
Diffstat (limited to 'src/stub/stub.vcxproj')
-rw-r--r--src/stub/stub.vcxproj9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/stub/stub.vcxproj b/src/stub/stub.vcxproj
index 02c61295..7af42fa9 100644
--- a/src/stub/stub.vcxproj
+++ b/src/stub/stub.vcxproj
@@ -23,16 +23,11 @@
23 </ProjectConfiguration> 23 </ProjectConfiguration>
24 </ItemGroup> 24 </ItemGroup>
25 25
26 <PropertyGroup>
27 <NameSuffix Condition=" '$(Platform)'=='Win32' ">x86</NameSuffix>
28 <NameSuffix Condition=" '$(Platform)'=='x64' ">amd64</NameSuffix>
29 </PropertyGroup>
30
31 <PropertyGroup Label="Globals"> 26 <PropertyGroup Label="Globals">
32 <ProjectGuid>{C38373AA-882F-4F55-B03F-2AAB4BFBE3F1}</ProjectGuid> 27 <ProjectGuid>{C38373AA-882F-4F55-B03F-2AAB4BFBE3F1}</ProjectGuid>
33 <ConfigurationType>Application</ConfigurationType> 28 <ConfigurationType>Application</ConfigurationType>
34 <ProjectSubSystem>Windows</ProjectSubSystem> 29 <ProjectSubSystem>Windows</ProjectSubSystem>
35 <TargetName>burn.$(NameSuffix)</TargetName> 30 <TargetName>burn</TargetName>
36 <PlatformToolset>v141</PlatformToolset> 31 <PlatformToolset>v141</PlatformToolset>
37 <CharacterSet>Unicode</CharacterSet> 32 <CharacterSet>Unicode</CharacterSet>
38 <Description>Native component of WixToolset.Burn</Description> 33 <Description>Native component of WixToolset.Burn</Description>
@@ -90,7 +85,7 @@
90 </ItemGroup> 85 </ItemGroup>
91 86
92 <Target Name="Pack" DependsOnTargets="GetBuildVersion"> 87 <Target Name="Pack" DependsOnTargets="GetBuildVersion">
93 <Exec Command='nuget pack runtime.win.WixToolset.Burn.nuspec -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=runtime.win.WixToolset.Burn;Version="$(BuildVersionSimple)";Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title)"' /> 88 <Exec Command='nuget pack WixToolset.Burn.nuspec -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=WixToolset.Burn;Version="$(BuildVersionSimple)";ProjectFolder=$(MSBuildThisFileDirectory);Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title)"' />
94 </Target> 89 </Target>
95 90
96 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />