aboutsummaryrefslogtreecommitdiff
path: root/src/stub/stub.vcxproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-19 14:18:58 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-19 19:16:11 +1000
commitad80d6dc10f9bd6cb6a084857a8fb546cc55e756 (patch)
tree87dbae82c37c6e1517829714f695b8764ca6e5cf /src/stub/stub.vcxproj
parent92f54db2406108864742bd1dd1a828171b1542bc (diff)
downloadwix-ad80d6dc10f9bd6cb6a084857a8fb546cc55e756.tar.gz
wix-ad80d6dc10f9bd6cb6a084857a8fb546cc55e756.tar.bz2
wix-ad80d6dc10f9bd6cb6a084857a8fb546cc55e756.zip
Don't embed application manifest for burn.exe since Core will embed it.
Diffstat (limited to 'src/stub/stub.vcxproj')
-rw-r--r--src/stub/stub.vcxproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stub/stub.vcxproj b/src/stub/stub.vcxproj
index e6083aa5..e0e6c8c6 100644
--- a/src/stub/stub.vcxproj
+++ b/src/stub/stub.vcxproj
@@ -33,6 +33,7 @@
33 <TargetName>burn</TargetName> 33 <TargetName>burn</TargetName>
34 <PlatformToolset>v142</PlatformToolset> 34 <PlatformToolset>v142</PlatformToolset>
35 <CharacterSet>Unicode</CharacterSet> 35 <CharacterSet>Unicode</CharacterSet>
36 <GenerateManifest>false</GenerateManifest>
36 <Description>Native component of WixToolset.Burn</Description> 37 <Description>Native component of WixToolset.Burn</Description>
37 <!-- NBGV properties --> 38 <!-- NBGV properties -->
38 <AssemblyLanguage>1033</AssemblyLanguage> 39 <AssemblyLanguage>1033</AssemblyLanguage>
@@ -79,9 +80,6 @@
79 </ClCompile> 80 </ClCompile>
80 </ItemGroup> 81 </ItemGroup>
81 <ItemGroup> 82 <ItemGroup>
82 <Manifest Include="stub.manifest" />
83 </ItemGroup>
84 <ItemGroup>
85 <ResourceCompile Include="stub.rc" /> 83 <ResourceCompile Include="stub.rc" />
86 </ItemGroup> 84 </ItemGroup>
87 85