diff options
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r-- | src/Wix.Build.props | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props index 936126e3..bf286bb4 100644 --- a/src/Wix.Build.props +++ b/src/Wix.Build.props | |||
@@ -9,4 +9,6 @@ | |||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <BindInputPaths Include="$(OutputPath)Win32\" /> | 10 | <BindInputPaths Include="$(OutputPath)Win32\" /> |
11 | </ItemGroup> | 11 | </ItemGroup> |
12 | |||
13 | <Import Project="$(OutputPath)\publish\WixToolset.MSBuild\build\WixToolset.MSBuild.props" /> | ||
12 | </Project> | 14 | </Project> |