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.17763.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>v141</PlatformToolset>
23    <CharacterSet>Unicode</CharacterSet>
24    <WholeProgramOptimization>true</WholeProgramOptimization>
25  </PropertyGroup>
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <PlatformToolset>v141</PlatformToolset>
29    <CharacterSet>Unicode</CharacterSet>
30  </PropertyGroup>
31  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32  <ImportGroup Label="ExtensionSettings">
33  </ImportGroup>
34  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
35    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36  </ImportGroup>
37  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
38    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
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    <Midl>
56      <TargetEnvironment>X64</TargetEnvironment>
57    </Midl>
58    <ClCompile>
59      <Optimization>Disabled</Optimization>
60      <AdditionalIncludeDirectories>..;..\vcnet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
61      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62      <MinimalRebuild>true</MinimalRebuild>
63      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
64      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
65      <PrecompiledHeader />
66      <WarningLevel>Level1</WarningLevel>
67      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
68    </ClCompile>
69    <Link>
70      <GenerateDebugInformation>true</GenerateDebugInformation>
71      <SubSystem>Console</SubSystem>
72      <RandomizedBaseAddress>false</RandomizedBaseAddress>
73      <DataExecutionPrevention />
74      <TargetMachine>MachineX64</TargetMachine>
75    </Link>
76  </ItemDefinitionGroup>
77  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
78    <Midl>
79      <TargetEnvironment>X64</TargetEnvironment>
80    </Midl>
81    <ClCompile>
82      <AdditionalIncludeDirectories>..;..\vcnet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
83      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
85      <PrecompiledHeader />
86      <WarningLevel>Level1</WarningLevel>
87      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
88    </ClCompile>
89    <Link>
90      <GenerateDebugInformation>true</GenerateDebugInformation>
91      <SubSystem>Console</SubSystem>
92      <OptimizeReferences>true</OptimizeReferences>
93      <EnableCOMDATFolding>true</EnableCOMDATFolding>
94      <RandomizedBaseAddress>false</RandomizedBaseAddress>
95      <DataExecutionPrevention />
96      <TargetMachine>MachineX64</TargetMachine>
97    </Link>
98  </ItemDefinitionGroup>
99  <ItemGroup>
100    <ClCompile Include="..\systemv\cupstestppd.c" />
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="libcups2.vcxproj">
104      <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
105      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
106    </ProjectReference>
107  </ItemGroup>
108  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109  <ImportGroup Label="ExtensionTargets">
110  </ImportGroup>
111</Project>