summaryrefslogtreecommitdiffstats
path: root/Tools/msi/wix.props
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/msi/wix.props')
-rw-r--r--Tools/msi/wix.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/wix.props b/Tools/msi/wix.props
index fbb2d10..7269d34 100644
--- a/Tools/msi/wix.props
+++ b/Tools/msi/wix.props
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\..\PCBuild\python.props" />
+ <Import Project="..\..\PCbuild\python.props" />
<PropertyGroup>
<WixInstallPath Condition="'$(WixInstallPath)' == '' and Exists('$(MSBuildThisFileDirectory)\Wix')">$(MSBuildThisFileDirectory)\Wix\</WixInstallPath>