]> git.ipfire.org Git - thirdparty/cups.git/blob - vcnet/cupstestppd.vcxproj
3198504f6180612b7e20bc51a493bc432f8ff32e
[thirdparty/cups.git] / vcnet / cupstestppd.vcxproj
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|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{6BE0CDD3-4ED7-409C-A80F-19DF73664B1F}</ProjectGuid>
23 <RootNamespace>cupstestppd</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
25 <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <PlatformToolset>v141</PlatformToolset>
31 <CharacterSet>Unicode</CharacterSet>
32 <WholeProgramOptimization>true</WholeProgramOptimization>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <ConfigurationType>Application</ConfigurationType>
36 <PlatformToolset>v141</PlatformToolset>
37 <CharacterSet>Unicode</CharacterSet>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <PlatformToolset>v141</PlatformToolset>
42 <CharacterSet>Unicode</CharacterSet>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <PlatformToolset>v141</PlatformToolset>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <PropertyGroup Label="UserMacros" />
66 <PropertyGroup>
67 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <OutDir>$(Platform)\$(Configuration)\</OutDir>
71 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
72 <LinkIncremental>true</LinkIncremental>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75 <OutDir>$(Platform)\$(Configuration)\</OutDir>
76 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77 <LinkIncremental>true</LinkIncremental>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <OutDir>$(Platform)\$(Configuration)\</OutDir>
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
82 <LinkIncremental>false</LinkIncremental>
83 </PropertyGroup>
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85 <OutDir>$(Platform)\$(Configuration)\</OutDir>
86 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
87 <LinkIncremental>false</LinkIncremental>
88 </PropertyGroup>
89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90 <ClCompile>
91 <Optimization>Disabled</Optimization>
92 <AdditionalIncludeDirectories>..;..\vcnet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
93 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <MinimalRebuild>true</MinimalRebuild>
95 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97 <PrecompiledHeader />
98 <WarningLevel>Level1</WarningLevel>
99 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
100 </ClCompile>
101 <Link>
102 <GenerateDebugInformation>true</GenerateDebugInformation>
103 <SubSystem>Console</SubSystem>
104 <RandomizedBaseAddress>false</RandomizedBaseAddress>
105 <DataExecutionPrevention />
106 <TargetMachine>MachineX86</TargetMachine>
107 </Link>
108 </ItemDefinitionGroup>
109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
110 <Midl>
111 <TargetEnvironment>X64</TargetEnvironment>
112 </Midl>
113 <ClCompile>
114 <Optimization>Disabled</Optimization>
115 <AdditionalIncludeDirectories>..;..\vcnet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
116 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 <MinimalRebuild>true</MinimalRebuild>
118 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
119 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
120 <PrecompiledHeader />
121 <WarningLevel>Level1</WarningLevel>
122 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
123 </ClCompile>
124 <Link>
125 <GenerateDebugInformation>true</GenerateDebugInformation>
126 <SubSystem>Console</SubSystem>
127 <RandomizedBaseAddress>false</RandomizedBaseAddress>
128 <DataExecutionPrevention />
129 <TargetMachine>MachineX64</TargetMachine>
130 </Link>
131 </ItemDefinitionGroup>
132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133 <ClCompile>
134 <AdditionalIncludeDirectories>..;..\vcnet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
135 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
137 <PrecompiledHeader />
138 <WarningLevel>Level1</WarningLevel>
139 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
140 </ClCompile>
141 <Link>
142 <GenerateDebugInformation>true</GenerateDebugInformation>
143 <SubSystem>Console</SubSystem>
144 <OptimizeReferences>true</OptimizeReferences>
145 <EnableCOMDATFolding>true</EnableCOMDATFolding>
146 <RandomizedBaseAddress>false</RandomizedBaseAddress>
147 <DataExecutionPrevention />
148 <TargetMachine>MachineX86</TargetMachine>
149 </Link>
150 </ItemDefinitionGroup>
151 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
152 <Midl>
153 <TargetEnvironment>X64</TargetEnvironment>
154 </Midl>
155 <ClCompile>
156 <AdditionalIncludeDirectories>..;..\vcnet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
157 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
159 <PrecompiledHeader />
160 <WarningLevel>Level1</WarningLevel>
161 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
162 </ClCompile>
163 <Link>
164 <GenerateDebugInformation>true</GenerateDebugInformation>
165 <SubSystem>Console</SubSystem>
166 <OptimizeReferences>true</OptimizeReferences>
167 <EnableCOMDATFolding>true</EnableCOMDATFolding>
168 <RandomizedBaseAddress>false</RandomizedBaseAddress>
169 <DataExecutionPrevention />
170 <TargetMachine>MachineX64</TargetMachine>
171 </Link>
172 </ItemDefinitionGroup>
173 <ItemGroup>
174 <ClCompile Include="..\systemv\cupstestppd.c" />
175 </ItemGroup>
176 <ItemGroup>
177 <ProjectReference Include="libcups2.vcxproj">
178 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
179 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
180 </ProjectReference>
181 </ItemGroup>
182 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
183 <ImportGroup Label="ExtensionTargets">
184 </ImportGroup>
185 </Project>