Fix WiX reference

This commit is contained in:
2014-05-02 10:50:58 -04:00
parent e154b00453
commit 53891176a7

View File

@@ -61,7 +61,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="wix">
<HintPath>..\..\..\..\..\..\Program Files (x86)\WiX Toolset v3.8\bin\wix.dll</HintPath>
<HintPath>C:\Program Files (x86)\WiX Toolset v3.8\bin\wix.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>