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>{D5B81E81-5A23-4915-9CA8-C8C77DE45048}</ProjectGuid>
15
    <RootNamespace>HMesh</RootNamespace>
16
  </PropertyGroup>
17
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19
    <ConfigurationType>StaticLibrary</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>StaticLibrary</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
    <TargetExt>.lib</TargetExt>
43
  </PropertyGroup>
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45
    <TargetExt>.lib</TargetExt>
46
  </PropertyGroup>
47
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48
    <ClCompile>
49
      <WarningLevel>Level3</WarningLevel>
50
      <Optimization>Disabled</Optimization>
51
      <SDLCheck>true</SDLCheck>
52
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src</AdditionalIncludeDirectories>
53
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
54
    </ClCompile>
55
    <Link>
56
      <GenerateDebugInformation>true</GenerateDebugInformation>
57
    </Link>
58
  </ItemDefinitionGroup>
59
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60
    <ClCompile>
61
      <WarningLevel>Level3</WarningLevel>
62
      <Optimization>MaxSpeed</Optimization>
63
      <FunctionLevelLinking>true</FunctionLevelLinking>
64
      <IntrinsicFunctions>true</IntrinsicFunctions>
65
      <SDLCheck>true</SDLCheck>
66
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src</AdditionalIncludeDirectories>
685 khor 67
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
667 khor 68
    </ClCompile>
69
    <Link>
70
      <GenerateDebugInformation>true</GenerateDebugInformation>
71
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
72
      <OptimizeReferences>true</OptimizeReferences>
73
    </Link>
74
  </ItemDefinitionGroup>
75
  <ItemGroup>
76
    <ClInclude Include="..\..\src\HMesh\AttributeVector.h" />
77
    <ClInclude Include="..\..\src\HMesh\cleanup.h" />
78
    <ClInclude Include="..\..\src\HMesh\ConnectivityKernel.h" />
79
    <ClInclude Include="..\..\src\HMesh\curvature.h" />
80
    <ClInclude Include="..\..\src\HMesh\dual.h" />
81
    <ClInclude Include="..\..\src\HMesh\flatten.h" />
82
    <ClInclude Include="..\..\src\HMesh\harmonics.h" />
83
    <ClInclude Include="..\..\src\HMesh\ItemID.h" />
84
    <ClInclude Include="..\..\src\HMesh\ItemVector.h" />
85
    <ClInclude Include="..\..\src\HMesh\Iterators.h" />
86
    <ClInclude Include="..\..\src\HMesh\load.h" />
87
    <ClInclude Include="..\..\src\HMesh\Manifold.h" />
88
    <ClInclude Include="..\..\src\HMesh\mesh_optimization.h" />
89
    <ClInclude Include="..\..\src\HMesh\obj_load.h" />
90
    <ClInclude Include="..\..\src\HMesh\obj_save.h" />
91
    <ClInclude Include="..\..\src\HMesh\off_load.h" />
92
    <ClInclude Include="..\..\src\HMesh\off_save.h" />
93
    <ClInclude Include="..\..\src\HMesh\ply_load.h" />
94
    <ClInclude Include="..\..\src\HMesh\polygonize.h" />
95
    <ClInclude Include="..\..\src\HMesh\quadric_simplify.h" />
96
    <ClInclude Include="..\..\src\HMesh\refine_edges.h" />
97
    <ClInclude Include="..\..\src\HMesh\smooth.h" />
98
    <ClInclude Include="..\..\src\HMesh\subdivision.h" />
99
    <ClInclude Include="..\..\src\HMesh\triangulate.h" />
100
    <ClInclude Include="..\..\src\HMesh\Walker.h" />
101
    <ClInclude Include="..\..\src\HMesh\x3d_load.h" />
102
    <ClInclude Include="..\..\src\HMesh\x3d_save.h" />
103
  </ItemGroup>
104
  <ItemGroup>
105
    <ClCompile Include="..\..\src\HMesh\cleanup.cpp" />
106
    <ClCompile Include="..\..\src\HMesh\ConnectivityKernel.cpp" />
107
    <ClCompile Include="..\..\src\HMesh\curvature.cpp" />
108
    <ClCompile Include="..\..\src\HMesh\dual.cpp" />
109
    <ClCompile Include="..\..\src\HMesh\flatten.cpp" />
110
    <ClCompile Include="..\..\src\HMesh\harmonics.cpp" />
111
    <ClCompile Include="..\..\src\HMesh\load.cpp" />
112
    <ClCompile Include="..\..\src\HMesh\Manifold.cpp" />
113
    <ClCompile Include="..\..\src\HMesh\mesh_optimization.cpp" />
114
    <ClCompile Include="..\..\src\HMesh\obj_load.cpp" />
115
    <ClCompile Include="..\..\src\HMesh\obj_save.cpp" />
116
    <ClCompile Include="..\..\src\HMesh\off_load.cpp" />
117
    <ClCompile Include="..\..\src\HMesh\off_save.cpp" />
118
    <ClCompile Include="..\..\src\HMesh\ply_load.cpp" />
119
    <ClCompile Include="..\..\src\HMesh\polygonize.cpp" />
120
    <ClCompile Include="..\..\src\HMesh\quadric_simplify.cpp" />
121
    <ClCompile Include="..\..\src\HMesh\refine_edges.cpp" />
122
    <ClCompile Include="..\..\src\HMesh\smooth.cpp" />
123
    <ClCompile Include="..\..\src\HMesh\subdivision.cpp" />
124
    <ClCompile Include="..\..\src\HMesh\triangulate.cpp" />
125
    <ClCompile Include="..\..\src\HMesh\x3d_load.cpp" />
126
    <ClCompile Include="..\..\src\HMesh\x3d_save.cpp" />
127
  </ItemGroup>
128
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
129
  <ImportGroup Label="ExtensionTargets">
130
  </ImportGroup>
131
</Project>