Home | History | Annotate | Download | only in bootstrap
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3   <copyright file="wixstdba.vcxproj" company="Outercurve Foundation">
      4     Copyright (c) 2004, Outercurve Foundation.
      5     This software is released under Microsoft Reciprocal License (MS-RL).
      6     The license and further copyright text can be found in the file
      7     LICENSE.TXT at the root directory of the distribution.
      8   </copyright>
      9 -->
     10 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     11   <ItemGroup Label="ProjectConfigurations">
     12     <ProjectConfiguration Include="Debug|Win32">
     13       <Configuration>Debug</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|Win32">
     17       <Configuration>Release</Configuration>
     18       <Platform>Win32</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
     23     <Platform Condition="'$(Platform)' == ''">Win32</Platform>
     24     <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VCTargetsPath14)' != ''">v140</PlatformToolset>
     25     <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VCTargetsPath12)' != ''">v120</PlatformToolset>
     26     <ProjectGuid>{7A09B132-B3EE-499B-A700-A4B2157FEA3D}</ProjectGuid>
     27     <TargetName>PythonBA</TargetName>
     28   </PropertyGroup>
     29   <Import Project="..\..\wix.props" />
     30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     31   <PropertyGroup Label="Configuration">
     32     <ConfigurationType>DynamicLibrary</ConfigurationType>
     33     <CharacterSet>Unicode</CharacterSet>
     34     <Py_IntDir Condition="'$(Py_IntDir)' == ''">$(PySourcePath)PCbuild\obj\</Py_IntDir>
     35     <IntDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)$(ArchName)_$(Configuration)\msi_$(ProjectName)\</IntDir>
     36     <IntDir>$(IntDir.Replace(`\\`, `\`))</IntDir>
     37     <OutDir>$(IntDir)</OutDir>
     38   </PropertyGroup>
     39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     40   <ItemDefinitionGroup>
     41     <ClCompile>
     42       <PreprocessorDefinitions>_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     43       <AdditionalIncludeDirectories>$(WixInstallPath)sdk\inc</AdditionalIncludeDirectories>
     44       <PrecompiledHeader>Use</PrecompiledHeader>
     45       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
     46       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     47     </ClCompile>
     48     <Link>
     49       <AdditionalDependencies>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib;dutil.lib;balutil.lib;version.lib;uxtheme.lib;%(AdditionalDependencies)</AdditionalDependencies>
     50       <AdditionalLibraryDirectories Condition="'$(PlatformToolset)' == 'v140'">$(WixInstallPath)sdk\vs2015\lib\x86</AdditionalLibraryDirectories>
     51       <AdditionalLibraryDirectories Condition="'$(PlatformToolset)' == 'v120'">$(WixInstallPath)sdk\vs2013\lib\x86</AdditionalLibraryDirectories>
     52       <ModuleDefinitionFile>pythonba.def</ModuleDefinitionFile>
     53       <GenerateDebugInformation Condition="'$(Configuration)'=='Debug'">true</GenerateDebugInformation>
     54     </Link>
     55   </ItemDefinitionGroup>
     56   <ItemGroup>
     57     <ClCompile Include="PythonBootstrapperApplication.cpp" />
     58     <ClCompile Include="pythonba.cpp" />
     59     <ClCompile Include="pch.cpp">
     60       <PrecompiledHeader>Create</PrecompiledHeader>
     61     </ClCompile>
     62   </ItemGroup>
     63   <ItemGroup>
     64     <ClInclude Include="pch.h" />
     65     <ClInclude Include="resource.h" />
     66   </ItemGroup>
     67   <ItemGroup>
     68     <None Include="pythonba.def" />
     69   </ItemGroup>
     70   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     71 </Project>