summaryrefslogtreecommitdiffstats
path: root/Tools/msi/lib/lib.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-14 18:30:54 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-14 18:30:54 (GMT)
commitcc115eea0c3399ee77b4576212bf29b7b018f1fd (patch)
treea03ef6b5982f4bfc68c086bf77c54f448088aa78 /Tools/msi/lib/lib.props
parent17be514d0a9a391461fbbdb06332d7b2b8273374 (diff)
downloadcpython-cc115eea0c3399ee77b4576212bf29b7b018f1fd.zip
cpython-cc115eea0c3399ee77b4576212bf29b7b018f1fd.tar.gz
cpython-cc115eea0c3399ee77b4576212bf29b7b018f1fd.tar.bz2
Simplify MSI projects.
Diffstat (limited to 'Tools/msi/lib/lib.props')
-rw-r--r--Tools/msi/lib/lib.props27
1 files changed, 0 insertions, 27 deletions
diff --git a/Tools/msi/lib/lib.props b/Tools/msi/lib/lib.props
deleted file mode 100644
index 413ba0c..0000000
--- a/Tools/msi/lib/lib.props
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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>
- <ItemGroup>
- <ExcludeFolders Include="Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" />
- <InstallFiles Include="$(PySourcePath)Lib\**\*"
- Exclude="$(PySourcePath)Lib\**\*.pyc;
- $(PySourcePath)Lib\**\*.pyo;
- $(PySourcePath)Lib\site-packages\README;
- @(ExcludeFolders->'$(PySourcePath)%(Identity)\*');
- @(ExcludeFolders->'$(PySourcePath)%(Identity)\**\*')">
- <SourceBase>$(PySourcePath)Lib</SourceBase>
- <Source>!(bindpath.src)Lib\</Source>
- <TargetBase>$(PySourcePath)Lib</TargetBase>
- <Target_>Lib\</Target_>
- <Group>lib_py</Group>
- </InstallFiles>
- </ItemGroup>
-
- <Import Project="..\msi.targets" />
-</Project> \ No newline at end of file