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>{A23457FF-F02C-4DDA-87EB-634E8123A574}</ProjectGuid>
15
    <RootNamespace>Demo</RootNamespace>
16
  </PropertyGroup>
17
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19
    <ConfigurationType>Application</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>Application</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
    <IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
43
    <LibraryPath>..\..\GEL_WIN\Release;$(LibraryPath)</LibraryPath>
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46
    <LibraryPath>..\..\GEL_WIN\Debug;$(LibraryPath)</LibraryPath>
47
  </PropertyGroup>
48
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49
    <ClCompile>
50
      <WarningLevel>Level3</WarningLevel>
51
      <Optimization>Disabled</Optimization>
52
      <SDLCheck>true</SDLCheck>
53
      <PreprocessorDefinitions>_MBCS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
54
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src</AdditionalIncludeDirectories>
55
    </ClCompile>
56
    <Link>
57
      <GenerateDebugInformation>true</GenerateDebugInformation>
58
      <AdditionalDependencies>CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
59
    </Link>
60
  </ItemDefinitionGroup>
61
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62
    <ClCompile>
63
      <WarningLevel>Level3</WarningLevel>
64
      <Optimization>MaxSpeed</Optimization>
65
      <FunctionLevelLinking>true</FunctionLevelLinking>
66
      <IntrinsicFunctions>true</IntrinsicFunctions>
67
      <SDLCheck>true</SDLCheck>
68
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
69
      <PreprocessorDefinitions>_MBCS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
70
    </ClCompile>
71
    <Link>
72
      <GenerateDebugInformation>true</GenerateDebugInformation>
73
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
74
      <OptimizeReferences>true</OptimizeReferences>
75
      <AdditionalDependencies>CGLA.lib;Geometry.lib;GL.lib;HMesh.lib;LinAlg.lib;Util.lib;%(AdditionalDependencies)</AdditionalDependencies>
76
    </Link>
77
  </ItemDefinitionGroup>
78
  <ItemGroup>
79
    <ClCompile Include="..\..\demo\MeshDistance\meshdist.cpp" />
80
  </ItemGroup>
81
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
82
  <ImportGroup Label="ExtensionTargets">
83
  </ImportGroup>
84
</Project>