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