]> git.ipfire.org Git - thirdparty/cups.git/blame - vcnet/ippfind.vcxproj
Add DNS-SD stub library project. Update VS projects.
[thirdparty/cups.git] / vcnet / ippfind.vcxproj
CommitLineData
90501080 1<?xml version="1.0" encoding="utf-8"?>
d00c3f26 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
90501080
MS
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>{B484DA0C-62C8-4C32-83B6-CCEB58968B85}</ProjectGuid>
23 <RootNamespace>ippfind</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
d00c3f26 25 <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
90501080
MS
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
d00c3f26 30 <PlatformToolset>v141</PlatformToolset>
90501080
MS
31 <CharacterSet>Unicode</CharacterSet>
32 <WholeProgramOptimization>true</WholeProgramOptimization>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <ConfigurationType>Application</ConfigurationType>
d00c3f26 36 <PlatformToolset>v141</PlatformToolset>
90501080
MS
37 <CharacterSet>Unicode</CharacterSet>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
d00c3f26 41 <PlatformToolset>v141</PlatformToolset>
90501080
MS
42 <CharacterSet>Unicode</CharacterSet>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
d00c3f26 47 <PlatformToolset>v141</PlatformToolset>
90501080
MS
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>
d00c3f26 71 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
72 <LinkIncremental>true</LinkIncremental>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75 <OutDir>$(Platform)\$(Configuration)\</OutDir>
d00c3f26 76 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
77 <LinkIncremental>true</LinkIncremental>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <OutDir>$(Platform)\$(Configuration)\</OutDir>
d00c3f26 81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
82 <LinkIncremental>false</LinkIncremental>
83 </PropertyGroup>
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85 <OutDir>$(Platform)\$(Configuration)\</OutDir>
d00c3f26 86 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
87 <LinkIncremental>false</LinkIncremental>
88 </PropertyGroup>
89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90 <ClCompile>
91 <Optimization>Disabled</Optimization>
92 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(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 <AdditionalDependencies>dnssd.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
103 <GenerateDebugInformation>true</GenerateDebugInformation>
104 <SubSystem>Console</SubSystem>
105 <RandomizedBaseAddress>false</RandomizedBaseAddress>
106 <DataExecutionPrevention />
107 <TargetMachine>MachineX86</TargetMachine>
108 </Link>
109 </ItemDefinitionGroup>
110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
111 <Midl>
112 <TargetEnvironment>X64</TargetEnvironment>
113 </Midl>
114 <ClCompile>
115 <Optimization>Disabled</Optimization>
116 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
117 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <MinimalRebuild>true</MinimalRebuild>
119 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
120 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
121 <PrecompiledHeader />
122 <WarningLevel>Level1</WarningLevel>
123 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
124 </ClCompile>
125 <Link>
126 <AdditionalDependencies>dnssd.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
127 <GenerateDebugInformation>true</GenerateDebugInformation>
128 <SubSystem>Console</SubSystem>
129 <RandomizedBaseAddress>false</RandomizedBaseAddress>
130 <DataExecutionPrevention />
131 <TargetMachine>MachineX64</TargetMachine>
132 </Link>
133 </ItemDefinitionGroup>
134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
135 <ClCompile>
136 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
137 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
139 <PrecompiledHeader />
140 <WarningLevel>Level1</WarningLevel>
141 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
142 </ClCompile>
143 <Link>
144 <AdditionalDependencies>dnssd.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
145 <GenerateDebugInformation>true</GenerateDebugInformation>
146 <SubSystem>Console</SubSystem>
147 <OptimizeReferences>true</OptimizeReferences>
148 <EnableCOMDATFolding>true</EnableCOMDATFolding>
149 <RandomizedBaseAddress>false</RandomizedBaseAddress>
150 <DataExecutionPrevention />
151 <TargetMachine>MachineX86</TargetMachine>
152 </Link>
153 </ItemDefinitionGroup>
154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
155 <Midl>
156 <TargetEnvironment>X64</TargetEnvironment>
157 </Midl>
158 <ClCompile>
159 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
160 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
162 <PrecompiledHeader />
163 <WarningLevel>Level1</WarningLevel>
164 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
165 </ClCompile>
166 <Link>
167 <AdditionalDependencies>dnssd.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
168 <GenerateDebugInformation>true</GenerateDebugInformation>
169 <SubSystem>Console</SubSystem>
170 <OptimizeReferences>true</OptimizeReferences>
171 <EnableCOMDATFolding>true</EnableCOMDATFolding>
172 <RandomizedBaseAddress>false</RandomizedBaseAddress>
173 <DataExecutionPrevention />
174 <TargetMachine>MachineX64</TargetMachine>
175 </Link>
176 </ItemDefinitionGroup>
177 <ItemGroup>
178 <ClCompile Include="..\test\ippfind.c" />
179 </ItemGroup>
180 <ItemGroup>
181 <ProjectReference Include="libcups2.vcxproj">
182 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
183 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
184 </ProjectReference>
185 <ProjectReference Include="regex.vcxproj">
186 <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
187 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
188 </ProjectReference>
189 </ItemGroup>
190 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
191 <ImportGroup Label="ExtensionTargets">
192 </ImportGroup>
193</Project>