<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Camera.cpp" />
<ClCompile Include="CubeRobot.cpp" />
<ClCompile Include="Frustum.cpp" />
<ClCompile Include="GameTimer.cpp" />
<ClCompile Include="HeightMap.cpp" />
<ClCompile Include="Keyboard.cpp" />
<ClCompile Include="Matrix4.cpp" />
<ClCompile Include="MD5Anim.cpp" />
<ClCompile Include="MD5FileData.cpp" />
<ClCompile Include="MD5Mesh.cpp" />
<ClCompile Include="MD5Node.cpp" />
<ClCompile Include="Mesh.cpp" />
<ClCompile Include="Mouse.cpp" />
<ClCompile Include="OBJMesh.cpp" />
<ClCompile Include="OGLRenderer.cpp" />
<ClCompile Include="Plane.cpp" />
<ClCompile Include="Quaternion.cpp" />
<ClCompile Include="SceneNode.cpp" />
<ClCompile Include="Shader.cpp" />
<ClCompile Include="Window.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Camera.h" />
<ClInclude Include="ChildMeshInterface.h" />
<ClInclude Include="common.h" />
<ClInclude Include="CubeRobot.h" />
<ClInclude Include="Frustum.h" />
<ClInclude Include="GameTimer.h" />
<ClInclude Include="HeightMap.h" />
<ClInclude Include="InputDevice.h" />
<ClInclude Include="Keyboard.h" />
<ClInclude Include="Light.h" />
<ClInclude Include="Matrix4.h" />
<ClInclude Include="MD5Anim.h" />
<ClInclude Include="MD5FileData.h" />
<ClInclude Include="MD5Mesh.h" />
<ClInclude Include="MD5Node.h" />
<ClInclude Include="Mesh.h" />
<ClInclude Include="Mouse.h" />
<ClInclude Include="OBJMesh.h" />
<ClInclude Include="OGLRenderer.h" />
<ClInclude Include="Plane.h" />
<ClInclude Include="Quaternion.h" />
<ClInclude Include="SceneNode.h" />
<ClInclude Include="Shader.h" />
<ClInclude Include="Vector2.h" />
<ClInclude Include="Vector3.h" />
<ClInclude Include="Vector4.h" />
<ClInclude Include="Window.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{98D6B51B-CB0A-4389-ADC6-24082B967C3F}</ProjectGuid>
<RootNamespace>Shared</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>..\GLEW\include;..\SOIL;$(IncludePath)</IncludePath>
<LibraryPath>..\SOIL\$(Configuration);..\GLEW\lib\$(Configuration);$(LibraryPath)</LibraryPath>
<TargetName>$(ProjectName)</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>..\GLEW\include;..\SOIL;$(IncludePath)</IncludePath>
<LibraryPath>..\GLEW\lib\$(Configuration);..\SOIL\$(Configuration);$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>