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