]> git.ipfire.org Git - thirdparty/cups.git/blame - vcnet/testhttp.vcxproj
More changes to VS projects.
[thirdparty/cups.git] / vcnet / testhttp.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">
69d30da2 4 <ProjectConfiguration Include="Debug|x64">
90501080 5 <Configuration>Debug</Configuration>
69d30da2 6 <Platform>x64</Platform>
90501080 7 </ProjectConfiguration>
69d30da2 8 <ProjectConfiguration Include="Release|x64">
90501080 9 <Configuration>Release</Configuration>
69d30da2 10 <Platform>x64</Platform>
90501080
MS
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{90B0058C-8393-411F-BD3B-E2C831D4E883}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
69d30da2 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
90501080 19 <ConfigurationType>Application</ConfigurationType>
84c97c05 20 <PlatformToolset>v141</PlatformToolset>
90501080
MS
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
69d30da2 23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
90501080 24 <ConfigurationType>Application</ConfigurationType>
84c97c05 25 <PlatformToolset>v141</PlatformToolset>
90501080
MS
26 <CharacterSet>MultiByte</CharacterSet>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
30 </ImportGroup>
69d30da2 31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
90501080
MS
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
34 </ImportGroup>
69d30da2 35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
90501080
MS
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
38 </ImportGroup>
39 <PropertyGroup Label="UserMacros" />
40 <PropertyGroup>
41 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
42 </PropertyGroup>
69d30da2 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90501080 44 <OutDir>$(Platform)\$(Configuration)\</OutDir>
69d30da2 45 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
46 <LinkIncremental>true</LinkIncremental>
47 </PropertyGroup>
69d30da2 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90501080 49 <OutDir>$(Platform)\$(Configuration)\</OutDir>
69d30da2 50 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
51 <LinkIncremental>false</LinkIncremental>
52 </PropertyGroup>
69d30da2 53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90501080
MS
54 <ClCompile>
55 <Optimization>Disabled</Optimization>
56 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
abfac4cc 57 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
58 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
59 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
69d30da2
MS
60 <PrecompiledHeader>
61 </PrecompiledHeader>
90501080 62 <WarningLevel>Level3</WarningLevel>
69d30da2 63 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
90501080
MS
64 </ClCompile>
65 <Link>
66 <OutputFile>$(OutDir)testhttp.exe</OutputFile>
67 <GenerateDebugInformation>true</GenerateDebugInformation>
68 <ProgramDatabaseFile>$(OutDir)testhttp.pdb</ProgramDatabaseFile>
69 <SubSystem>Console</SubSystem>
70 <RandomizedBaseAddress>false</RandomizedBaseAddress>
69d30da2
MS
71 <DataExecutionPrevention>
72 </DataExecutionPrevention>
90501080
MS
73 </Link>
74 </ItemDefinitionGroup>
69d30da2 75 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90501080
MS
76 <ClCompile>
77 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
abfac4cc 78 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080 79 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
69d30da2
MS
80 <PrecompiledHeader>
81 </PrecompiledHeader>
90501080 82 <WarningLevel>Level3</WarningLevel>
69d30da2
MS
83 <DebugInformationFormat>
84 </DebugInformationFormat>
90501080
MS
85 </ClCompile>
86 <Link>
87 <OutputFile>$(OutDir)testhttp.exe</OutputFile>
88 <GenerateDebugInformation>true</GenerateDebugInformation>
89 <SubSystem>Console</SubSystem>
90 <OptimizeReferences>true</OptimizeReferences>
91 <EnableCOMDATFolding>true</EnableCOMDATFolding>
92 <RandomizedBaseAddress>false</RandomizedBaseAddress>
69d30da2
MS
93 <DataExecutionPrevention>
94 </DataExecutionPrevention>
90501080
MS
95 </Link>
96 </ItemDefinitionGroup>
97 <ItemGroup>
98 <ClCompile Include="..\cups\testhttp.c" />
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="libcups2.vcxproj">
102 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
103 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
104 </ProjectReference>
105 </ItemGroup>
106 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
107 <ImportGroup Label="ExtensionTargets">
108 </ImportGroup>
109</Project>