pywlauncher.vcxproj 3.17 KB
Newer Older
Brian Curtin's avatar
Brian Curtin committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="utf-8"?>
<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="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
    <ProjectConfiguration Include="PGInstrument|Win32">
      <Configuration>PGInstrument</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGInstrument|x64">
      <Configuration>PGInstrument</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGUpdate|Win32">
      <Configuration>PGUpdate</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGUpdate|x64">
      <Configuration>PGUpdate</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
Brian Curtin's avatar
Brian Curtin committed
28 29 30 31 32 33 34 35 36 37 38 39
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{1D4B18D3-7C12-4ECB-9179-8531FF876CE6}</ProjectGuid>
    <RootNamespace>pywlauncher</RootNamespace>
40 41
    <TargetName>pyw</TargetName>
    <SupportPGO>false</SupportPGO>
Brian Curtin's avatar
Brian Curtin committed
42
  </PropertyGroup>
43
  <Import Project="python.props" />
Brian Curtin's avatar
Brian Curtin committed
44
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45
  <PropertyGroup Label="Configuration">
Brian Curtin's avatar
Brian Curtin committed
46
    <ConfigurationType>Application</ConfigurationType>
47 48
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
Brian Curtin's avatar
Brian Curtin committed
49 50 51
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
52 53 54 55
  <PropertyGroup>
    <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget>
  </PropertyGroup>
  <ImportGroup Label="PropertySheets">
56 57 58
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="pyproject.props" />
  </ImportGroup>
Brian Curtin's avatar
Brian Curtin committed
59
  <PropertyGroup Label="UserMacros" />
60
  <ItemDefinitionGroup>
Brian Curtin's avatar
Brian Curtin committed
61 62
    <ClCompile>
      <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Brian Curtin's avatar
Brian Curtin committed
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
    </ClCompile>
    <Link>
      <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <SubSystem>Windows</SubSystem>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\launcher.c" />
  </ItemGroup>
  <ItemGroup>
    <None Include="..\PC\launcher.ico" />
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\pylauncher.rc" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
82
</Project>