2015-02-06 06:08:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-09-25 16:58:10 +00:00
|
|
|
<Import Project="..\..\PCbuild\python.props" />
|
2015-02-06 06:08:48 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<WixInstallPath Condition="'$(WixInstallPath)' == '' and Exists('$(MSBuildThisFileDirectory)\Wix')">$(MSBuildThisFileDirectory)\Wix\</WixInstallPath>
|
2022-01-28 16:48:06 +00:00
|
|
|
<WixInstallPath Condition="'$(WixInstallPath)' == '' and Exists('$(ExternalsDir)\windows-installer\wix-314')">$(ExternalsDir)\windows-installer\wix-314\</WixInstallPath>
|
2015-10-23 16:50:49 +00:00
|
|
|
<WixInstallPath Condition="'$(WixInstallPath)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Installer XML\3.10@InstallRoot)</WixInstallPath>
|
|
|
|
<WixInstallPath Condition="'$(WixInstallPath)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows Installer XML\3.10@InstallRoot)</WixInstallPath>
|
2015-02-06 06:08:48 +00:00
|
|
|
<WixTargetsPath>$(WixInstallPath)\Wix.targets</WixTargetsPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|