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

Revision 2162, 3.9 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="sparsetable_unittest"
6        ProjectGUID="{AAF9EAEE-03FC-4789-8477-296295C9B6B5}"
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                                OutputFile="$(OutDir)/sparsetable_unittestd.exe"
35                                LinkIncremental="1"
36                                GenerateDebugInformation="TRUE"
37                                ProgramDatabaseFile="$(OutDir)/sparsetable_unittestd.pdb"
38                                SubSystem="1"
39                                TargetMachine="1"/>
40                        <Tool
41                                Name="VCMIDLTool"/>
42                        <Tool
43                                Name="VCPostBuildEventTool"/>
44                        <Tool
45                                Name="VCPreBuildEventTool"/>
46                        <Tool
47                                Name="VCPreLinkEventTool"/>
48                        <Tool
49                                Name="VCResourceCompilerTool"/>
50                        <Tool
51                                Name="VCWebServiceProxyGeneratorTool"/>
52                        <Tool
53                                Name="VCXMLDataGeneratorTool"/>
54                        <Tool
55                                Name="VCWebDeploymentTool"/>
56                        <Tool
57                                Name="VCManagedWrapperGeneratorTool"/>
58                        <Tool
59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60                </Configuration>
61                <Configuration
62                        Name="Release|Win32"
63                        OutputDirectory="$(SolutionDir)"
64                        IntermediateDirectory="Release"
65                        ConfigurationType="1"
66                        CharacterSet="2">
67                        <Tool
68                                Name="VCCLCompilerTool"
69                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
70                                RuntimeLibrary="4"
71                                UsePrecompiledHeader="3"
72                                WarningLevel="3"
73                                Detect64BitPortabilityProblems="TRUE"
74                                DebugInformationFormat="3"/>
75                        <Tool
76                                Name="VCCustomBuildTool"/>
77                        <Tool
78                                Name="VCLinkerTool"
79                                OutputFile="$(OutDir)/sparsetable_unittest.exe"
80                                LinkIncremental="1"
81                                GenerateDebugInformation="FALSE"
82                                SubSystem="1"
83                                OptimizeReferences="2"
84                                EnableCOMDATFolding="2"
85                                TargetMachine="1"/>
86                        <Tool
87                                Name="VCMIDLTool"/>
88                        <Tool
89                                Name="VCPostBuildEventTool"/>
90                        <Tool
91                                Name="VCPreBuildEventTool"/>
92                        <Tool
93                                Name="VCPreLinkEventTool"/>
94                        <Tool
95                                Name="VCResourceCompilerTool"/>
96                        <Tool
97                                Name="VCWebServiceProxyGeneratorTool"/>
98                        <Tool
99                                Name="VCXMLDataGeneratorTool"/>
100                        <Tool
101                                Name="VCWebDeploymentTool"/>
102                        <Tool
103                                Name="VCManagedWrapperGeneratorTool"/>
104                        <Tool
105                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
106                </Configuration>
107        </Configurations>
108        <References>
109        </References>
110        <Files>
111                <Filter
112                        Name="Source Files"
113                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
114                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
115                        <File
116                                RelativePath=".\src\sparsetable_unittest.cc">
117                                <FileConfiguration
118                                        Name="Debug|Win32">
119                                        <Tool
120                                                Name="VCCLCompilerTool"
121                                                AdditionalIncludeDirectories="./src"
122                                                UsePrecompiledHeader="0"/>
123                                </FileConfiguration>
124                                <FileConfiguration
125                                        Name="Release|Win32">
126                                        <Tool
127                                                Name="VCCLCompilerTool"
128                                                AdditionalIncludeDirectories="./src"
129                                                UsePrecompiledHeader="0"/>
130                                </FileConfiguration>
131                        </File>
132                </Filter>
133                <Filter
134                        Name="Include Files">
135                        <File
136                                RelativePath=".\src\google\sparsehash\config.h">
137                        </File>
138                        <File
139                                RelativePath=".\src\google\sparsehash\densehashtable.h">
140                        </File>
141                        <File
142                                RelativePath=".\src\google\sparsehash\hash_fun.h">
143                        </File>
144                        <File
145                                RelativePath=".\src\google\sparsehash\sparsehashtable.h">
146                        </File>
147                        <File
148                                RelativePath=".\src\google\sparsehash\std_hash_fun.h">
149                        </File>
150                </Filter>
151        </Files>
152        <Globals>
153        </Globals>
154</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.