Subversion Repositories gelsvn

Rev

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

Rev 67 Rev 69
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="Graphics"
5
	Name="Graphics"
6
	ProjectGUID="{EAAADBA3-79AB-4590-B942-EC86113DA556}"
6
	ProjectGUID="{59421A6E-FECA-1BAD-EF45-8E0547F00FC1}"
-
 
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="Debug|Win32"
15
			OutputDirectory="..\..\lib"
16
			OutputDirectory="Debug"
16
			IntermediateDirectory="Debug"
17
			IntermediateDirectory="Debug\Graphics"
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="0"
22
				AdditionalIncludeDirectories="..\..\src"
25
				AdditionalIncludeDirectories="$(GELEXT)"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
26
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
24
				MinimalRebuild="TRUE"
27
				MinimalRebuild="FALSE"
-
 
28
				ExceptionHandling="TRUE"
25
				BasicRuntimeChecks="3"
29
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="5"
30
				RuntimeLibrary="3"
27
				UsePrecompiledHeader="0"
31
				BufferSecurityCheck="TRUE"
-
 
32
				EnableFunctionLevelLinking="TRUE"
-
 
33
				TreatWChar_tAsBuiltInType="FALSE"
-
 
34
				ForceConformanceInForLoopScope="TRUE"
-
 
35
				RuntimeTypeInfo="TRUE"
-
 
36
				ProgramDataBaseFileName="Debug\Graphicsd.pdb"
28
				WarningLevel="3"
37
				WarningLevel="3"
-
 
38
				SuppressStartupBanner="TRUE"
29
				Detect64BitPortabilityProblems="TRUE"
39
				Detect64BitPortabilityProblems="FALSE"
30
				DebugInformationFormat="4"/>
40
				DebugInformationFormat="3"/>
31
			<Tool
41
			<Tool
32
				Name="VCCustomBuildTool"/>
42
				Name="VCCustomBuildTool"/>
33
			<Tool
43
			<Tool
34
				Name="VCLibrarianTool"
44
				Name="VCLibrarianTool"
35
				OutputFile="$(OutDir)/Graphicsd.lib"/>
45
				OutputFile="Debug\Graphicsd.lib"
36
			<Tool
-
 
37
				Name="VCMIDLTool"/>
46
				TargetMachine="1"/>
38
			<Tool
47
			<Tool
39
				Name="VCPostBuildEventTool"/>
48
				Name="VCPostBuildEventTool"
-
 
49
			/>
40
			<Tool
50
			<Tool
41
				Name="VCPreBuildEventTool"/>
51
				Name="VCPreBuildEventTool"/>
42
			<Tool
52
			<Tool
43
				Name="VCPreLinkEventTool"/>
53
				Name="VCPreLinkEventTool"/>
44
			<Tool
54
			<Tool
45
				Name="VCResourceCompilerTool"/>
55
				Name="VCResourceCompilerTool"
-
 
56
				PreprocessorDefinitions="_DEBUG"
-
 
57
				Culture="1033"
-
 
58
				AdditionalIncludeDirectories="$(GELEXT)"/>
46
			<Tool
59
			<Tool
47
				Name="VCWebServiceProxyGeneratorTool"/>
60
				Name="VCWebServiceProxyGeneratorTool"/>
48
			<Tool
61
			<Tool
49
				Name="VCXMLDataGeneratorTool"/>
62
				Name="VCWebDeploymentTool"/>
50
			<Tool
-
 
51
				Name="VCManagedWrapperGeneratorTool"/>
-
 
52
			<Tool
-
 
53
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
54
		</Configuration>
63
		</Configuration>
55
		<Configuration
64
		<Configuration
56
			Name="Release|Win32"
65
			Name="Install|Win32"
57
			OutputDirectory="..\..\lib"
66
			OutputDirectory="$(GELEXT)\lib\windows"
58
			IntermediateDirectory="Release"
67
			IntermediateDirectory="Install\Graphics"
59
			ConfigurationType="4"
68
			ConfigurationType="4"
-
 
69
			UseOfMFC="0"
-
 
70
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
60
			CharacterSet="2">
71
			CharacterSet="0">
61
			<Tool
