Subversion Repositories gelsvn

Rev

Rev 39 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 39 Rev 95
Line 1... Line 1...
1
<?xml version="1.0" encoding="Windows-1252"?>
1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
2
<VisualStudioProject
3
	ProjectType="Visual C++"
3
	ProjectType="Visual C++"
4
	Version="7.10"
4
	Version="7.10"
5
	Name="Util"
5
	Name="Util"
6
	ProjectGUID="{E241205D-BFF0-4F82-94D0-6650E6AF97C6}"
6
	ProjectGUID="{E90426B5-FECA-1BAD-22FE-8A66E081616A}"
-
 
7
	SccProjectName=""
7
	Keyword="Win32Proj">
8
	SccLocalPath="">
8
	<Platforms>
9
	<Platforms>
9
		<Platform
10
		<Platform
10
			Name="Win32"/>
11
			Name="Win32"/>
11
	</Platforms>
12
	</Platforms>
12
	<Configurations>
13
	<Configurations>
13
		<Configuration
14
		<Configuration
14
			Name="Debug|Win32"
15
			Name="Release|Win32"
15
			OutputDirectory="..\..\lib"
16
			OutputDirectory="..\..\lib"
16
			IntermediateDirectory="Debug"
17
			IntermediateDirectory="Release\Util"
17
			ConfigurationType="4"
18
			ConfigurationType="4"
-
 
19
			UseOfMFC="0"
-
 
20
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
18
			CharacterSet="2">
21
			CharacterSet="0">
19
			<Tool
22
			<Tool
20
				Name="VCCLCompilerTool"
23
				Name="VCCLCompilerTool"
21
				Optimization="0"
24
				Optimization="3"
22
				AdditionalIncludeDirectories="..\..\src"
25
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
26
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
24
				MinimalRebuild="TRUE"
27
				MinimalRebuild="FALSE"
25
				BasicRuntimeChecks="3"
28
				ExceptionHandling="TRUE"
26
				RuntimeLibrary="5"
29
				RuntimeLibrary="0"
27
				UsePrecompiledHeader="0"
30
				BufferSecurityCheck="TRUE"
-
 
31
				EnableFunctionLevelLinking="TRUE"
-
 
32
				TreatWChar_tAsBuiltInType="TRUE"
-
 
33
				ForceConformanceInForLoopScope="TRUE"
-
 
34
				RuntimeTypeInfo="TRUE"
28
				WarningLevel="3"
35
				WarningLevel="3"
-
 
36
				SuppressStartupBanner="TRUE"
29
				Detect64BitPortabilityProblems="TRUE"
37
				Detect64BitPortabilityProblems="FALSE"
30
				DebugInformationFormat="4"/>
38
				DebugInformationFormat="3"/>
31
			<Tool
39
			<Tool
32
				Name="VCCustomBuildTool"/>
40
				Name="VCCustomBuildTool"/>
33
			<Tool
41
			<Tool
34
				Name="VCLibrarianTool"
42
				Name="VCLibrarianTool"
35
				OutputFile="$(OutDir)/Utild.lib"/>
43
				OutputFile="..\..\lib\Util.lib"
36
			<Tool
-
 
37
				Name="VCMIDLTool"/>
44
				TargetMachine="1"/>
38
			<Tool
45
			<Tool
39
				Name="VCPostBuildEventTool"/>
46
				Name="VCPostBuildEventTool"
-
 
47
			/>
40
			<Tool
48
			<Tool
41
				Name="VCPreBuildEventTool"/>
49
				Name="VCPreBuildEventTool"
-
 
50
			/>
42
			<Tool
51
			<Tool
43
				Name="VCPreLinkEventTool"/>
52
				Name="VCPreLinkEventTool"/>
44
			<Tool
53
			<Tool
45
				Name="VCResourceCompilerTool"/>
54
				Name="VCResourceCompilerTool"
-
 
55
				PreprocessorDefinitions="NDEBUG"
-
 
56
				Culture="1033"
-
 
57
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
46
			<Tool
58
			<Tool
47
				Name="VCWebServiceProxyGeneratorTool"/>
59
				Name="VCWebServiceProxyGeneratorTool"/>
48
			<Tool
60
			<Tool
49
				Name="VCXMLDataGeneratorTool"/>
61
				Name="VCWebDeploymentTool"/>
50
			<Tool
-
 
51
				Name="VCManagedWrapperGeneratorTool"/>
-
 
52
			<Tool
-
 
53
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
54
		</Configuration>
62
		</Configuration>
55
		<Configuration
63
		<Configuration
56
			Name="Release|Win32"
