File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
33 WiX v3 MSBuild project. Requires WiX Toolset v3.x to be installed.
44 See https://wixtoolset.org/ to download WiX v3.
55 For a standalone build (including harvesting), use buildmsi.ps1.
66-->
7- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
7+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion = " 4.0 " >
88 <PropertyGroup >
99 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1010 <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
4444 harvest.wxs, harvest2.wxs and harvest3.wxs are generated by heat.exe
4545 in buildmsi.ps1. Run buildmsi.ps1 before building from Visual Studio.
4646 -->
47- <Compile Include =" harvest.wxs" Condition =" Exists('harvest.wxs')" />
47+ <Compile Include =" harvest.wxs" Condition =" Exists('harvest.wxs')" />
4848 <Compile Include =" harvest2.wxs" Condition =" Exists('harvest2.wxs')" />
4949 <Compile Include =" harvest3.wxs" Condition =" Exists('harvest3.wxs')" />
5050 </ItemGroup >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
33 WiX v3 MSBuild project. Requires WiX Toolset v3.x to be installed.
44 See https://wixtoolset.org/ to download WiX v3.
55 For a standalone build, use buildexe.ps1.
66 The MSI (Setup project) must be built before building this bundle.
77-->
8- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
8+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion = " 4.0 " >
99 <PropertyGroup >
1010 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1111 <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
You can’t perform that action at this time.
0 commit comments