]> git.ipfire.org Git - thirdparty/cups.git/blame - vcnet/testfile.vcxproj
Changelog and bump CUPS version.
[thirdparty/cups.git] / vcnet / testfile.vcxproj
CommitLineData
90501080
MS
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <PlatformToolset>v140</PlatformToolset>
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <PlatformToolset>v140</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|Win32'" 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|Win32'" 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|Win32'">
44 <OutDir>$(Platform)\$(Configuration)\</OutDir>
45 <IntDir>$(Platform)\$(Configuration)\</IntDir>
46 <LinkIncremental>true</LinkIncremental>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49 <OutDir>$(Platform)\$(Configuration)\</OutDir>
50 <IntDir>$(Platform)\$(Configuration)\</IntDir>
51 <LinkIncremental>false</LinkIncremental>
52 </PropertyGroup>
53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <ClCompile>
55 <Optimization>Disabled</Optimization>
56 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
57 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <MinimalRebuild>true</MinimalRebuild>
59 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
60 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
61 <PrecompiledHeader />
62 <WarningLevel>Level3</WarningLevel>
63 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
64 </ClCompile>
65 <Link>
66 <OutputFile>$(OutDir)testfile.exe</OutputFile>
67 <GenerateDebugInformation>true</GenerateDebugInformation>
68 <ProgramDatabaseFile>$(OutDir)testfile.pdb</ProgramDatabaseFile>
69 <SubSystem>Console</SubSystem>
70 <RandomizedBaseAddress>false</RandomizedBaseAddress>
71 <DataExecutionPrevention />
72 <TargetMachine>MachineX86</TargetMachine>
73 </Link>
74 </ItemDefinitionGroup>
75 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76 <ClCompile>
77 <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
78 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
80 <PrecompiledHeader />
81 <WarningLevel>Level3</WarningLevel>
82 <DebugInformationFormat />
83 </ClCompile>
84 <Link>
85 <OutputFile>$(OutDir)testfile.exe</OutputFile>
86 <GenerateDebugInformation>true</GenerateDebugInformation>
87 <SubSystem>Console</SubSystem>
88 <OptimizeReferences>true</OptimizeReferences>
89 <EnableCOMDATFolding>true</EnableCOMDATFolding>
90 <RandomizedBaseAddress>false</RandomizedBaseAddress>
91 <DataExecutionPrevention />
92 <TargetMachine>MachineX86</TargetMachine>
93 </Link>
94 </ItemDefinitionGroup>
95 <ItemGroup>
96 <ClCompile Include="..\cups\testfile.c" />
97 </ItemGroup>
98 <ItemGroup>
99 <ProjectReference Include="libcups2.vcxproj">
100 <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
101 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
102 </ProjectReference>
103 </ItemGroup>
104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105 <ImportGroup Label="ExtensionTargets">
106 </ImportGroup>
107</Project>