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