Blame PCbuild/_hashlib.vcxproj

rpm-build 2bd099

rpm-build 2bd099
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
rpm-build 2bd099
  <ItemGroup Label="ProjectConfigurations">
rpm-build 2bd099
    <ProjectConfiguration Include="Debug|Win32">
rpm-build 2bd099
      <Configuration>Debug</Configuration>
rpm-build 2bd099
      <Platform>Win32</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
    <ProjectConfiguration Include="Debug|x64">
rpm-build 2bd099
      <Configuration>Debug</Configuration>
rpm-build 2bd099
      <Platform>x64</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
    <ProjectConfiguration Include="PGInstrument|Win32">
rpm-build 2bd099
      <Configuration>PGInstrument</Configuration>
rpm-build 2bd099
      <Platform>Win32</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
    <ProjectConfiguration Include="PGInstrument|x64">
rpm-build 2bd099
      <Configuration>PGInstrument</Configuration>
rpm-build 2bd099
      <Platform>x64</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
    <ProjectConfiguration Include="PGUpdate|Win32">
rpm-build 2bd099
      <Configuration>PGUpdate</Configuration>
rpm-build 2bd099
      <Platform>Win32</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
    <ProjectConfiguration Include="PGUpdate|x64">
rpm-build 2bd099
      <Configuration>PGUpdate</Configuration>
rpm-build 2bd099
      <Platform>x64</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
    <ProjectConfiguration Include="Release|Win32">
rpm-build 2bd099
      <Configuration>Release</Configuration>
rpm-build 2bd099
      <Platform>Win32</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
    <ProjectConfiguration Include="Release|x64">
rpm-build 2bd099
      <Configuration>Release</Configuration>
rpm-build 2bd099
      <Platform>x64</Platform>
rpm-build 2bd099
    </ProjectConfiguration>
rpm-build 2bd099
  </ItemGroup>
rpm-build 2bd099
  <PropertyGroup Label="Globals">
rpm-build 2bd099
    <ProjectGuid>{447F05A8-F581-4CAC-A466-5AC7936E207E}</ProjectGuid>
rpm-build 2bd099
    <RootNamespace>_hashlib</RootNamespace>
rpm-build 2bd099
    <Keyword>Win32Proj</Keyword>
rpm-build 2bd099
  </PropertyGroup>
rpm-build 2bd099
  <Import Project="python.props" />
rpm-build 2bd099
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
rpm-build 2bd099
  <PropertyGroup Label="Configuration">
rpm-build 2bd099
    <ConfigurationType>DynamicLibrary</ConfigurationType>
rpm-build 2bd099
    <CharacterSet>NotSet</CharacterSet>
rpm-build 2bd099
  </PropertyGroup>
rpm-build 2bd099
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
rpm-build 2bd099
  <PropertyGroup>
rpm-build 2bd099
    <TargetExt>.pyd</TargetExt>
rpm-build 2bd099
  </PropertyGroup>
rpm-build 2bd099
  <ImportGroup Label="ExtensionSettings">
rpm-build 2bd099
  </ImportGroup>
rpm-build 2bd099
  <ImportGroup Label="PropertySheets">
rpm-build 2bd099
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
rpm-build 2bd099
    <Import Project="pyproject.props" />
rpm-build 2bd099
  </ImportGroup>
rpm-build 2bd099
  <PropertyGroup Label="UserMacros" />
rpm-build 2bd099
  <PropertyGroup>
rpm-build 2bd099
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
rpm-build 2bd099
  </PropertyGroup>
rpm-build 2bd099
  <ItemDefinitionGroup>
rpm-build 2bd099
    <ClCompile>
rpm-build 2bd099
      <AdditionalIncludeDirectories>$(opensslIncludeDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
rpm-build 2bd099
    </ClCompile>
rpm-build 2bd099
    <Link>
rpm-build 2bd099
      <AdditionalDependencies>ws2_32.lib;$(OutDir)libeay$(PyDebugExt).lib;$(OutDir)ssleay$(PyDebugExt).lib;%(AdditionalDependencies)</AdditionalDependencies>
rpm-build 2bd099
    </Link>
rpm-build 2bd099
  </ItemDefinitionGroup>
rpm-build 2bd099
  <ItemGroup>
rpm-build 2bd099
    <ClCompile Include="..\Modules\_hashopenssl.c" />
rpm-build 2bd099
  </ItemGroup>
rpm-build 2bd099
  <ItemGroup>
rpm-build 2bd099
    <ResourceCompile Include="..\PC\python_nt.rc" />
rpm-build 2bd099
  </ItemGroup>
rpm-build 2bd099
  <ItemGroup>
rpm-build 2bd099
    <ProjectReference Include="pythoncore.vcxproj">
rpm-build 2bd099
      <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
rpm-build 2bd099
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
rpm-build 2bd099
    </ProjectReference>
rpm-build 2bd099
    <ProjectReference Include="ssleay.vcxproj">
rpm-build 2bd099
      <Project>{10615b24-73bf-4efa-93aa-236916321317}</Project>
rpm-build 2bd099
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
rpm-build 2bd099
    </ProjectReference>
rpm-build 2bd099
    <ProjectReference Include="libeay.vcxproj">
rpm-build 2bd099
      <Project>{e5b04cc0-eb4c-42ab-b4dc-18ef95f864b0}</Project>
rpm-build 2bd099
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
rpm-build 2bd099
    </ProjectReference>
rpm-build 2bd099
  </ItemGroup>
rpm-build 2bd099
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
rpm-build 2bd099
  <ImportGroup Label="ExtensionTargets">
rpm-build 2bd099
  </ImportGroup>
rpm-build 2bd099
</Project>