Subversion Repositories gelsvn

Rev

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