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\Pathtracer\camera.cpp" />
15
    <ClCompile Include="..\..\demo\Pathtracer\glass.cpp" />
16
    <ClCompile Include="..\..\demo\Pathtracer\luminaire.cpp" />
17
    <ClCompile Include="..\..\demo\Pathtracer\material.cpp" />
18
    <ClCompile Include="..\..\demo\Pathtracer\matte.cpp" />
19
    <ClCompile Include="..\..\demo\Pathtracer\mesh.cpp" />
20
    <ClCompile Include="..\..\demo\Pathtracer\metal.cpp" />
21
    <ClCompile Include="..\..\demo\Pathtracer\mt19937ar.cpp" />
22
    <ClCompile Include="..\..\demo\Pathtracer\omni.cpp" />
23
    <ClCompile Include="..\..\demo\Pathtracer\pathtracer.cpp" />
24
    <ClCompile Include="..\..\demo\Pathtracer\plastic.cpp" />
25
    <ClCompile Include="..\..\demo\Pathtracer\scene.cpp" />
26
  </ItemGroup>
27
  <ItemGroup>
28
    <ClInclude Include="..\..\demo\Pathtracer\camera.h" />
29
    <ClInclude Include="..\..\demo\Pathtracer\core.h" />
30
    <ClInclude Include="..\..\demo\Pathtracer\glass.h" />
31
    <ClInclude Include="..\..\demo\Pathtracer\luminaire.h" />
32
    <ClInclude Include="..\..\demo\Pathtracer\material.h" />
33
    <ClInclude Include="..\..\demo\Pathtracer\matte.h" />
34
    <ClInclude Include="..\..\demo\Pathtracer\mesh.h" />
35
    <ClInclude Include="..\..\demo\Pathtracer\metal.h" />
36
    <ClInclude Include="..\..\demo\Pathtracer\mt19937ar.h" />
37
    <ClInclude Include="..\..\demo\Pathtracer\omni.h" />
38
    <ClInclude Include="..\..\demo\Pathtracer\pathtracer.h" />
39
    <ClInclude Include="..\..\demo\Pathtracer\plastic.h" />
40
    <ClInclude Include="..\..\demo\Pathtracer\scene.h" />
41
  </ItemGroup>
42
  <PropertyGroup Label="Globals">
43
    <ProjectGuid>{C969350A-BCE2-4840-AF68-EB7129854C77}</ProjectGuid>
44
    <RootNamespace>CGLAmat</RootNamespace>
45
    <ProjectName>Pathtracer</ProjectName>
46
  </PropertyGroup>
47
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
49
    <ConfigurationType>Application</ConfigurationType>
50
    <UseDebugLibraries>true</UseDebugLibraries>
51
    <PlatformToolset>v120</PlatformToolset>
52
    <CharacterSet>MultiByte</CharacterSet>
53
  </PropertyGroup>
54
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
55
    <ConfigurationType>Application</ConfigurationType>
56
    <UseDebugLibraries>false</UseDebugLibraries>
57
    <PlatformToolset>v120</PlatformToolset>
58
    <WholeProgramOptimization>true</WholeProgramOptimization>
59
    <CharacterSet>MultiByte</CharacterSet>
60
  </PropertyGroup>
61
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
62
  <ImportGroup Label="ExtensionSettings">
63
  </ImportGroup>
64
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66
  </ImportGroup>
67
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69
  </ImportGroup>
70
  <PropertyGroup Label="UserMacros" />
71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72
    <LibraryPath>..\..\GEL_WIN\Release;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
73
    <IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
74
  </PropertyGroup>
75
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76
    <IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
77
    <LibraryPath>..\..\GEL_WIN\Debug;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
78
  </PropertyGroup>
79
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80
    <ClCompile>
81
      <WarningLevel>Level3</WarningLevel>
82
      <Optimization>Disabled</Optimization>
83
      <SDLCheck>true</SDLCheck>
84
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
85
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86
    </ClCompile>
87
    <Link>
88
      <GenerateDebugInformation>true</GenerateDebugInformation>
687 khor 89
      <AdditionalDependencies>GLGraphics.lib;glew32.lib;CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapackDB.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
668 khor 90
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
91
    </Link>
92
  </ItemDefinitionGroup>
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
94
    <ClCompile>
95
      <WarningLevel>Level3</WarningLevel>
96
      <Optimization>MaxSpeed</Optimization>
97
      <FunctionLevelLinking>true</FunctionLevelLinking>
98
      <IntrinsicFunctions>true</IntrinsicFunctions>
99
      <SDLCheck>true</SDLCheck>
100
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
101
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102
    </ClCompile>
103
    <Link>
104
      <GenerateDebugInformation>true</GenerateDebugInformation>
105
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
106
      <OptimizeReferences>true</OptimizeReferences>
685 khor 107
      <AdditionalDependencies>GLGraphics.lib;glew32.lib;CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapack.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
668 khor 108
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
109
    </Link>
110
  </ItemDefinitionGroup>
111
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112
  <ImportGroup Label="ExtensionTargets">
113
  </ImportGroup>
114
</Project>