diff options
Diffstat (limited to 'Tools/msi/lib/lib_d.wixproj')
-rw-r--r-- | Tools/msi/lib/lib_d.wixproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Tools/msi/lib/lib_d.wixproj b/Tools/msi/lib/lib_d.wixproj index e632319..587a82c 100644 --- a/Tools/msi/lib/lib_d.wixproj +++ b/Tools/msi/lib/lib_d.wixproj @@ -5,7 +5,15 @@ <SchemaVersion>2.0</SchemaVersion> <OutputName>lib_d</OutputName> <OutputType>Package</OutputType> - <DefineConstants>IncludeDebugBinaries=1;$(DefineConstants)</DefineConstants> </PropertyGroup> - <Import Project="lib.props" /> + <Import Project="..\msi.props" /> + <ItemGroup> + <Compile Include="lib_d.wxs" /> + <Compile Include="lib_files.wxs" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="*.wxl" /> + </ItemGroup> + + <Import Project="..\msi.targets" /> </Project>
\ No newline at end of file |