Fix path to WixExtension in .targets file
Rob Mensching committed
Jan 1, 2018 at 23:02 UTC
12872c0066bad5740f5bbc7165b84a8bff1b002a
2 files changed
+2
-2
src/test/WixToolsetTest.Util/UtilExtensionFixture.cs
+1
-1
@@ -1,6 +1,6 @@
1
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2
3
-namespace WixToolsetTest.VisualStudio
3
+namespace WixToolsetTest.Util
4
{
5
using System.Linq;
6
using WixBuildTools.TestSupport;
src/wixext/WixToolset.Util.wixext.targets
+1
-1
@@ -3,7 +3,7 @@
3
4
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
5
<PropertyGroup>
6
- <WixToolsetUtilWixextPath Condition=" '$(WixToolsetUtilWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Util.wixext.dll"</WixToolsetUtilWixextPath>
6
+ <WixToolsetUtilWixextPath Condition=" '$(WixToolsetUtilWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Util.wixext.dll</WixToolsetUtilWixextPath>
7
</PropertyGroup>
8
<ItemGroup>
9
<WixExtension Include="$(WixToolsetUtilWixextPath)" />