mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
14 lines
641 B
Plaintext
14 lines
641 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<WixInstallPath>C:\Program Files (x86)\WiX Toolset v3.14\bin\</WixInstallPath>
|
||
|
<WixExtDir>$(WixInstallPath)\</WixExtDir>
|
||
|
|
||
|
<WixTargetsPath>$(WixInstallPath)\..\wix.targets</WixTargetsPath>
|
||
|
<LuxTargetsPath>$(WixInstallPath)\..\lux.targets</LuxTargetsPath>
|
||
|
|
||
|
<WixTasksPath>$(WixInstallPath)\WixTasks.dll</WixTasksPath>
|
||
|
<WixSdkPath>$(WixInstallPath)\..\sdk\</WixSdkPath>
|
||
|
<WixCATargetsPath>$(WixSdkPath)\..\wix.ca.targets</WixCATargetsPath>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|