aboutsummaryrefslogtreecommitdiff
path: root/src/Wix.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r--src/Wix.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props
index bf286bb4..a0aaa658 100644
--- a/src/Wix.Build.props
+++ b/src/Wix.Build.props
@@ -10,5 +10,5 @@
10 <BindInputPaths Include="$(OutputPath)Win32\" /> 10 <BindInputPaths Include="$(OutputPath)Win32\" />
11 </ItemGroup> 11 </ItemGroup>
12 12
13 <Import Project="$(OutputPath)\publish\WixToolset.MSBuild\build\WixToolset.MSBuild.props" /> 13 <Import Project="$(OutputPath)\publish\WixToolset.Sdk\build\WixToolset.Sdk.props" />
14</Project> 14</Project>