72
			<Tool
62
				Name="VCCLCompilerTool"
73
				Name="VCCLCompilerTool"
-
 
74
				Optimization="3"
63
				AdditionalIncludeDirectories="..\..\src"
75
				AdditionalIncludeDirectories="$(GELEXT)"
64
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
76
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
-
 
77
				MinimalRebuild="FALSE"
-
 
78
				ExceptionHandling="TRUE"
65
				RuntimeLibrary="4"
79
				RuntimeLibrary="2"
66
				UsePrecompiledHeader="0"
80
				BufferSecurityCheck="TRUE"
-
 
81
				EnableFunctionLevelLinking="TRUE"
-
 
82
				TreatWChar_tAsBuiltInType="FALSE"
-
 
83
				ForceConformanceInForLoopScope="TRUE"
-
 
84
				RuntimeTypeInfo="TRUE"
67
				WarningLevel="3"
85
				WarningLevel="3"
-
 
86
				SuppressStartupBanner="TRUE"
68
				Detect64BitPortabilityProblems="TRUE"
87
				Detect64BitPortabilityProblems="FALSE"
69
				DebugInformationFormat="3"/>
88
				DebugInformationFormat="3"/>
70
			<Tool
89
			<Tool
71
				Name="VCCustomBuildTool"/>
90
				Name="VCCustomBuildTool"/>
72
			<Tool
91
			<Tool
73
				Name="VCLibrarianTool"
92
				Name="VCLibrarianTool"
74
				OutputFile="$(OutDir)/Graphics.lib"/>
93
				OutputFile="$(GELEXT)\lib\windows\Graphics.lib"
75
			<Tool
-
 
76
				Name="VCMIDLTool"/>
94
				TargetMachine="1"/>
77
			<Tool
95
			<Tool
78
				Name="VCPostBuildEventTool"/>
96
				Name="VCPostBuildEventTool"
-
 
97
				CommandLine="runme.bat"
-
 
98
			/>
79
			<Tool
99
			<Tool
80
				Name="VCPreBuildEventTool"/>
100
				Name="VCPreBuildEventTool"/>
81
			<Tool
101
			<Tool
82
				Name="VCPreLinkEventTool"/>
102
				Name="VCPreLinkEventTool"/>
83
			<Tool
103
			<Tool
84
				Name="VCResourceCompilerTool"/>
104
				Name="VCResourceCompilerTool"
-
 
105
				PreprocessorDefinitions="NDEBUG"
-
 
106
				Culture="1033"
-
 
107
				AdditionalIncludeDirectories="$(GELEXT)"/>
85
			<Tool
108
			<Tool
86
				Name="VCWebServiceProxyGeneratorTool"/>
109
				Name="VCWebServiceProxyGeneratorTool"/>
87
			<Tool
110
			<Tool
88
				Name="VCXMLDataGeneratorTool"/>
111
				Name="VCWebDeploymentTool"/>
89
			<Tool
-
 
90
				Name="VCManagedWrapperGeneratorTool"/>
-
 
91
			<Tool
-
 
92
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
93
		</Configuration>
112
		</Configuration>
94
		<Configuration
113
		<Configuration
95
			Name="Install|Win32"
114
			Name="Release|Win32"
96
			OutputDirectory="$(GELEXT)\lib\windows"
115
			OutputDirectory="Release"
97
			IntermediateDirectory="$(ConfigurationName)"
116
			IntermediateDirectory="Release\Graphics"
98
			ConfigurationType="4"
117
			ConfigurationType="4"
-
 
118
			UseOfMFC="0"
-
 
119
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
99
			CharacterSet="2">
120
			CharacterSet="0">
100
			<Tool
121
			<Tool
101
				Name="VCCLCompilerTool"
122
				Name="VCCLCompilerTool"
-
 
123
				Optimization="3"
102
				AdditionalIncludeDirectories="..\..\src"
124
				AdditionalIncludeDirectories="$(GELEXT)"
103
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
125
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
-
 
126
				MinimalRebuild="FALSE"
-
 
127
				ExceptionHandling="TRUE"
104
				RuntimeLibrary="4"
128
				RuntimeLibrary="2"
