source: GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/time_hash_map.vcproj @ 2162

Revision 2162, 4.0 KB checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="time_hash_map"
6        ProjectGUID="{AAF9EAEE-03FC-4789-8477-296295C9B6B4}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="$(SolutionDir)"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
23                                MinimalRebuild="TRUE"
24                                BasicRuntimeChecks="3"
25                                RuntimeLibrary="5"
26                                UsePrecompiledHeader="3"
27                                WarningLevel="3"
28                                Detect64BitPortabilityProblems="TRUE"
29                                DebugInformationFormat="4"/>
30                        <Tool
31                                Name="VCCustomBuildTool"/>
32                        <Tool
33                                Name="VCLinkerTool"
34                                AdditionalDependencies="Psapi.lib"
35                                OutputFile="$(OutDir)/time_hash_mapd.exe"
36                                LinkIncremental="1"
37                                GenerateDebugInformation="TRUE"
38                                ProgramDatabaseFile="$(OutDir)/time_hash_mapd.pdb"
39                                SubSystem="1"
40                                TargetMachine="1"/>
41                        <Tool
42                                Name="VCMIDLTool"/>
43                        <Tool
44                                Name="VCPostBuildEventTool"/>
45                        <Tool
46                                Name="VCPreBuildEventTool"/>
47                        <Tool
48                                Name="VCPreLinkEventTool"/>
49                        <Tool
50                                Name="VCResourceCompilerTool"/>
51                        <Tool
52                                Name="VCWebServiceProxyGeneratorTool"/>
53                        <Tool
54                                Name="VCXMLDataGeneratorTool"/>
55                        <Tool
56                                Name="VCWebDeploymentTool"/>
57                        <Tool
58                                Name="VCManagedWrapperGeneratorTool"/>
59                        <Tool
60                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61                </Configuration>
62                <Configuration
63                        Name="Release|Win32"
64                        OutputDirectory="$(SolutionDir)"
65                        IntermediateDirectory="Release"
66                        ConfigurationType="1"
67                        CharacterSet="2">
68                        <Tool
69                                Name="VCCLCompilerTool"
70                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
71                                RuntimeLibrary="4"
72                                UsePrecompiledHeader="3"
73                                WarningLevel="3"
74                                Detect64BitPortabilityProblems="TRUE"
75                                DebugInformationFormat="3"/>
76                        <Tool
77                                Name="VCCustomBuildTool"/>
78                        <Tool
79                                Name="VCLinkerTool"
80                                AdditionalDependencies="Psapi.lib"
81                                OutputFile="$(OutDir)/time_hash_map.exe"
82                                LinkIncremental="1"
83                                GenerateDebugInformation="FALSE"
84                                SubSystem="1"
85                                OptimizeReferences="2"
86                                EnableCOMDATFolding="2"
87                                TargetMachine="1"/>
88                        <Tool
89                                Name="VCMIDLTool"/>
90                        <Tool
91                                Name="VCPostBuildEventTool"/>
92                        <Tool
93                                Name="VCPreBuildEventTool"/>
94                        <Tool
95                                Name="VCPreLinkEventTool"/>
96                        <Tool
97                                Name="VCResourceCompilerTool"/>
98                        <Tool
99                                Name="VCWebServiceProxyGeneratorTool"/>
100                        <Tool
101                                Name="VCXMLDataGeneratorTool"/>
102                        <Tool
103                                Name="VCWebDeploymentTool"/>
104                        <Tool
105                                Name="VCManagedWrapperGeneratorTool"/>
106                        <Tool
107                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108                </Configuration>
109        </Configurations>
110        <References>
111        </References>
112        <Files>
113                <Filter
114                        Name="Source Files"
115                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
116                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
117                        <File
118                                RelativePath=".\src\time_hash_map.cc">
119                                <FileConfiguration
120                                        Name="Debug|Win32">
121                                        <Tool
122                                                Name="VCCLCompilerTool"
123                                                AdditionalIncludeDirectories="./src"
124                                                UsePrecompiledHeader="0"/>
125                                </FileConfiguration>
126                                <FileConfiguration
127                                        Name="Release|Win32">
128                                        <Tool
129                                                Name="VCCLCompilerTool"
130                                                AdditionalIncludeDirectories="./src"
131                                                UsePrecompiledHeader="0"/>
132                                </FileConfiguration>
133                        </File>
134                </Filter>
135                <Filter
136                        Name="Include Files"
137                        Filter="">
138                        <File
139                                RelativePath=".\src\google\sparsehash\config.h">
140                        </File>
141                        <File
142                                RelativePath=".\src\google\sparsehash\densehashtable.h">
143                        </File>
144                        <File
145                                RelativePath=".\src\google\sparsehash\hash_fun.h">
146                        </File>
147                        <File
148                                RelativePath=".\src\google\sparsehash\sparsehashtable.h">
149                        </File>
150                        <File
151                                RelativePath=".\src\google\sparsehash\std_hash_fun.h">
152                        </File>
153                </Filter>
154        </Files>
155        <Globals>
156        </Globals>
157</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.