Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

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