2015-02-06 02:08:48 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-09-25 13:58:10 -03:00
|
|
|
<Import Project="..\..\PCbuild\python.props" />
|
2015-02-06 02:08:48 -04:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<WixInstallPath Condition="'$(WixInstallPath)' == '' and Exists('$(MSBuildThisFileDirectory)\Wix')">$(MSBuildThisFileDirectory)\Wix\</WixInstallPath>
|
2015-10-23 13:50:49 -03:00
|
|
|
<WixInstallPath Condition="'$(WixInstallPath)' == '' and Exists('$(ExternalsDir)\windows-installer\wix')">$(ExternalsDir)\windows-installer\wix\</WixInstallPath>
|
|
|
|
<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 02:08:48 -04:00
|
|
|
<WixTargetsPath>$(WixInstallPath)\Wix.targets</WixTargetsPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|