64
			Name="Debug|Win32"
57
			OutputDirectory="..\..\lib"
65
			OutputDirectory="..\..\lib"
58
			IntermediateDirectory="Release"
66
			IntermediateDirectory="Debug\Util"
59
			ConfigurationType="4"
67
			ConfigurationType="4"
-
 
68
			UseOfMFC="0"
-
 
69
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
60
			CharacterSet="2">
70
			CharacterSet="0">
61
			<Tool
71
			<Tool
62
				Name="VCCLCompilerTool"
72
				Name="VCCLCompilerTool"
-
 
73
				Optimization="0"
63
				AdditionalIncludeDirectories="..\..\src"
74
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
64
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
75
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
-
 
76
				MinimalRebuild="FALSE"
-
 
77
				ExceptionHandling="TRUE"
-
 
78
				BasicRuntimeChecks="3"
65
				RuntimeLibrary="4"
79
				RuntimeLibrary="1"
66
				UsePrecompiledHeader="0"
80
				BufferSecurityCheck="TRUE"
-
 
81
				EnableFunctionLevelLinking="TRUE"
-
 
82
				TreatWChar_tAsBuiltInType="TRUE"
-
 
83
				ForceConformanceInForLoopScope="TRUE"
-
 
84
				RuntimeTypeInfo="TRUE"
-
 
85
				ProgramDataBaseFileName="..\..\lib\Utild.pdb"
67
				WarningLevel="3"
86
				WarningLevel="3"
-
 
87
				SuppressStartupBanner="TRUE"
68
				Detect64BitPortabilityProblems="TRUE"
88
				Detect64BitPortabilityProblems="FALSE"
69
				DebugInformationFormat="3"/>
89
				DebugInformationFormat="3"/>
70
			<Tool
90
			<Tool
71
				Name="VCCustomBuildTool"/>
91
				Name="VCCustomBuildTool"/>
72
			<Tool
92
			<Tool
73
				Name="VCLibrarianTool"
93
				Name="VCLibrarianTool"
74
				OutputFile="$(OutDir)/Util.lib"
94
				OutputFile="..\..\lib\Utild.lib"
75
				AdditionalLibraryDirectories=""/>
-
 
76
			<Tool
-
 
77
				Name="VCMIDLTool"/>
95
				TargetMachine="1"/>
78
			<Tool
96
			<Tool
79
				Name="VCPostBuildEventTool"/>
97
				Name="VCPostBuildEventTool"
-
 
98
			/>
80
			<Tool
99
			<Tool
81
				Name="VCPreBuildEventTool"/>
100
				Name="VCPreBuildEventTool"
-
 
101
			/>
82
			<Tool
102
			<Tool
83
				Name="VCPreLinkEventTool"/>
103
				Name="VCPreLinkEventTool"/>
84
			<Tool
104
			<Tool
85
				Name="VCResourceCompilerTool"/>
105
				Name="VCResourceCompilerTool"
-
 
106
				PreprocessorDefinitions="_DEBUG"
-
 
107
				Culture="1033"
-
 
108
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
86
			<Tool
109
			<Tool
87
				Name="VCWebServiceProxyGeneratorTool"/>
110
				Name="VCWebServiceProxyGeneratorTool"/>
88
			<Tool
111
			<Tool
89
				Name="VCXMLDataGeneratorTool"/>
112
				Name="VCWebDeploymentTool"/>
90
			<Tool
-
 
91
				Name="VCManagedWrapperGeneratorTool"/>
-
 
92
			<Tool
-
 
93
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
94
		</Configuration>
113
		</Configuration>
95
		<Configuration
114
		<Configuration
96
			Name="Install|Win32"
115
			Name="Install|Win32"
97
			OutputDirectory="$(GELEXT)\lib\windows"
116
			OutputDirectory="$(GELEXT)\lib\windows"
98
			IntermediateDirectory="$(ConfigurationName)"
117
			IntermediateDirectory="Install\Util"
99
			ConfigurationType="4"
118
			ConfigurationType="4"
-
 
119
			UseOfMFC="0"
-
 
120
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
100
			CharacterSet="2">
121
			CharacterSet="0">
101
			<Tool
122
			<Tool
102
				Name="VCCLCompilerTool"
123
				Name="VCCLCompilerTool"
-
 
124
				Optimization="3"
103
				AdditionalIncludeDirectories="..\..\src"
125
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
104
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
126
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
-
 
127
				MinimalRebuild="FALSE"
-
 
128
				ExceptionHandling="TRUE"
105
				RuntimeLibrary="4"
129
				RuntimeLibrary="0"
