commit | cc115eea0c3399ee77b4576212bf29b7b018f1fd | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Sat Feb 14 10:30:54 2015 -0800 |
committer | Steve Dower <steve.dower@microsoft.com> | Sat Feb 14 10:30:54 2015 -0800 |
tree | a03ef6b5982f4bfc68c086bf77c54f448088aa78 | |
parent | 17be514d0a9a391461fbbdb06332d7b2b8273374 [diff] [blame] |
Simplify MSI projects.
diff --git a/Tools/msi/tools/tools.wixproj b/Tools/msi/tools/tools.wixproj index 18e6bab..f43cf33 100644 --- a/Tools/msi/tools/tools.wixproj +++ b/Tools/msi/tools/tools.wixproj
@@ -8,7 +8,8 @@ </PropertyGroup> <Import Project="..\msi.props" /> <ItemGroup> - <Compile Include="*.wxs" /> + <Compile Include="tools.wxs" /> + <Compile Include="tools_files.wxs" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="*.wxl" />