Subversion Repositories gelsvn

Rev

Rev 687 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 687 Rev 688
Line 9... Line 9...
9
      <Configuration>Release</Configuration>
9
      <Configuration>Release</Configuration>
10
      <Platform>Win32</Platform>
10
      <Platform>Win32</Platform>
11
    </ProjectConfiguration>
11
    </ProjectConfiguration>
12
  </ItemGroup>
12
  </ItemGroup>
13
  <ItemGroup>
13
  <ItemGroup>
14
    <ClCompile Include="..\..\demo\Pathtracer\camera.cpp" />
14
    <ClCompile Include="..\..\src\demo\Pathtracer\camera.cpp" />
15
    <ClCompile Include="..\..\demo\Pathtracer\glass.cpp" />
15
    <ClCompile Include="..\..\src\demo\Pathtracer\glass.cpp" />
16
    <ClCompile Include="..\..\demo\Pathtracer\luminaire.cpp" />
16
    <ClCompile Include="..\..\src\demo\Pathtracer\luminaire.cpp" />
17
    <ClCompile Include="..\..\demo\Pathtracer\material.cpp" />
17
    <ClCompile Include="..\..\src\demo\Pathtracer\material.cpp" />
18
    <ClCompile Include="..\..\demo\Pathtracer\matte.cpp" />
18
    <ClCompile Include="..\..\src\demo\Pathtracer\matte.cpp" />
19
    <ClCompile Include="..\..\demo\Pathtracer\mesh.cpp" />
19
    <ClCompile Include="..\..\src\demo\Pathtracer\mesh.cpp" />
20
    <ClCompile Include="..\..\demo\Pathtracer\metal.cpp" />
20
    <ClCompile Include="..\..\src\demo\Pathtracer\metal.cpp" />
21
    <ClCompile Include="..\..\demo\Pathtracer\mt19937ar.cpp" />
21
    <ClCompile Include="..\..\src\demo\Pathtracer\mt19937ar.cpp" />
22
    <ClCompile Include="..\..\demo\Pathtracer\omni.cpp" />
22
    <ClCompile Include="..\..\src\demo\Pathtracer\omni.cpp" />
23
    <ClCompile Include="..\..\demo\Pathtracer\pathtracer.cpp" />
23
    <ClCompile Include="..\..\src\demo\Pathtracer\pathtracer.cpp" />
24
    <ClCompile Include="..\..\demo\Pathtracer\plastic.cpp" />
24
    <ClCompile Include="..\..\src\demo\Pathtracer\plastic.cpp" />
25
    <ClCompile Include="..\..\demo\Pathtracer\scene.cpp" />
25
    <ClCompile Include="..\..\src\demo\Pathtracer\scene.cpp" />
26
  </ItemGroup>
26
  </ItemGroup>
27
  <ItemGroup>
27
  <ItemGroup>
28
    <ClInclude Include="..\..\demo\Pathtracer\camera.h" />
28
    <ClInclude Include="..\..\src\demo\Pathtracer\camera.h" />
29
    <ClInclude Include="..\..\demo\Pathtracer\core.h" />
29
    <ClInclude Include="..\..\src\demo\Pathtracer\core.h" />
30
    <ClInclude Include="..\..\demo\Pathtracer\glass.h" />
30
    <ClInclude Include="..\..\src\demo\Pathtracer\glass.h" />
31
    <ClInclude Include="..\..\demo\Pathtracer\luminaire.h" />
31
    <ClInclude Include="..\..\src\demo\Pathtracer\luminaire.h" />
32
    <ClInclude Include="..\..\demo\Pathtracer\material.h" />
32
    <ClInclude Include="..\..\src\demo\Pathtracer\material.h" />
33
    <ClInclude Include="..\..\demo\Pathtracer\matte.h" />
33
    <ClInclude Include="..\..\src\demo\Pathtracer\matte.h" />
34
    <ClInclude Include="..\..\demo\Pathtracer\mesh.h" />
34
    <ClInclude Include="..\..\src\demo\Pathtracer\mesh.h" />
35
    <ClInclude Include="..\..\demo\Pathtracer\metal.h" />
35
    <ClInclude Include="..\..\src\demo\Pathtracer\metal.h" />
36
    <ClInclude Include="..\..\demo\Pathtracer\mt19937ar.h" />
36
    <ClInclude Include="..\..\src\demo\Pathtracer\mt19937ar.h" />
37
    <ClInclude Include="..\..\demo\Pathtracer\omni.h" />
37
    <ClInclude Include="..\..\src\demo\Pathtracer\omni.h" />
38
    <ClInclude Include="..\..\demo\Pathtracer\pathtracer.h" />
38
    <ClInclude Include="..\..\src\demo\Pathtracer\pathtracer.h" />
39
    <ClInclude Include="..\..\demo\Pathtracer\plastic.h" />
39
    <ClInclude Include="..\..\src\demo\Pathtracer\plastic.h" />
40
    <ClInclude Include="..\..\demo\Pathtracer\scene.h" />
40
    <ClInclude Include="..\..\src\demo\Pathtracer\scene.h" />
41
  </ItemGroup>
41
  </ItemGroup>
42
  <PropertyGroup Label="Globals">
42
  <PropertyGroup Label="Globals">
43
    <ProjectGuid>{C969350A-BCE2-4840-AF68-EB7129854C77}</ProjectGuid>
43
    <ProjectGuid>{C969350A-BCE2-4840-AF68-EB7129854C77}</ProjectGuid>
44
    <RootNamespace>CGLAmat</RootNamespace>
44
    <RootNamespace>CGLAmat</RootNamespace>
45
    <ProjectName>Pathtracer</ProjectName>
45
    <ProjectName>Pathtracer</ProjectName>
Line 84... Line 84...
84
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
85
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86
    </ClCompile>
86
    </ClCompile>
87
    <Link>
87
    <Link>
88
      <GenerateDebugInformation>true</GenerateDebugInformation>
88
      <GenerateDebugInformation>true</GenerateDebugInformation>
89
      <AdditionalDependencies>GLGraphics.lib;glew32.lib;CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapackDB.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
89
      <AdditionalDependencies>Gel.lib;clapackDB.lib;%(AdditionalDependencies)</AdditionalDependencies>
90
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
90
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
91
    </Link>
91
    </Link>
92
  </ItemDefinitionGroup>
92
  </ItemDefinitionGroup>
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
94
    <ClCompile>
94
    <ClCompile>
Line 102... Line 102...
102
    </ClCompile>
102
    </ClCompile>
103
    <Link>
103
    <Link>
104
      <GenerateDebugInformation>true</GenerateDebugInformation>
104
      <GenerateDebugInformation>true</GenerateDebugInformation>
105
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
105
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
106
      <OptimizeReferences>true</OptimizeReferences>
106
      <OptimizeReferences>true</OptimizeReferences>
107
      <AdditionalDependencies>GLGraphics.lib;glew32.lib;CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;clapack.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
107
      <AdditionalDependencies>Gel.lib;clapack.lib;%(AdditionalDependencies)</AdditionalDependencies>
108
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
108
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
109
    </Link>
109
    </Link>
110
  </ItemDefinitionGroup>
110
  </ItemDefinitionGroup>
111
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
111
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112
  <ImportGroup Label="ExtensionTargets">
112
  <ImportGroup Label="ExtensionTargets">