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|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 >{2B817036-2A90-440A-9E26-6E6E9200518A}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <RootNamespace >OpenGL4Template</RootNamespace >
17+ <WindowsTargetPlatformVersion >10.0.16299.0</WindowsTargetPlatformVersion >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
21+ <ConfigurationType >Application</ConfigurationType >
22+ <UseDebugLibraries >true</UseDebugLibraries >
23+ <PlatformToolset >v141</PlatformToolset >
24+ <CharacterSet >Unicode</CharacterSet >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <UseDebugLibraries >false</UseDebugLibraries >
29+ <PlatformToolset >v141</PlatformToolset >
30+ <WholeProgramOptimization >true</WholeProgramOptimization >
31+ <CharacterSet >Unicode</CharacterSet >
32+ </PropertyGroup >
33+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
34+ <ImportGroup Label =" ExtensionSettings" >
35+ </ImportGroup >
36+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
37+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
38+ </ImportGroup >
39+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ </ImportGroup >
42+ <PropertyGroup Label =" UserMacros" />
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
44+ <LinkIncremental >true</LinkIncremental >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
47+ <LinkIncremental >false</LinkIncremental >
48+ </PropertyGroup >
49+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
50+ <ClCompile >
51+ <PrecompiledHeader >
52+ </PrecompiledHeader >
53+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
54+ </ClCompile >
55+ <Link >
56+ <SubSystem >Windows</SubSystem >
57+ <GenerateDebugInformation >true</GenerateDebugInformation >
58+ <AdditionalLibraryDirectories >$(SolutionDir)GLEW\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
59+ </Link >
60+ </ItemDefinitionGroup >
61+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62+ <ClCompile >
63+ <WarningLevel >Level3</WarningLevel >
64+ <PrecompiledHeader >
65+ </PrecompiledHeader >
66+ <Optimization >MaxSpeed</Optimization >
67+ <FunctionLevelLinking >true</FunctionLevelLinking >
68+ <IntrinsicFunctions >true</IntrinsicFunctions >
69+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
70+ </ClCompile >
71+ <Link >
72+ <SubSystem >Windows</SubSystem >
73+ <GenerateDebugInformation >true</GenerateDebugInformation >
74+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
75+ <OptimizeReferences >true</OptimizeReferences >
76+ </Link >
77+ </ItemDefinitionGroup >
78+ <ItemGroup >
79+ <ClCompile Include =" ..\LodePNG\lodepng.cpp" />
80+ <ClCompile Include =" Program.cpp" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <ClInclude Include =" ..\LodePNG\lodepng.h" />
84+ </ItemGroup >
85+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
86+ <ImportGroup Label =" ExtensionTargets" >
87+ </ImportGroup >
88+ </Project >
0 commit comments