RCEU_PDFWorkflowManager/PDFWorkflowManager/packages/WiX.3.11.2/build/wix.props

14 lines
618 B
Plaintext
Raw Normal View History

2023-12-20 23:42:08 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WixInstallPath>$(MSBuildThisFileDirectory)..\tools</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>