]> git.ipfire.org Git - thirdparty/cups.git/blob - vcnet/testhttp.vcxproj
More changes to VS projects.
[thirdparty/cups.git] / vcnet / testhttp.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>{90B0058C-8393-411F-BD3B-E2C831D4E883}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <PlatformToolset>v141</PlatformToolset>
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <PlatformToolset>v141</PlatformToolset>
26 <CharacterSet>MultiByte</CharacterSet>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
30 </ImportGroup>
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
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>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
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>
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 <ClCompile>
55 <Optimization>Disabled</Optimization>
56 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
57 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
59 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
60 <PrecompiledHeader>
61 </PrecompiledHeader>
62 <WarningLevel>Level3</WarningLevel>
63 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
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>
71 <DataExecutionPrevention>
72 </DataExecutionPrevention>
73 </Link>
74 </ItemDefinitionGroup>
75 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
76 <ClCompile>
77 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
78 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
80 <PrecompiledHeader>
81 </PrecompiledHeader>
82 <WarningLevel>Level3</WarningLevel>
83 <DebugInformationFormat>
84 </DebugInformationFormat>
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>
93 <DataExecutionPrevention>
94 </DataExecutionPrevention>
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>