Subversion Repositories gelsvn

Rev

Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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