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+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{BDD7DA11-7288-4430-8B87-79AC6B5B6FB9}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <RootNamespace >SetScreenResolution</RootNamespace >
25+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
26+ </PropertyGroup >
27+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29+ <ConfigurationType >Application</ConfigurationType >
30+ <UseDebugLibraries >true</UseDebugLibraries >
31+ <PlatformToolset >v140</PlatformToolset >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
35+ <ConfigurationType >Application</ConfigurationType >
36+ <UseDebugLibraries >false</UseDebugLibraries >
37+ <PlatformToolset >v140</PlatformToolset >
38+ <WholeProgramOptimization >true</WholeProgramOptimization >
39+ <CharacterSet >Unicode</CharacterSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
42+ <ConfigurationType >Application</ConfigurationType >
43+ <UseDebugLibraries >true</UseDebugLibraries >
44+ <PlatformToolset >v140</PlatformToolset >
45+ <CharacterSet >Unicode</CharacterSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48+ <ConfigurationType >Application</ConfigurationType >
49+ <UseDebugLibraries >false</UseDebugLibraries >
50+ <PlatformToolset >v140</PlatformToolset >
51+ <WholeProgramOptimization >true</WholeProgramOptimization >
52+ <CharacterSet >Unicode</CharacterSet >
53+ </PropertyGroup >
54+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
55+ <ImportGroup Label =" ExtensionSettings" >
56+ </ImportGroup >
57+ <ImportGroup Label =" Shared" >
58+ </ImportGroup >
59+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
66+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67+ </ImportGroup >
68+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
69+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70+ </ImportGroup >
71+ <PropertyGroup Label =" UserMacros" />
72+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73+ <LinkIncremental >true</LinkIncremental >
74+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
75+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <LinkIncremental >true</LinkIncremental >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <LinkIncremental >false</LinkIncremental >
82+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
83+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86+ <LinkIncremental >false</LinkIncremental >
87+ </PropertyGroup >
88+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
89+ <ClCompile >
90+ <PrecompiledHeader >Use</PrecompiledHeader >
91+ <WarningLevel >Level3</WarningLevel >
92+ <Optimization >Disabled</Optimization >
93+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94+ <SDLCheck >true</SDLCheck >
95+ <AdditionalIncludeDirectories >D:\boost\boost_1_61_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
96+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
97+ </ClCompile >
98+ <Link >
99+ <SubSystem >Console</SubSystem >
100+ <GenerateDebugInformation >true</GenerateDebugInformation >
101+ </Link >
102+ </ItemDefinitionGroup >
103+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
104+ <ClCompile >
105+ <PrecompiledHeader >Use</PrecompiledHeader >
106+ <WarningLevel >Level3</WarningLevel >
107+ <Optimization >Disabled</Optimization >
108+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109+ <SDLCheck >true</SDLCheck >
110+ <AdditionalIncludeDirectories >D:\boost\boost_1_61_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
111+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
112+ </ClCompile >
113+ <Link >
114+ <SubSystem >Console</SubSystem >
115+ <GenerateDebugInformation >true</GenerateDebugInformation >
116+ </Link >
117+ </ItemDefinitionGroup >
118+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
119+ <ClCompile >
120+ <WarningLevel >Level3</WarningLevel >
121+ <PrecompiledHeader >Use</PrecompiledHeader >
122+ <Optimization >MaxSpeed</Optimization >
123+ <FunctionLevelLinking >true</FunctionLevelLinking >
124+ <IntrinsicFunctions >true</IntrinsicFunctions >
125+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
126+ <SDLCheck >true</SDLCheck >
127+ <AdditionalIncludeDirectories >D:\boost\boost_1_61_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
128+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
129+ </ClCompile >
130+ <Link >
131+ <SubSystem >Console</SubSystem >
132+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
133+ <OptimizeReferences >true</OptimizeReferences >
134+ <GenerateDebugInformation >true</GenerateDebugInformation >
135+ </Link >
136+ </ItemDefinitionGroup >
137+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
138+ <ClCompile >
139+ <WarningLevel >Level3</WarningLevel >
140+ <PrecompiledHeader >Use</PrecompiledHeader >
141+ <Optimization >MaxSpeed</Optimization >
142+ <FunctionLevelLinking >true</FunctionLevelLinking >
143+ <IntrinsicFunctions >true</IntrinsicFunctions >
144+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
145+ <SDLCheck >true</SDLCheck >
146+ <AdditionalIncludeDirectories >D:\boost\boost_1_61_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
147+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
148+ </ClCompile >
149+ <Link >
150+ <SubSystem >Console</SubSystem >
151+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
152+ <OptimizeReferences >true</OptimizeReferences >
153+ <GenerateDebugInformation >true</GenerateDebugInformation >
154+ </Link >
155+ </ItemDefinitionGroup >
156+ <ItemGroup >
157+ <ClInclude Include =" stdafx.h" />
158+ <ClInclude Include =" targetver.h" />
159+ </ItemGroup >
160+ <ItemGroup >
161+ <ClCompile Include =" SetScreenResolution.cpp" />
162+ <ClCompile Include =" stdafx.cpp" >
163+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
164+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
165+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
166+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
167+ </ClCompile >
168+ </ItemGroup >
169+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
170+ <ImportGroup Label =" ExtensionTargets" >
171+ </ImportGroup >
172+ </Project >
0 commit comments