Subversion Repositories gelsvn

Rev

Rev 684 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
668 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
  <ItemGroup>
14
    <ClCompile Include="..\..\demo\OBJViewer\objview.cpp" />
15
    <ClCompile Include="..\..\demo\OBJViewer\objviewer.cpp" />
16
  </ItemGroup>
17
  <PropertyGroup Label="Globals">
18
    <ProjectGuid>{CE7F347E-D6E2-4C4C-AE29-5CD08CA6C348}</ProjectGuid>
19
    <RootNamespace>CGLAmat</RootNamespace>
20
    <ProjectName>OBJViewer</ProjectName>
21
  </PropertyGroup>
22
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24
    <ConfigurationType>Application</ConfigurationType>
25
    <UseDebugLibraries>true</UseDebugLibraries>
26
    <PlatformToolset>v120</PlatformToolset>
27
    <CharacterSet>MultiByte</CharacterSet>
28
  </PropertyGroup>
29
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30
    <ConfigurationType>Application</ConfigurationType>
31
    <UseDebugLibraries>false</UseDebugLibraries>
32
    <PlatformToolset>v120</PlatformToolset>
33
    <WholeProgramOptimization>true</WholeProgramOptimization>
34
    <CharacterSet>MultiByte</CharacterSet>
35
  </PropertyGroup>
36
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
37
  <ImportGroup Label="ExtensionSettings">
38
  </ImportGroup>
39
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
40
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41
  </ImportGroup>
42
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
43
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44
  </ImportGroup>
45
  <PropertyGroup Label="UserMacros" />
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47
    <LibraryPath>..\..\GEL_WIN\Release;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
48
    <IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
49
  </PropertyGroup>
50
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51
    <IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
52
    <LibraryPath>..\..\GEL_WIN\Debug;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
53
  </PropertyGroup>
54
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55
    <ClCompile>
56
      <WarningLevel>Level3</WarningLevel>
57
      <Optimization>Disabled</Optimization>
58
      <SDLCheck>true</SDLCheck>
59
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
60
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61
    </ClCompile>
62
    <Link>
63
      <GenerateDebugInformation>true</GenerateDebugInformation>
64
      <AdditionalDependencies>CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapackDB.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
65
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
66
    </Link>
67
  </ItemDefinitionGroup>
68
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69
    <ClCompile>
70
      <WarningLevel>Level3</WarningLevel>
71
      <Optimization>MaxSpeed</Optimization>
72
      <FunctionLevelLinking>true</FunctionLevelLinking>
73
      <IntrinsicFunctions>true</IntrinsicFunctions>
74
      <SDLCheck>true</SDLCheck>
75
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
76
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77
    </ClCompile>
78
    <Link>
79
      <GenerateDebugInformation>true</GenerateDebugInformation>
80
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
81
      <OptimizeReferences>true</OptimizeReferences>
82
      <AdditionalDependencies>CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapack.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
83
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
84
    </Link>
85
  </ItemDefinitionGroup>
86
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
87
  <ImportGroup Label="ExtensionTargets">
88
  </ImportGroup>
89
</Project>