Rev 667 | Go to most recent revision | Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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>
<PropertyGroup Label="Globals">
<ProjectGuid>{BCC45F0D-56E1-4D61-AC22-15D053914DCF}</ProjectGuid>
<RootNamespace>GLGraphics</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</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)'=='Release|Win32'">
<TargetExt>.lib</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<TargetExt>.lib</TargetExt>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>$(SolutionPath)\..\..\src</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;%(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>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<UndefinePreprocessorDefinitions>
</UndefinePreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
<Lib>
<AdditionalLibraryDirectories>GLGraphics.lib;glew32.lib;CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapack.lib;Util.lib;%(AdditionalDependencies)</AdditionalLibraryDirectories>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\src\GLGraphics\Console.cpp" />
<ClCompile Include="..\..\src\GLGraphics\draw.cpp" />
<ClCompile Include="..\..\src\GLGraphics\glsl_shader.cpp" />
<ClCompile Include="..\..\src\GLGraphics\GLViewController.cpp" />
<ClCompile Include="..\..\src\GLGraphics\IDBufferWireFrameRenderer.cpp" />
<ClCompile Include="..\..\src\GLGraphics\image_DXT.c" />
<ClCompile Include="..\..\src\GLGraphics\image_helper.c" />
<ClCompile Include="..\..\src\GLGraphics\ManifoldRenderer.cpp" />
<ClCompile Include="..\..\src\GLGraphics\MeshEditor.cpp" />
<ClCompile Include="..\..\src\GLGraphics\QuatTrackBall.cpp" />
<ClCompile Include="..\..\src\GLGraphics\SimpleTrackBall.cpp" />
<ClCompile Include="..\..\src\GLGraphics\SinglePassWireframeRenderer.cpp" />
<ClCompile Include="..\..\src\GLGraphics\SOIL.c" />
<ClCompile Include="..\..\src\GLGraphics\stb_image.c" />
<ClCompile Include="..\..\src\GLGraphics\stb_image_write.c" />
<ClCompile Include="..\..\src\GLGraphics\VisObj.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\GLGraphics\Console.h" />
<ClInclude Include="..\..\src\GLGraphics\draw.h" />
<ClInclude Include="..\..\src\GLGraphics\glsl_shader.h" />
<ClInclude Include="..\..\src\GLGraphics\GLViewController.h" />
<ClInclude Include="..\..\src\GLGraphics\IDBufferWireFrameRenderer.h" />
<ClInclude Include="..\..\src\GLGraphics\image_DXT.h" />
<ClInclude Include="..\..\src\GLGraphics\image_helper.h" />
<ClInclude Include="..\..\src\GLGraphics\ManifoldRenderer.h" />
<ClInclude Include="..\..\src\GLGraphics\MeshEditor.h" />
<ClInclude Include="..\..\src\GLGraphics\QuatTrackBall.h" />
<ClInclude Include="..\..\src\GLGraphics\SimpleTrackBall.h" />
<ClInclude Include="..\..\src\GLGraphics\SinglePassWireframeRenderer.h" />
<ClInclude Include="..\..\src\GLGraphics\SOIL.h" />
<ClInclude Include="..\..\src\GLGraphics\stbi_DDS_aug.h" />
<ClInclude Include="..\..\src\GLGraphics\stbi_DDS_aug_c.h" />
<ClInclude Include="..\..\src\GLGraphics\stb_image.h" />
<ClInclude Include="..\..\src\GLGraphics\stb_image_write.h" />
<ClInclude Include="..\..\src\GLGraphics\VisObj.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
Generated by GNU Enscript 1.6.6.