Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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