mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
12 lines
No EOL
391 B
XML
12 lines
No EOL
391 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\msi.props" />
|
|
<ItemGroup>
|
|
<Compile Include="*.wxs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="*.wxl" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\msi.targets" />
|
|
</Project> |