105
				UsePrecompiledHeader="0"
129
				BufferSecurityCheck="TRUE"
-
 
130
				EnableFunctionLevelLinking="TRUE"
-
 
131
				TreatWChar_tAsBuiltInType="FALSE"
-
 
132
				ForceConformanceInForLoopScope="TRUE"
-
 
133
				RuntimeTypeInfo="TRUE"
106
				WarningLevel="3"
134
				WarningLevel="3"
-
 
135
				SuppressStartupBanner="TRUE"
107
				Detect64BitPortabilityProblems="TRUE"
136
				Detect64BitPortabilityProblems="FALSE"
108
				DebugInformationFormat="3"/>
137
				DebugInformationFormat="3"/>
109
			<Tool
138
			<Tool
110
				Name="VCCustomBuildTool"/>
139
				Name="VCCustomBuildTool"/>
111
			<Tool
140
			<Tool
112
				Name="VCLibrarianTool"
141
				Name="VCLibrarianTool"
113
				OutputFile="$(OutDir)/Graphics.lib"/>
142
				OutputFile="Release\Graphics.lib"
114
			<Tool
-
 
115
				Name="VCMIDLTool"/>
143
				TargetMachine="1"/>
116
			<Tool
144
			<Tool
117
				Name="VCPostBuildEventTool"
145
				Name="VCPostBuildEventTool"
118
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
-
 
-
 
146
			/>
119
			<Tool
147
			<Tool
120
				Name="VCPreBuildEventTool"/>
148
				Name="VCPreBuildEventTool"/>
121
			<Tool
149
			<Tool
122
				Name="VCPreLinkEventTool"/>
150
				Name="VCPreLinkEventTool"/>
123
			<Tool
151
			<Tool
124
				Name="VCResourceCompilerTool"/>
152
				Name="VCResourceCompilerTool"
-
 
153
				PreprocessorDefinitions="NDEBUG"
-
 
154
				Culture="1033"
-
 
155
				AdditionalIncludeDirectories="$(GELEXT)"/>
125
			<Tool
156
			<Tool
126
				Name="VCWebServiceProxyGeneratorTool"/>
157
				Name="VCWebServiceProxyGeneratorTool"/>
127
			<Tool
158
			<Tool
128
				Name="VCXMLDataGeneratorTool"/>
159
				Name="VCWebDeploymentTool"/>
129
			<Tool
-
 
130
				Name="VCManagedWrapperGeneratorTool"/>
-
 
131
			<Tool
-
 
132
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
133
		</Configuration>
160
		</Configuration>
134
	</Configurations>
161
	</Configurations>
135
	<References>
-
 
136
		<ProjectReference
-
 
137
			ReferencedProjectIdentifier="{DF483DEF-5642-4140-BBAE-5DFF5CED69F9}"
-
 
138
			Name="CGLA"/>
-
 
139
	</References>
-
 
140
	<Files>
162
	<Files>
141
		<Filter
163
		<Filter
142
			Name="Source Files"
164
			Name="Source Files"
143
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
165
			Filter="cpp;cxx;cc;C;c">
144
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
-
 
145
			<File
166
			<File
146
				RelativePath=".\GLViewController.cpp">
167
				RelativePath="GLViewController.cpp">
147
			</File>
168
			</File>
148
			<File
169
			<File
149
				RelativePath=".\TrackBall.cpp">
170
				RelativePath="TrackBall.cpp">
150
			</File>
171
			</File>
151
		</Filter>
172
		</Filter>
152
		<Filter
173
		<Filter
153
			Name="Header Files"
174
			Name="Header Files"
154
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
175
			Filter="h;hpp;hxx;hh">
155
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
-
 
156
			<File
176
			<File
157
				RelativePath=".\GLViewController.h">
177
				RelativePath="GLViewController.h">
158
			</File>
178
			</File>
159
			<File
179
			<File
160
				RelativePath=".\TrackBall.h">
180
				RelativePath="TrackBall.h">
161
			</File>
181
			</File>
162
		</Filter>
182
		</Filter>
163
	</Files>
183
	</Files>
164
	<Globals>
184
	<Globals>
165
	</Globals>
185
	</Globals>