1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|x64"> 5 <Configuration>Debug</Configuration> 6 <Platform>x64</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|x64"> 9 <Configuration>Release</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <ProjectGuid>{90B0058C-8393-411F-BD3B-E2C831D4E883}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> 17 </PropertyGroup> 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 20 <ConfigurationType>Application</ConfigurationType> 21 <PlatformToolset>v141</PlatformToolset> 22 <CharacterSet>MultiByte</CharacterSet> 23 </PropertyGroup> 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 25 <ConfigurationType>Application</ConfigurationType> 26 <PlatformToolset>v141</PlatformToolset> 27 <CharacterSet>MultiByte</CharacterSet> 28 </PropertyGroup> 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 30 <ImportGroup Label="ExtensionSettings"> 31 </ImportGroup> 32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 34 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 35 </ImportGroup> 36 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 38 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 39 </ImportGroup> 40 <PropertyGroup Label="UserMacros" /> 41 <PropertyGroup> 42 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 45 <OutDir>$(Platform)\$(Configuration)\</OutDir> 46 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 47 <LinkIncremental>true</LinkIncremental> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 50 <OutDir>$(Platform)\$(Configuration)\</OutDir> 51 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 52 <LinkIncremental>false</LinkIncremental> 53 </PropertyGroup> 54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 55 <ClCompile> 56 <Optimization>Disabled</Optimization> 57 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 58 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 59 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 60 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 61 <PrecompiledHeader> 62 </PrecompiledHeader> 63 <WarningLevel>Level3</WarningLevel> 64 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 65 </ClCompile> 66 <Link> 67 <OutputFile>$(OutDir)testhttp.exe</OutputFile> 68 <GenerateDebugInformation>true</GenerateDebugInformation> 69 <ProgramDatabaseFile>$(OutDir)testhttp.pdb</ProgramDatabaseFile> 70 <SubSystem>Console</SubSystem> 71 <RandomizedBaseAddress>false</RandomizedBaseAddress> 72 <DataExecutionPrevention> 73 </DataExecutionPrevention> 74 </Link> 75 </ItemDefinitionGroup> 76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 77 <ClCompile> 78 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 79 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 80 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 81 <PrecompiledHeader> 82 </PrecompiledHeader> 83 <WarningLevel>Level3</WarningLevel> 84 <DebugInformationFormat> 85 </DebugInformationFormat> 86 </ClCompile> 87 <Link> 88 <OutputFile>$(OutDir)testhttp.exe</OutputFile> 89 <GenerateDebugInformation>true</GenerateDebugInformation> 90 <SubSystem>Console</SubSystem> 91 <OptimizeReferences>true</OptimizeReferences> 92 <EnableCOMDATFolding>true</EnableCOMDATFolding> 93 <RandomizedBaseAddress>false</RandomizedBaseAddress> 94 <DataExecutionPrevention> 95 </DataExecutionPrevention> 96 </Link> 97 </ItemDefinitionGroup> 98 <ItemGroup> 99 <ClCompile Include="..\cups\testhttp.c" /> 100 </ItemGroup> 101 <ItemGroup> 102 <ProjectReference Include="libcups2.vcxproj"> 103 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project> 104 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 105 </ProjectReference> 106 </ItemGroup> 107 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 108 <ImportGroup Label="ExtensionTargets"> 109 </ImportGroup> 110</Project>