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>{6BE0CDD3-4ED7-409C-A80F-19DF73664B1F}</ProjectGuid> 15 <RootNamespace>cupstestppd</RootNamespace> 16 <Keyword>Win32Proj</Keyword> 17 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 18 </PropertyGroup> 19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 21 <ConfigurationType>Application</ConfigurationType> 22 <PlatformToolset>v143</PlatformToolset> 23 <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> 24 <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> 25 <CharacterSet>Unicode</CharacterSet> 26 <WholeProgramOptimization>true</WholeProgramOptimization> 27 </PropertyGroup> 28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 29 <ConfigurationType>Application</ConfigurationType> 30 <PlatformToolset>v143</PlatformToolset> 31 <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> 32 <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> 33 <CharacterSet>Unicode</CharacterSet> 34 </PropertyGroup> 35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 36 <ImportGroup Label="ExtensionSettings"> 37 </ImportGroup> 38 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 40 </ImportGroup> 41 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 43 </ImportGroup> 44 <PropertyGroup Label="UserMacros" /> 45 <PropertyGroup> 46 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> 47 </PropertyGroup> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 49 <OutDir>$(Platform)\$(Configuration)\</OutDir> 50 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 51 <LinkIncremental>true</LinkIncremental> 52 </PropertyGroup> 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 54 <OutDir>$(Platform)\$(Configuration)\</OutDir> 55 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 56 <LinkIncremental>false</LinkIncremental> 57 </PropertyGroup> 58 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 59 <Midl> 60 <TargetEnvironment>X64</TargetEnvironment> 61 </Midl> 62 <ClCompile> 63 <Optimization>Disabled</Optimization> 64 <AdditionalIncludeDirectories>..;..\vcnet;packages\libressl_native.3.7.3\build\native\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 65 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 66 <MinimalRebuild>true</MinimalRebuild> 67 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 68 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 69 <PrecompiledHeader /> 70 <WarningLevel>Level1</WarningLevel> 71 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 72 </ClCompile> 73 <Link> 74 <GenerateDebugInformation>true</GenerateDebugInformation> 75 <SubSystem>Console</SubSystem> 76 <RandomizedBaseAddress>false</RandomizedBaseAddress> 77 <DataExecutionPrevention /> 78 <TargetMachine>MachineX64</TargetMachine> 79 </Link> 80 </ItemDefinitionGroup> 81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 82 <Midl> 83 <TargetEnvironment>X64</TargetEnvironment> 84 </Midl> 85 <ClCompile> 86 <AdditionalIncludeDirectories>..;..\vcnet;packages\libressl_native.3.7.3\build\native\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 87 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 88 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 89 <PrecompiledHeader /> 90 <WarningLevel>Level1</WarningLevel> 91 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 92 </ClCompile> 93 <Link> 94 <GenerateDebugInformation>true</GenerateDebugInformation> 95 <SubSystem>Console</SubSystem> 96 <OptimizeReferences>true</OptimizeReferences> 97 <EnableCOMDATFolding>true</EnableCOMDATFolding> 98 <RandomizedBaseAddress>false</RandomizedBaseAddress> 99 <DataExecutionPrevention /> 100 <TargetMachine>MachineX64</TargetMachine> 101 </Link> 102 </ItemDefinitionGroup> 103 <ItemGroup> 104 <ClCompile Include="..\systemv\cupstestppd.c" /> 105 </ItemGroup> 106 <ItemGroup> 107 <ProjectReference Include="libcups2.vcxproj"> 108 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project> 109 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 110 </ProjectReference> 111 </ItemGroup> 112 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 113 <ImportGroup Label="ExtensionTargets"> 114 </ImportGroup> 115</Project>