]> git.ipfire.org Git - thirdparty/cups.git/blame - vcnet/ippserver.vcxproj
More changes to VS projects.
[thirdparty/cups.git] / vcnet / ippserver.vcxproj
CommitLineData
90501080 1<?xml version="1.0" encoding="utf-8"?>
84c97c05 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>{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}</ProjectGuid>
15 <RootNamespace>ippserver</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
90501080
MS
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
84c97c05 21 <PlatformToolset>v141</PlatformToolset>
90501080
MS
22 <CharacterSet>Unicode</CharacterSet>
23 <WholeProgramOptimization>true</WholeProgramOptimization>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
84c97c05 27 <PlatformToolset>v141</PlatformToolset>
90501080
MS
28 <CharacterSet>Unicode</CharacterSet>
29 </PropertyGroup>
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31 <ImportGroup Label="ExtensionSettings">
32 </ImportGroup>
90501080
MS
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 </ImportGroup>
39 <PropertyGroup Label="UserMacros" />
40 <PropertyGroup>
41 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
42 </PropertyGroup>
90501080
MS
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
44 <OutDir>$(Platform)\$(Configuration)\</OutDir>
69d30da2 45 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
46 <LinkIncremental>true</LinkIncremental>
47 </PropertyGroup>
90501080
MS
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
49 <OutDir>$(Platform)\$(Configuration)\</OutDir>
69d30da2 50 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
51 <LinkIncremental>false</LinkIncremental>
52 </PropertyGroup>
90501080
MS
53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
54 <Midl>
55 <TargetEnvironment>X64</TargetEnvironment>
56 </Midl>
57 <ClCompile>
58 <Optimization>Disabled</Optimization>
59 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
abfac4cc 60 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
61 <MinimalRebuild>true</MinimalRebuild>
62 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
63 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
64 <PrecompiledHeader />
65 <WarningLevel>Level1</WarningLevel>
66 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
67 </ClCompile>
68 <Link>
abfac4cc 69 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
90501080
MS
70 <GenerateDebugInformation>true</GenerateDebugInformation>
71 <SubSystem>Console</SubSystem>
72 <RandomizedBaseAddress>false</RandomizedBaseAddress>
73 <DataExecutionPrevention />
74 <TargetMachine>MachineX64</TargetMachine>
75 </Link>
76 </ItemDefinitionGroup>
90501080
MS
77 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
78 <Midl>
79 <TargetEnvironment>X64</TargetEnvironment>
80 </Midl>
81 <ClCompile>
82 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
abfac4cc 83 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
84 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
85 <PrecompiledHeader />
86 <WarningLevel>Level1</WarningLevel>
87 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
88 </ClCompile>
89 <Link>
abfac4cc 90 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
90501080
MS
91 <GenerateDebugInformation>true</GenerateDebugInformation>
92 <SubSystem>Console</SubSystem>
93 <OptimizeReferences>true</OptimizeReferences>
94 <EnableCOMDATFolding>true</EnableCOMDATFolding>
95 <RandomizedBaseAddress>false</RandomizedBaseAddress>
96 <DataExecutionPrevention />
97 <TargetMachine>MachineX64</TargetMachine>
98 </Link>
99 </ItemDefinitionGroup>
100 <ItemGroup>
101 <ClCompile Include="..\test\ippserver.c" />
102 </ItemGroup>
103 <ItemGroup>
abfac4cc
MS
104 <ProjectReference Include="dnssdstub.vcxproj">
105 <Project>{c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
106 </ProjectReference>
90501080
MS
107 <ProjectReference Include="libcups2.vcxproj">
108 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
109 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
110 </ProjectReference>
abfac4cc
MS
111 <ProjectReference Include="regex.vcxproj">
112 <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
113 </ProjectReference>
90501080
MS
114 </ItemGroup>
115 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
116 <ImportGroup Label="ExtensionTargets">
117 </ImportGroup>
118</Project>