diff options
Diffstat (limited to 'Tools/msi/exe/exe_pdb.wixproj')
-rw-r--r-- | Tools/msi/exe/exe_pdb.wixproj | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Tools/msi/exe/exe_pdb.wixproj b/Tools/msi/exe/exe_pdb.wixproj index dae3d0c..4f4c869 100644 --- a/Tools/msi/exe/exe_pdb.wixproj +++ b/Tools/msi/exe/exe_pdb.wixproj @@ -5,7 +5,16 @@ <SchemaVersion>2.0</SchemaVersion> <OutputName>exe_pdb</OutputName> <OutputType>Package</OutputType> - <DefineConstants>IncludeSymbols=1;$(DefineConstants)</DefineConstants> </PropertyGroup> - <Import Project="exe.props" /> + <Import Project="..\msi.props" /> + <ItemGroup> + <Compile Include="exe_pdb.wxs" /> + <Compile Include="exe_files.wxs" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="*.wxl" /> + <WxlTemplate Include="*.wxl_template" /> + </ItemGroup> + + <Import Project="..\msi.targets" /> </Project>
\ No newline at end of file |