Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
667 khor 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="12.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>{BCC45F0D-56E1-4D61-AC22-15D053914DCF}</ProjectGuid>
15
    <RootNamespace>GLGraphics</RootNamespace>
16
  </PropertyGroup>
17
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19
    <ConfigurationType>StaticLibrary</ConfigurationType>
20
    <UseDebugLibraries>true</UseDebugLibraries>
21
    <PlatformToolset>v120</PlatformToolset>
22
    <CharacterSet>MultiByte</CharacterSet>
23
  </PropertyGroup>
24
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25
    <ConfigurationType>StaticLibrary</ConfigurationType>
26
    <UseDebugLibraries>false</UseDebugLibraries>
27
    <PlatformToolset>v120</PlatformToolset>
28
    <WholeProgramOptimization>true</WholeProgramOptimization>
29
    <CharacterSet>MultiByte</CharacterSet>
30
  </PropertyGroup>
31
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32
  <ImportGroup Label="ExtensionSettings">
33
  </ImportGroup>
34
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
35
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36
  </ImportGroup>
37
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
38
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39
  </ImportGroup>
40
  <PropertyGroup Label="UserMacros" />
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
42
    <TargetExt>.lib</TargetExt>
43
  </PropertyGroup>
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45
    <TargetExt>.lib</TargetExt>
46
  </PropertyGroup>
47
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48
    <ClCompile>
49
      <WarningLevel>Level3</WarningLevel>
50
      <Optimization>Disabled</Optimization>
51
      <SDLCheck>true</SDLCheck>
52
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src</AdditionalIncludeDirectories>
53
      <PreprocessorDefinitions>_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
54
    </ClCompile>
55
    <Link>
56
      <GenerateDebugInformation>true</GenerateDebugInformation>
57
    </Link>
58
  </ItemDefinitionGroup>
59
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60
    <ClCompile>
61
      <WarningLevel>Level3</WarningLevel>
62
      <Optimization>MaxSpeed</Optimization>
63
      <FunctionLevelLinking>true</FunctionLevelLinking>
64
      <IntrinsicFunctions>true</IntrinsicFunctions>
65
      <SDLCheck>true</SDLCheck>
66
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
67
      <PreprocessorDefinitions>_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
68
      <UndefinePreprocessorDefinitions>
69
      </UndefinePreprocessorDefinitions>
70
    </ClCompile>
71
    <Link>
72
      <GenerateDebugInformation>true</GenerateDebugInformation>
73
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
74
      <OptimizeReferences>true</OptimizeReferences>
75
    </Link>
685 khor 76
    <Lib>
77
      <AdditionalLibraryDirectories>GLGraphics.lib;glew32.lib;CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapack.lib;Util.lib;%(AdditionalDependencies)</AdditionalLibraryDirectories>
78
    </Lib>
667 khor 79
  </ItemDefinitionGroup>
80
  <ItemGroup>
81
    <ClCompile Include="..\..\src\GLGraphics\Console.cpp" />
82
    <ClCompile Include="..\..\src\GLGraphics\draw.cpp" />
83
    <ClCompile Include="..\..\src\GLGraphics\glsl_shader.cpp" />
84
    <ClCompile Include="..\..\src\GLGraphics\GLViewController.cpp" />
85
    <ClCompile Include="..\..\src\GLGraphics\IDBufferWireFrameRenderer.cpp" />
86
    <ClCompile Include="..\..\src\GLGraphics\image_DXT.c" />
87
    <ClCompile Include="..\..\src\GLGraphics\image_helper.c" />
88
    <ClCompile Include="..\..\src\GLGraphics\ManifoldRenderer.cpp" />
89
    <ClCompile Include="..\..\src\GLGraphics\MeshEditor.cpp" />
90
    <ClCompile Include="..\..\src\GLGraphics\QuatTrackBall.cpp" />
91
    <ClCompile Include="..\..\src\GLGraphics\SimpleTrackBall.cpp" />
92
    <ClCompile Include="..\..\src\GLGraphics\SinglePassWireframeRenderer.cpp" />
93
    <ClCompile Include="..\..\src\GLGraphics\SOIL.c" />
94
    <ClCompile Include="..\..\src\GLGraphics\stb_image.c" />
95
    <ClCompile Include="..\..\src\GLGraphics\stb_image_write.c" />
96
    <ClCompile Include="..\..\src\GLGraphics\VisObj.cpp" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <ClInclude Include="..\..\src\GLGraphics\Console.h" />
100
    <ClInclude Include="..\..\src\GLGraphics\draw.h" />
101
    <ClInclude Include="..\..\src\GLGraphics\glsl_shader.h" />
102
    <ClInclude Include="..\..\src\GLGraphics\GLViewController.h" />
103
    <ClInclude Include="..\..\src\GLGraphics\IDBufferWireFrameRenderer.h" />
104
    <ClInclude Include="..\..\src\GLGraphics\image_DXT.h" />
105
    <ClInclude Include="..\..\src\GLGraphics\image_helper.h" />
106
    <ClInclude Include="..\..\src\GLGraphics\ManifoldRenderer.h" />
107
    <ClInclude Include="..\..\src\GLGraphics\MeshEditor.h" />
108
    <ClInclude Include="..\..\src\GLGraphics\QuatTrackBall.h" />
109
    <ClInclude Include="..\..\src\GLGraphics\SimpleTrackBall.h" />
110
    <ClInclude Include="..\..\src\GLGraphics\SinglePassWireframeRenderer.h" />
111
    <ClInclude Include="..\..\src\GLGraphics\SOIL.h" />
112
    <ClInclude Include="..\..\src\GLGraphics\stbi_DDS_aug.h" />
113
    <ClInclude Include="..\..\src\GLGraphics\stbi_DDS_aug_c.h" />
114
    <ClInclude Include="..\..\src\GLGraphics\stb_image.h" />
115
    <ClInclude Include="..\..\src\GLGraphics\stb_image_write.h" />
116
    <ClInclude Include="..\..\src\GLGraphics\VisObj.h" />
117
  </ItemGroup>
118
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
119
  <ImportGroup Label="ExtensionTargets">
120
  </ImportGroup>
121
</Project>