106
				UsePrecompiledHeader="0"
130
				BufferSecurityCheck="TRUE"
-
 
131
				EnableFunctionLevelLinking="TRUE"
-
 
132
				TreatWChar_tAsBuiltInType="TRUE"
-
 
133
				ForceConformanceInForLoopScope="TRUE"
-
 
134
				RuntimeTypeInfo="TRUE"
107
				WarningLevel="3"
135
				WarningLevel="3"
-
 
136
				SuppressStartupBanner="TRUE"
108
				Detect64BitPortabilityProblems="TRUE"
137
				Detect64BitPortabilityProblems="FALSE"
109
				DebugInformationFormat="3"/>
138
				DebugInformationFormat="3"/>
110
			<Tool
139
			<Tool
111
				Name="VCCustomBuildTool"/>
140
				Name="VCCustomBuildTool"/>
112
			<Tool
141
			<Tool
113
				Name="VCLibrarianTool"
142
				Name="VCLibrarianTool"
114
				OutputFile="$(OutDir)/Util.lib"/>
143
				OutputFile="$(GELEXT)\lib\windows\Util.lib"
115
			<Tool
-
 
116
				Name="VCMIDLTool"/>
144
				TargetMachine="1"/>
117
			<Tool
145
			<Tool
118
				Name="VCPostBuildEventTool"
146
				Name="VCPostBuildEventTool"
119
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
147
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"
-
 
148
			/>
120
			<Tool
149
			<Tool
121
				Name="VCPreBuildEventTool"/>
150
				Name="VCPreBuildEventTool"
-
 
151
			/>
122
			<Tool
152
			<Tool
123
				Name="VCPreLinkEventTool"/>
153
				Name="VCPreLinkEventTool"/>
124
			<Tool
154
			<Tool
125
				Name="VCResourceCompilerTool"/>
155
				Name="VCResourceCompilerTool"
-
 
156
				PreprocessorDefinitions="NDEBUG"
-
 
157
				Culture="1033"
-
 
158
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
126
			<Tool
159
			<Tool
127
				Name="VCWebServiceProxyGeneratorTool"/>
160
				Name="VCWebServiceProxyGeneratorTool"/>
128
			<Tool
161
			<Tool
129
				Name="VCXMLDataGeneratorTool"/>
162
				Name="VCWebDeploymentTool"/>
130
			<Tool
-
 
131
				Name="VCManagedWrapperGeneratorTool"/>
-
 
132
			<Tool
-
 
133
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
134
		</Configuration>
163
		</Configuration>
135
	</Configurations>
164
	</Configurations>
136
	<References>
-
 
137
		<ProjectReference
-
 
138
			ReferencedProjectIdentifier="{DF483DEF-5642-4140-BBAE-5DFF5CED69F9}"
-
 
139
			Name="CGLA"/>
-
 
140
	</References>
-
 
141
	<Files>
165
	<Files>
142
		<Filter
166
		<Filter
143
			Name="Source Files"
167
			Name="Source Files"
144
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
168
			Filter="cpp;cxx;cc;C;c">
-
 
169
			<File
145
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
170
				RelativePath="HashKey.cpp">
-
 
171
			</File>
146
			<File
172
			<File
147
				RelativePath=".\Parse.cpp">
173
				RelativePath="Parse.cpp">
148
			</File>
174
			</File>
149
		</Filter>
175
		</Filter>
150
		<Filter
176
		<Filter
151
			Name="Header Files"
177
			Name="Header Files"
152
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
178
			Filter="h;hpp;hxx;hh">
-
 
179
			<File
153
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
180
				RelativePath="ArgExtracter.h">
-
 
181
			</File>
-
 
182
			<File
-
 
183
				RelativePath="Grid2D.h">
-
 
184
			</File>
-
 
185
			<File
-
 
186
				RelativePath="HashKey.h">
-
 
187
			</File>
-
 
188
			<File
-
 
189
				RelativePath="HashTable.h">
-
 
190
			</File>
154
			<File
191
			<File
155
				RelativePath=".\Parse.h">
192
				RelativePath="Parse.h">
156
			</File>
193
			</File>
157
			<File
194
			<File
158
				RelativePath=".\ResourceManager.h">
195
				RelativePath="ResourceManager.h">
159
			</File>
196
			</File>
160
			<File
197
			<File
161
				RelativePath=".\Timer.h">
198
				RelativePath="Timer.h">
162
			</File>
199
			</File>
163
		</Filter>
200
		</Filter>
164
	</Files>
201
	</Files>
165
	<Globals>
202
	<Globals>
166
	</Globals>
203
	</Globals>