]> git.ipfire.org Git - thirdparty/cups.git/blob - vcnet/ipptool.vcxproj
1b3f69494a94a02ad5f5ce7ddb10843bd6e66070
[thirdparty/cups.git] / vcnet / ipptool.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|x64">
5 <Configuration>Debug</Configuration>
6 <Platform>x64</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|x64">
9 <Configuration>Release</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{B246D91E-61F2-4433-BFD2-6C2A96FBD4D4}</ProjectGuid>
15 <RootNamespace>ipptool</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <PlatformToolset>v141</PlatformToolset>
22 <CharacterSet>Unicode</CharacterSet>
23 <WholeProgramOptimization>true</WholeProgramOptimization>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <PlatformToolset>v141</PlatformToolset>
28 <CharacterSet>Unicode</CharacterSet>
29 </PropertyGroup>
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31 <ImportGroup Label="ExtensionSettings">
32 </ImportGroup>
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>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
44 <OutDir>$(Platform)\$(Configuration)\</OutDir>
45 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
46 <LinkIncremental>true</LinkIncremental>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
49 <OutDir>$(Platform)\$(Configuration)\</OutDir>
50 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
51 <LinkIncremental>false</LinkIncremental>
52 </PropertyGroup>
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>
60 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
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>
69 <GenerateDebugInformation>true</GenerateDebugInformation>
70 <SubSystem>Console</SubSystem>
71 <RandomizedBaseAddress>false</RandomizedBaseAddress>
72 <DataExecutionPrevention />
73 <TargetMachine>MachineX64</TargetMachine>
74 </Link>
75 </ItemDefinitionGroup>
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
77 <Midl>
78 <TargetEnvironment>X64</TargetEnvironment>
79 </Midl>
80 <ClCompile>
81 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
82 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
84 <PrecompiledHeader />
85 <WarningLevel>Level1</WarningLevel>
86 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
87 </ClCompile>
88 <Link>
89 <GenerateDebugInformation>true</GenerateDebugInformation>
90 <SubSystem>Console</SubSystem>
91 <OptimizeReferences>true</OptimizeReferences>
92 <EnableCOMDATFolding>true</EnableCOMDATFolding>
93 <RandomizedBaseAddress>false</RandomizedBaseAddress>
94 <DataExecutionPrevention />
95 <TargetMachine>MachineX64</TargetMachine>
96 </Link>
97 </ItemDefinitionGroup>
98 <ItemGroup>
99 <ClCompile Include="..\test\ipptool.c" />
100 </ItemGroup>
101 <ItemGroup>
102 <ProjectReference Include="libcups2.vcxproj">
103 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
104 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
105 </ProjectReference>
106 <ProjectReference Include="regex.vcxproj">
107 <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
108 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
109 </ProjectReference>
110 </ItemGroup>
111 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112 <ImportGroup Label="ExtensionTargets">
113 </ImportGroup>
114 </Project>