1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Debug|x64"> 13 <Configuration>Debug</Configuration> 14 <Platform>x64</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 22 <PropertyGroup Label="Globals"> 23 <ProjectGuid>{F068BCCF-C0D6-478D-A2C5-26BA3237C992}</ProjectGuid> 24 <RootNamespace>sslspeed</RootNamespace> 25 </PropertyGroup> 26 27 <Import Project="..\..\PCBuild\python.props" /> 28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 29 <Import Project="..\..\PCBuild\openssl.props" /> 30 31 <PropertyGroup Label="Configuration"> 32 <OriginalOutDir>$(OutDir)</OriginalOutDir> 33 <OutDir>$(MSBuildProjectDirectory)\$(ArchName)\</OutDir> 34 <IntDir>$(MSBuildProjectDirectory)\$(ArchName)\obj\</IntDir> 35 <ConfigurationType>Application</ConfigurationType> 36 <CharacterSet>MultiByte</CharacterSet> 37 </PropertyGroup> 38 39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 40 41 <ItemGroup> 42 <ClCompile Include="$(opensslDir)apps\speed.c" /> 43 <ClCompile Include="$(opensslDir)apps\apps.c" /> 44 </ItemGroup> 45 46 <ItemDefinitionGroup> 47 <ClCompile> 48 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 49 <AdditionalIncludeDirectories>$(opensslIncDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 50 </ClCompile> 51 <Link> 52 <AdditionalDependencies>ws2_32.lib;crypt32.lib;libeay$(PyDebugExt).lib;ssleay$(PyDebugExt).lib;%(AdditionalDependencies)</AdditionalDependencies> 53 <AdditionalLibraryDirectories>$(OriginalOutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 54 <SubSystem>Console</SubSystem> 55 </Link> 56 </ItemDefinitionGroup> 57 58 <ItemGroup> 59 <ProjectReference Include="..\..\PCBuild\ssleay.vcxproj"> 60 <Project>{10615b24-73bf-4efa-93aa-236916321317}</Project> 61 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 62 </ProjectReference> 63 <ProjectReference Include="..\..\PCBuild\libeay.vcxproj"> 64 <Project>{e5b04cc0-eb4c-42ab-b4dc-18ef95f864b0}</Project> 65 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 66 </ProjectReference> 67 </ItemGroup> 68 69 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 70</Project>