1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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>{7C767C0E-18CF-4BFA-AEAD-125F7ED2A33F}</ProjectGuid>
15    <Keyword>Win32Proj</Keyword>
16    <RootNamespace>iconify.c</RootNamespace>
17  </PropertyGroup>
18  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20    <ConfigurationType>Application</ConfigurationType>
21    <UseDebugLibraries>true</UseDebugLibraries>
22    <CharacterSet>MultiByte</CharacterSet>
23  </PropertyGroup>
24  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25    <ConfigurationType>Application</ConfigurationType>
26    <UseDebugLibraries>false</UseDebugLibraries>
27    <WholeProgramOptimization>true</WholeProgramOptimization>
28    <CharacterSet>MultiByte</CharacterSet>
29  </PropertyGroup>
30  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31  <ImportGroup Label="ExtensionSettings">
32  </ImportGroup>
33  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
34    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35  </ImportGroup>
36  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
37    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38  </ImportGroup>
39  <PropertyGroup Label="UserMacros" />
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41    <LinkIncremental>true</LinkIncremental>
42    <OutDir>$(SolutionDir)..\..\tests\</OutDir>
43    <TargetName>$(ProjectName)_debug</TargetName>
44    <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47    <LinkIncremental>false</LinkIncremental>
48    <OutDir>$(SolutionDir)..\..\tests\</OutDir>
49    <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
50  </PropertyGroup>
51  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52    <ClCompile>
53      <PrecompiledHeader>
54      </PrecompiledHeader>
55      <WarningLevel>Level3</WarningLevel>
56      <Optimization>Disabled</Optimization>
57      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58      <AdditionalIncludeDirectories>$(ProjectDir)../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
59    </ClCompile>
60    <Link>
61      <SubSystem>Console</SubSystem>
62      <GenerateDebugInformation>true</GenerateDebugInformation>
63      <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
64      <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
65    </Link>
66  </ItemDefinitionGroup>
67  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68    <ClCompile>
69      <WarningLevel>Level3</WarningLevel>
70      <PrecompiledHeader>
71      </PrecompiledHeader>
72      <Optimization>MaxSpeed</Optimization>
73      <FunctionLevelLinking>true</FunctionLevelLinking>
74      <IntrinsicFunctions>true</IntrinsicFunctions>
75      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76      <AdditionalIncludeDirectories>$(ProjectDir)../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
77    </ClCompile>
78    <Link>
79      <SubSystem>Console</SubSystem>
80      <GenerateDebugInformation>false</GenerateDebugInformation>
81      <EnableCOMDATFolding>true</EnableCOMDATFolding>
82      <OptimizeReferences>true</OptimizeReferences>
83      <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
84      <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
85    </Link>
86  </ItemDefinitionGroup>
87  <ItemGroup>
88    <ClCompile Include="..\..\tests\getopt.c" />
89    <ClCompile Include="..\..\tests\iconify.c" />
90  </ItemGroup>
91  <ItemGroup>
92    <ProjectReference Include="GLFW.vcxproj">
93      <Project>{4da03747-f505-4a98-9124-03b3b73b9b3b}</Project>
94    </ProjectReference>
95  </ItemGroup>
96  <ItemGroup>
97    <ClInclude Include="..\..\tests\getopt.h" />
98  </ItemGroup>
99  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
100  <ImportGroup Label="ExtensionTargets">
101  </ImportGroup>
102</Project>