mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Simplify MSI projects.
This commit is contained in:
parent
17be514d0a
commit
cc115eea0c
46 changed files with 447 additions and 334 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue