mirror of
https://github.com/ckaczor/WixFileVersionExtension.git
synced 2026-01-13 17:23:18 -05:00
Fix WiX reference
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="wix">
|
<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>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user