This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed
src/Templates/v4/Projects Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 5151 <Content Include =" CustomAction.config" />
5252 </ItemGroup >
5353 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54- <Import Project =" $(WixCATargetsPath)" Exists(' $(WixCATargetsPath)' ) " />
54+ <Import Project =" $(WixCATargetsPath)" Condition = " Exists('$(WixCATargetsPath)') " />
5555 <Target Name =" EnsureWixToolsetInstalled" Condition =" !Exists('$(WixCATargetsPath)') " >
5656 <Error Text =" The WiX Toolset build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
5757 </Target >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ $endif$
5959 <Content Include =" CustomAction.config" />
6060 </ItemGroup >
6161 <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
62- <Import Project =" $(WixCATargetsPath)" Exists(' $(WixCATargetsPath)' ) " />
62+ <Import Project =" $(WixCATargetsPath)" Condition = " Exists('$(WixCATargetsPath)') " />
6363 <Target Name =" EnsureWixToolsetInstalled" Condition =" !Exists('$(WixCATargetsPath)') " >
6464 <Error Text =" The WiX Toolset build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
6565 </Target >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<Project ToolsVersion =" 4.0" DefaultTargets =" Build" InitialTargets =" EnsureWixToolsetInstalled" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
23 <PropertyGroup >
34 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
2728 <Name >WixBalExtension</Name >
2829 </WixExtension >
2930 </ItemGroup >
30- <Import Project =" $(WixTargetsPath)" Exists(' $(WixTargetsPath)' ) " />
31+ <Import Project =" $(WixTargetsPath)" Condition = " Exists('$(WixTargetsPath)') " />
3132 <Target Name =" EnsureWixToolsetInstalled" Condition =" !Exists('$(WixTargetsPath)') " >
3233 <Error Text =" The WiX Toolset v4 build tools must be installed to build this project. To download the WiX Toolset v4, see http://wixtoolset.org/releases/" />
3334 </Target >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<Project ToolsVersion =" 4.0" DefaultTargets =" Build" InitialTargets =" EnsureWixToolsetInstalled" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
23 <PropertyGroup >
34 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
2122 <ItemGroup >
2223 <Compile Include =" Library.wxs" />
2324 </ItemGroup >
24- <Import Project =" $(WixTargetsPath)" Exists(' $(WixTargetsPath)' ) " />
25+ <Import Project =" $(WixTargetsPath)" Condition = " Exists('$(WixTargetsPath)') " />
2526 <Target Name =" EnsureWixToolsetInstalled" Condition =" !Exists('$(WixTargetsPath)') " >
2627 <Error Text =" The WiX Toolset v4 build tools must be installed to build this project. To download the WiX Toolset v4, see http://wixtoolset.org/releases/" />
2728 </Target >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<Project ToolsVersion =" 4.0" DefaultTargets =" Build" InitialTargets =" EnsureWixToolsetInstalled" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
23 <PropertyGroup >
34 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
2122 <ItemGroup >
2223 <Compile Include =" MergeModule.wxs" />
2324 </ItemGroup >
24- <Import Project =" $(WixTargetsPath)" Exists(' $(WixTargetsPath)' ) " />
25+ <Import Project =" $(WixTargetsPath)" Condition = " Exists('$(WixTargetsPath)') " />
2526 <Target Name =" EnsureWixToolsetInstalled" Condition =" !Exists('$(WixTargetsPath)') " >
2627 <Error Text =" The WiX Toolset v4 build tools must be installed to build this project. To download the WiX Toolset v4, see http://wixtoolset.org/releases/" />
2728 </Target >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<Project ToolsVersion =" 4.0" DefaultTargets =" Build" InitialTargets =" EnsureWixToolsetInstalled" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
23 <PropertyGroup >
34 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
2122 <ItemGroup >
2223 <Compile Include =" Product.wxs" />
2324 </ItemGroup >
24- <Import Project =" $(WixTargetsPath)" Exists(' $(WixTargetsPath)' ) " />
25+ <Import Project =" $(WixTargetsPath)" Condition = " Exists('$(WixTargetsPath)') " />
2526 <Target Name =" EnsureWixToolsetInstalled" Condition =" !Exists('$(WixTargetsPath)') " >
2627 <Error Text =" The WiX Toolset v4 build tools must be installed to build this project. To download the WiX Toolset v4, see http://wixtoolset.org/releases/" />
2728 </Target >
You can’t perform that action at this time.
0 commit comments