| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							|  |  |  |  | <!--
 | 
					
						
							|  |  |  |  |   <copyright file="wixstdba.vcxproj" company="Outercurve Foundation"> | 
					
						
							|  |  |  |  |     Copyright (c) 2004, Outercurve Foundation. | 
					
						
							|  |  |  |  |     This software is released under Microsoft Reciprocal License (MS-RL). | 
					
						
							|  |  |  |  |     The license and further copyright text can be found in the file | 
					
						
							|  |  |  |  |     LICENSE.TXT at the root directory of the distribution. | 
					
						
							|  |  |  |  |   </copyright> | 
					
						
							|  |  |  |  | --> | 
					
						
							|  |  |  |  | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
					
						
							|  |  |  |  |   <ItemGroup Label="ProjectConfigurations"> | 
					
						
							|  |  |  |  |     <ProjectConfiguration Include="Debug|Win32"> | 
					
						
							|  |  |  |  |       <Configuration>Debug</Configuration> | 
					
						
							|  |  |  |  |       <Platform>Win32</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							|  |  |  |  |     <ProjectConfiguration Include="Release|Win32"> | 
					
						
							|  |  |  |  |       <Configuration>Release</Configuration> | 
					
						
							|  |  |  |  |       <Platform>Win32</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <PropertyGroup Label="Globals"> | 
					
						
							|  |  |  |  |     <Configuration Condition="'$(Configuration)' == ''">Release</Configuration> | 
					
						
							|  |  |  |  |     <Platform Condition="'$(Platform)' == ''">Win32</Platform> | 
					
						
							| 
									
										
										
										
											2020-06-24 04:32:23 +05:00
										 |  |  |  |     <PlatformToolset Condition="'$(PlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '16.0' or '$(VisualStudioVersion)' == '16.0')">v142</PlatformToolset> | 
					
						
							|  |  |  |  |     <PlatformToolset Condition="'$(PlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')">v141</PlatformToolset> | 
					
						
							|  |  |  |  |     <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VCTargetsPath14)' != ''">v140</PlatformToolset> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |  |     <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VCTargetsPath14)' != ''">v140</PlatformToolset> | 
					
						
							|  |  |  |  |     <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VCTargetsPath12)' != ''">v120</PlatformToolset> | 
					
						
							|  |  |  |  |     <ProjectGuid>{7A09B132-B3EE-499B-A700-A4B2157FEA3D}</ProjectGuid> | 
					
						
							|  |  |  |  |     <TargetName>PythonBA</TargetName> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <Import Project="..\..\wix.props" /> | 
					
						
							| 
									
										
										
										
											2017-11-04 16:28:47 -07:00
										 |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |  |   <PropertyGroup Label="Configuration"> | 
					
						
							|  |  |  |  |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
					
						
							|  |  |  |  |     <CharacterSet>Unicode</CharacterSet> | 
					
						
							| 
									
										
										
										
											2017-11-04 16:28:47 -07:00
										 |  |  |  |     <Py_IntDir Condition="'$(Py_IntDir)' == ''">$(PySourcePath)PCbuild\obj\</Py_IntDir> | 
					
						
							|  |  |  |  |     <IntDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)$(ArchName)_$(Configuration)\msi_$(ProjectName)\</IntDir> | 
					
						
							|  |  |  |  |     <IntDir>$(IntDir.Replace(`\\`, `\`))</IntDir> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |  |     <OutDir>$(IntDir)</OutDir> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
					
						
							|  |  |  |  |   <ItemDefinitionGroup> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							|  |  |  |  |       <AdditionalIncludeDirectories>$(WixInstallPath)sdk\inc</AdditionalIncludeDirectories> | 
					
						
							|  |  |  |  |       <PrecompiledHeader>Use</PrecompiledHeader> | 
					
						
							|  |  |  |  |       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | 
					
						
							|  |  |  |  |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
					
						
							|  |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |     <Link> | 
					
						
							|  |  |  |  |       <AdditionalDependencies>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib;dutil.lib;balutil.lib;version.lib;uxtheme.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
					
						
							| 
									
										
										
										
											2020-06-24 04:32:23 +05:00
										 |  |  |  |       <AdditionalLibraryDirectories Condition="'$(PlatformToolset)' == 'v142'">$(WixInstallPath)sdk\vs2017\lib\x86</AdditionalLibraryDirectories> | 
					
						
							|  |  |  |  |       <AdditionalLibraryDirectories Condition="'$(PlatformToolset)' == 'v141'">$(WixInstallPath)sdk\vs2017\lib\x86</AdditionalLibraryDirectories> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |  |       <AdditionalLibraryDirectories Condition="'$(PlatformToolset)' == 'v140'">$(WixInstallPath)sdk\vs2015\lib\x86</AdditionalLibraryDirectories> | 
					
						
							|  |  |  |  |       <AdditionalLibraryDirectories Condition="'$(PlatformToolset)' == 'v120'">$(WixInstallPath)sdk\vs2013\lib\x86</AdditionalLibraryDirectories> | 
					
						
							|  |  |  |  |       <ModuleDefinitionFile>pythonba.def</ModuleDefinitionFile> | 
					
						
							|  |  |  |  |       <GenerateDebugInformation Condition="'$(Configuration)'=='Debug'">true</GenerateDebugInformation> | 
					
						
							|  |  |  |  |     </Link> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClCompile Include="PythonBootstrapperApplication.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="pythonba.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="pch.cpp"> | 
					
						
							|  |  |  |  |       <PrecompiledHeader>Create</PrecompiledHeader> | 
					
						
							|  |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClInclude Include="pch.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="resource.h" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <None Include="pythonba.def" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
					
						
							| 
									
										
										
										
											2021-12-04 03:47:38 +08:00
										 |  |  |  | </Project> |