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>
|
688 |
khor |
14 |
<ClCompile Include="..\..\src\test\Geometry-kdtree\kdtree-test.cpp" />
|
668 |
khor |
15 |
</ItemGroup>
|
|
|
16 |
<PropertyGroup Label="Globals">
|
|
|
17 |
<ProjectGuid>{B4A2467D-72AF-4F4C-886A-63AE74AE4873}</ProjectGuid>
|
|
|
18 |
<RootNamespace>CGLAmat</RootNamespace>
|
|
|
19 |
<ProjectName>Geometry-kdtree</ProjectName>
|
|
|
20 |
</PropertyGroup>
|
|
|
21 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
22 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
23 |
<ConfigurationType>Application</ConfigurationType>
|
|
|
24 |
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
25 |
<PlatformToolset>v120</PlatformToolset>
|
|
|
26 |
<CharacterSet>MultiByte</CharacterSet>
|
|
|
27 |
</PropertyGroup>
|
|
|
28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
29 |
<ConfigurationType>Application</ConfigurationType>
|
|
|
30 |
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
31 |
<PlatformToolset>v120</PlatformToolset>
|
|
|
32 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
33 |
<CharacterSet>MultiByte</CharacterSet>
|
|
|
34 |
</PropertyGroup>
|
|
|
35 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
36 |
<ImportGroup Label="ExtensionSettings">
|
|
|
37 |
</ImportGroup>
|
|
|
38 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
39 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
40 |
</ImportGroup>
|
|
|
41 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
42 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
43 |
</ImportGroup>
|
|
|
44 |
<PropertyGroup Label="UserMacros" />
|
|
|
45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
46 |
<LibraryPath>..\..\GEL_WIN\Release;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
|
|
|
47 |
<IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
|
|
|
48 |
</PropertyGroup>
|
|
|
49 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
50 |
<IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
|
|
|
51 |
<LibraryPath>..\..\GEL_WIN\Debug;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
|
|
|
52 |
</PropertyGroup>
|
|
|
53 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
54 |
<ClCompile>
|
|
|
55 |
<WarningLevel>Level3</WarningLevel>
|
|
|
56 |
<Optimization>Disabled</Optimization>
|
|
|
57 |
<SDLCheck>true</SDLCheck>
|
|
|
58 |
<AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
59 |
<PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
60 |
</ClCompile>
|
|
|
61 |
<Link>
|
|
|
62 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
688 |
khor |
63 |
<AdditionalDependencies>Gel.lib;clapackDB.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
668 |
khor |
64 |
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
65 |
</Link>
|
|
|
66 |
</ItemDefinitionGroup>
|
|
|
67 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
68 |
<ClCompile>
|
|
|
69 |
<WarningLevel>Level3</WarningLevel>
|
|
|
70 |
<Optimization>MaxSpeed</Optimization>
|
|
|
71 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
72 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
73 |
<SDLCheck>true</SDLCheck>
|
|
|
74 |
<AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
75 |
<PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
76 |
</ClCompile>
|
|
|
77 |
<Link>
|
|
|
78 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
79 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
80 |
<OptimizeReferences>true</OptimizeReferences>
|
688 |
khor |
81 |
<AdditionalDependencies>Gel.lib;clapack.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
668 |
khor |
82 |
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
83 |
</Link>
|
|
|
84 |
</ItemDefinitionGroup>
|
|
|
85 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
86 |
<ImportGroup Label="ExtensionTargets">
|
|
|
87 |
</ImportGroup>
|
|
|
88 |
</Project>
|