| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							|  |  |  | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
					
						
							|  |  |  |     <PropertyGroup> | 
					
						
							|  |  |  |         <ProjectGuid>{5F23F608-D74B-4259-A0CE-8DC65CC7FE53}</ProjectGuid> | 
					
						
							|  |  |  |         <SchemaVersion>2.0</SchemaVersion> | 
					
						
							|  |  |  |         <OutputName Condition="'$(OutputName)' == ''">dev</OutputName> | 
					
						
							|  |  |  |         <OutputType>Package</OutputType> | 
					
						
							|  |  |  |     </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2015-02-14 10:30:54 -08:00
										 |  |  |     <Import Project="..\msi.props" /> | 
					
						
							|  |  |  |     <ItemGroup> | 
					
						
							|  |  |  |         <Compile Include="dev.wxs" /> | 
					
						
							|  |  |  |         <Compile Include="dev_files.wxs" /> | 
					
						
							|  |  |  |     </ItemGroup> | 
					
						
							|  |  |  |     <ItemGroup> | 
					
						
							|  |  |  |         <EmbeddedResource Include="*.wxl" /> | 
					
						
							|  |  |  |     </ItemGroup> | 
					
						
							|  |  |  |     <ItemGroup> | 
					
						
							| 
									
										
										
										
											2019-02-04 17:15:13 -08:00
										 |  |  |         <InstallFiles Include="$(PySourcePath)include\**\*.h" | 
					
						
							|  |  |  |                       Exclude="$(PySourcePath)include\pyconfig.h"> | 
					
						
							| 
									
										
										
										
											2015-02-14 10:30:54 -08:00
										 |  |  |             <SourceBase>$(PySourcePath)</SourceBase> | 
					
						
							|  |  |  |             <Source>!(bindpath.src)</Source> | 
					
						
							|  |  |  |             <TargetBase>$(PySourcePath)</TargetBase> | 
					
						
							|  |  |  |             <Target_></Target_> | 
					
						
							|  |  |  |             <Group>dev_include</Group> | 
					
						
							|  |  |  |         </InstallFiles> | 
					
						
							|  |  |  |     </ItemGroup> | 
					
						
							| 
									
										
										
										
											2018-11-23 17:00:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-14 10:30:54 -08:00
										 |  |  |     <Import Project="..\msi.targets" /> | 
					
						
							| 
									
										
										
										
											2018-11-23 17:00:00 +01:00
										 |  |  | </Project> |