[tomboy] setup: project file update by WiX 3.10



commit d29ded6b46f4fd7efa293a13f5e5841ba4d28d2d
Author: Alex Tereschenko <frozen and blue gmail com>
Date:   Sun Aug 21 13:20:15 2016 +0200

    setup: project file update by WiX 3.10

 Setup/Setup.wixproj |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj
index 6670166..d9bea56 100644
--- a/Setup/Setup.wixproj
+++ b/Setup/Setup.wixproj
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <PropertyGroup>
     <ProjectGuid>{70C6BF8A-5AFF-4EF0-8D94-77F3281B8EE2}</ProjectGuid>
@@ -32,8 +33,14 @@
       <Project>{AD6C9F12-3F95-497C-AF7E-629F787A097E}</Project>
       <Name>RemoveBrokenLinks</Name>
     </ProjectReference>
-    <WixExtension Include="$(WixInstallPath)\WixUIExtension.dll" />
-    <WixExtension Include="$(WixInstallPath)\WixNetFxExtension.dll" />
+    <WixExtension Include="WixUIExtension">
+      <HintPath>C:\Program Files (x86)\WiX Toolset v3.10\bin\\WixUIExtension.dll</HintPath>
+      <Name>WixUIExtension</Name>
+    </WixExtension>
+    <WixExtension Include="WixNetFxExtension">
+      <HintPath>C:\Program Files (x86)\WiX Toolset v3.10\bin\\WixNetFxExtension.dll</HintPath>
+      <Name>WixNetFxExtension</Name>
+    </WixExtension>
     <Compile Include="Files.wxs" />
     <Compile Include="Setup.wxs" />
     <None Include="BannrBmp.bmp" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]