aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.vcxproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-01-03 15:35:14 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-01-04 19:19:43 -0600
commit1f5314302b3c8bc1977aed79df1d05c52608f382 (patch)
treef0fef3a4462352c914a4cc9413515d07f2244703 /src/burn/engine/engine.vcxproj
parentdb44f6cf3b1eb476e47384f2eccba5712808def5 (diff)
downloadwix-1f5314302b3c8bc1977aed79df1d05c52608f382.tar.gz
wix-1f5314302b3c8bc1977aed79df1d05c52608f382.tar.bz2
wix-1f5314302b3c8bc1977aed79df1d05c52608f382.zip
Don't assume Exe packages with Burn protocol are bundles.
Related to #3693
Diffstat (limited to 'src/burn/engine/engine.vcxproj')
-rw-r--r--src/burn/engine/engine.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/engine.vcxproj b/src/burn/engine/engine.vcxproj
index 3d6ed181..5c4860f1 100644
--- a/src/burn/engine/engine.vcxproj
+++ b/src/burn/engine/engine.vcxproj
@@ -52,6 +52,7 @@
52 <ItemGroup> 52 <ItemGroup>
53 <ClCompile Include="apply.cpp" /> 53 <ClCompile Include="apply.cpp" />
54 <ClCompile Include="approvedexe.cpp" /> 54 <ClCompile Include="approvedexe.cpp" />
55 <ClCompile Include="bundlepackageengine.cpp" />
55 <ClCompile Include="burnextension.cpp" /> 56 <ClCompile Include="burnextension.cpp" />
56 <ClCompile Include="detect.cpp" /> 57 <ClCompile Include="detect.cpp" />
57 <ClCompile Include="embedded.cpp" /> 58 <ClCompile Include="embedded.cpp" />
@@ -101,6 +102,7 @@
101 <ClInclude Include="..\..\api\burn\WixToolset.BootstrapperCore.Native\inc\BootstrapperEngine.h" /> 102 <ClInclude Include="..\..\api\burn\WixToolset.BootstrapperCore.Native\inc\BootstrapperEngine.h" />
102 <ClInclude Include="..\..\api\burn\WixToolset.BootstrapperCore.Native\inc\BundleExtension.h" /> 103 <ClInclude Include="..\..\api\burn\WixToolset.BootstrapperCore.Native\inc\BundleExtension.h" />
103 <ClInclude Include="..\..\api\burn\WixToolset.BootstrapperCore.Native\inc\BundleExtensionEngine.h" /> 104 <ClInclude Include="..\..\api\burn\WixToolset.BootstrapperCore.Native\inc\BundleExtensionEngine.h" />
105 <ClInclude Include="bundlepackageengine.h" />
104 <ClInclude Include="burnextension.h" /> 106 <ClInclude Include="burnextension.h" />
105 <ClInclude Include="cabextract.h" /> 107 <ClInclude Include="cabextract.h" />
106 <ClInclude Include="cache.h" /> 108 <ClInclude Include="cache.h" />