diff options
Diffstat (limited to 'Tools/msi/tools/tools.wixproj')
-rw-r--r-- | Tools/msi/tools/tools.wixproj | 3 |
1 files changed, 2 insertions, 1 deletions
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" /> |