]> git.ipfire.org Git - thirdparty/cups.git/blame - vcnet/ippfind.vcxproj
Off by one error in ipp_finishings_vendor
[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 3 <ItemGroup Label="ProjectConfigurations">
90501080
MS
4 <ProjectConfiguration Include="Debug|x64">
5 <Configuration>Debug</Configuration>
6 <Platform>x64</Platform>
7 </ProjectConfiguration>
90501080
MS
8 <ProjectConfiguration Include="Release|x64">
9 <Configuration>Release</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{B484DA0C-62C8-4C32-83B6-CCEB58968B85}</ProjectGuid>
15 <RootNamespace>ippfind</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
6ac324a2 17 <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
90501080
MS
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
90501080
MS
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
21 <ConfigurationType>Application</ConfigurationType>
d00c3f26 22 <PlatformToolset>v141</PlatformToolset>
90501080
MS
23 <CharacterSet>Unicode</CharacterSet>
24 <WholeProgramOptimization>true</WholeProgramOptimization>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
d00c3f26 28 <PlatformToolset>v141</PlatformToolset>
90501080
MS
29 <CharacterSet>Unicode</CharacterSet>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
33 </ImportGroup>
90501080
MS
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>
90501080
MS
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
45 <OutDir>$(Platform)\$(Configuration)\</OutDir>
d00c3f26 46 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
47 <LinkIncremental>true</LinkIncremental>
48 </PropertyGroup>
90501080
MS
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
50 <OutDir>$(Platform)\$(Configuration)\</OutDir>
d00c3f26 51 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
52 <LinkIncremental>false</LinkIncremental>
53 </PropertyGroup>
90501080
MS
54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
55 <Midl>
56 <TargetEnvironment>X64</TargetEnvironment>
57 </Midl>
58 <ClCompile>
59 <Optimization>Disabled</Optimization>
60 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(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>
86206ccf 70 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
90501080
MS
71 <GenerateDebugInformation>true</GenerateDebugInformation>
72 <SubSystem>Console</SubSystem>
73 <RandomizedBaseAddress>false</RandomizedBaseAddress>
74 <DataExecutionPrevention />
75 <TargetMachine>MachineX64</TargetMachine>
76 </Link>
77 </ItemDefinitionGroup>
90501080
MS
78 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79 <Midl>
80 <TargetEnvironment>X64</TargetEnvironment>
81 </Midl>
82 <ClCompile>
83 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
86 <PrecompiledHeader />
87 <WarningLevel>Level1</WarningLevel>
88 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
89 </ClCompile>
90 <Link>
86206ccf 91 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
90501080
MS
92 <GenerateDebugInformation>true</GenerateDebugInformation>
93 <SubSystem>Console</SubSystem>
94 <OptimizeReferences>true</OptimizeReferences>
95 <EnableCOMDATFolding>true</EnableCOMDATFolding>
96 <RandomizedBaseAddress>false</RandomizedBaseAddress>
97 <DataExecutionPrevention />
98 <TargetMachine>MachineX64</TargetMachine>
99 </Link>
100 </ItemDefinitionGroup>
101 <ItemGroup>
aa5e4fd6 102 <ClCompile Include="..\tools\ippfind.c" />
90501080
MS
103 </ItemGroup>
104 <ItemGroup>
104c5283
MS
105 <ProjectReference Include="dnssdstub.vcxproj">
106 <Project>{c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
107 </ProjectReference>
90501080
MS
108 <ProjectReference Include="libcups2.vcxproj">
109 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
110 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
111 </ProjectReference>
112 <ProjectReference Include="regex.vcxproj">
113 <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
114 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
115 </ProjectReference>
116 </ItemGroup>
117 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
118 <ImportGroup Label="ExtensionTargets">
119 </ImportGroup>
120</Project>