root/FalconView/trunk/public/fvw_core/GeodataDataSources/GeodataDataSources.vcproj @ 2279

Revision 2279, 27.2 KB (checked in by gm78, 6 months ago)

Added threaded loading of KML images.

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3    ProjectType="Visual C++"
4    Version="8.00"
5    Name="GeodataDataSources"
6    ProjectGUID="{7D99E792-0098-4F78-9D98-92A2B6AAA94A}"
7    RootNamespace="GeodataDataSources"
8    Keyword="AtlProj"
9    >
10    <Platforms>
11        <Platform
12            Name="Win32"
13        />
14    </Platforms>
15    <ToolFiles>
16    </ToolFiles>
17    <Configurations>
18        <Configuration
19            Name="Debug|Win32"
20            OutputDirectory="$(ProjectDir)..\WinDebug"
21            IntermediateDirectory="$(ConfigurationName)"
22            ConfigurationType="2"
23            InheritedPropertySheets="..\fvw_core.vsprops"
24            UseOfATL="2"
25            ATLMinimizesCRunTimeLibraryUsage="false"
26            CharacterSet="1"
27            >
28            <Tool
29                Name="VCPreBuildEventTool"
30            />
31            <Tool
32                Name="VCCustomBuildTool"
33            />
34            <Tool
35                Name="VCXMLDataGeneratorTool"
36            />
37            <Tool
38                Name="VCWebServiceProxyGeneratorTool"
39            />
40            <Tool
41                Name="VCMIDLTool"
42                PreprocessorDefinitions="_DEBUG"
43                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\CustomInterfaces&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;"
44                MkTypLibCompatible="false"
45                TargetEnvironment="1"
46                GenerateStublessProxies="true"
47                TypeLibraryName="$(ProjectDir)Interfaces/tlb/GeodataDataSources.tlb"
48                HeaderFileName=""
49                DLLDataFileName=""
50                InterfaceIdentifierFileName=""
51                ProxyFileName=""
52                ValidateParameters="false"
53            />
54            <Tool
55                Name="VCCLCompilerTool"
56                Optimization="0"
57                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;&quot;$(ProjectDir)Interfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\gcore&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\port&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\alg&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr\ogrsf_frmts&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\src&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\boost_1_34_1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1\include&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1\include\curl&quot;;&quot;$(ProjectDir)..\Common&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\expat.win32&quot;;&quot;$(ProjectDir)..\FvOverlayOGRDriver&quot;"
58                PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
59                MinimalRebuild="true"
60                BasicRuntimeChecks="3"
61                RuntimeLibrary="3"
62                UsePrecompiledHeader="2"
63                WarningLevel="3"
64                WarnAsError="true"
65                Detect64BitPortabilityProblems="true"
66                DebugInformationFormat="3"
67            />
68            <Tool
69                Name="VCManagedResourceCompilerTool"
70            />
71            <Tool
72                Name="VCResourceCompilerTool"
73                PreprocessorDefinitions="_DEBUG"
74                Culture="1033"
75                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;..\..;&quot;$(ProjectDir)Interfaces\tlb&quot;"
76            />
77            <Tool
78                Name="VCPreLinkEventTool"
79                CommandLine=""
80            />
81            <Tool
82                Name="VCLinkerTool"
83                RegisterOutput="true"
84                IgnoreImportLibrary="true"
85                AdditionalOptions="/NODEFAULTLIB:msvcrt.lib"
86                AdditionalDependencies="gdal_i.lib comsuppwd.lib libkmlbase.lib libkmldom.lib libkmlengine.lib libkmlconvenience.lib libexpat.lib libkmlxsd.lib minizip_gtri.lib zlib.lib uriparser-debug.lib libcurl_imp.lib geo_tool.lib"
87                LinkIncremental="2"
88                AdditionalLibraryDirectories="&quot;$(ProjectDir)..\third_party_src\gdal-1.7&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\msvc\Debug&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1.win32\debug&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3.win32\lib&quot;;&quot;$(ProjectDir)..\third_party_src\Expat 2.0.1\Bin&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3\contrib\minizip_gtri\debug&quot;;..\WinDebug"
89                ModuleDefinitionFile=".\GeodataDataSources.def"
90                GenerateDebugInformation="true"
91                SubSystem="2"
92                TargetMachine="1"
93            />
94            <Tool
95                Name="VCALinkTool"
96            />
97            <Tool
98                Name="VCManifestTool"
99            />
100            <Tool
101                Name="VCXDCMakeTool"
102            />
103            <Tool
104                Name="VCBscMakeTool"
105            />
106            <Tool
107                Name="VCFxCopTool"
108            />
109            <Tool
110                Name="VCAppVerifierTool"
111            />
112            <Tool
113                Name="VCWebDeploymentTool"
114            />
115            <Tool
116                Name="VCPostBuildEventTool"
117            />
118        </Configuration>
119        <Configuration
120            Name="Release|Win32"
121            OutputDirectory="$(ProjectDir)..\WinRel"
122            IntermediateDirectory="$(ConfigurationName)"
123            ConfigurationType="2"
124            InheritedPropertySheets="..\fvw_core.vsprops"
125            UseOfATL="2"
126            ATLMinimizesCRunTimeLibraryUsage="false"
127            CharacterSet="1"
128            >
129            <Tool
130                Name="VCPreBuildEventTool"
131            />
132            <Tool
133                Name="VCCustomBuildTool"
134            />
135            <Tool
136                Name="VCXMLDataGeneratorTool"
137            />
138            <Tool
139                Name="VCWebServiceProxyGeneratorTool"
140            />
141            <Tool
142                Name="VCMIDLTool"
143                PreprocessorDefinitions="NDEBUG"
144                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\CustomInterfaces&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;"
145                MkTypLibCompatible="false"
146                TargetEnvironment="1"
147                GenerateStublessProxies="true"
148                TypeLibraryName="$(ProjectDir)Interfaces/tlb/GeodataDataSources.tlb"
149                HeaderFileName=""
150                DLLDataFileName=""
151                InterfaceIdentifierFileName=""
152                ProxyFileName=""
153                ValidateParameters="false"
154            />
155            <Tool
156                Name="VCCLCompilerTool"
157                Optimization="2"
158                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;&quot;$(ProjectDir)Interfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\gcore&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\port&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\alg&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr\ogrsf_frmts&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\src&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\boost_1_34_1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1\include&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1\include\curl&quot;;&quot;$(ProjectDir)..\Common&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\expat.win32&quot;;&quot;$(ProjectDir)..\FvOverlayOGRDriver&quot;"
159                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
160                RuntimeLibrary="2"
161                UsePrecompiledHeader="2"
162                WarningLevel="3"
163                WarnAsError="true"
164                Detect64BitPortabilityProblems="true"
165                DebugInformationFormat="3"
166            />
167            <Tool
168                Name="VCManagedResourceCompilerTool"
169            />
170            <Tool
171                Name="VCResourceCompilerTool"
172                PreprocessorDefinitions="NDEBUG"
173                Culture="1033"
174                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;..\..;&quot;$(ProjectDir)Interfaces\tlb&quot;"
175            />
176            <Tool
177                Name="VCPreLinkEventTool"
178            />
179            <Tool
180                Name="VCLinkerTool"
181                RegisterOutput="true"
182                IgnoreImportLibrary="true"
183                AdditionalDependencies="gdal_i.lib comsuppwd.lib libkmlbase.lib libkmldom.lib libkmlengine.lib libexpat.lib libkmlxsd.lib libkmlconvenience.lib minizip_gtri.lib zlib.lib uriparser-release.lib libcurl_imp.lib geo_tool.lib"
184                LinkIncremental="1"
185                AdditionalLibraryDirectories="&quot;$(ProjectDir)..\third_party_src\gdal-1.7&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\msvc\Release&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1.win32\release&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3.win32\lib&quot;;&quot;$(ProjectDir)..\third_party_src\Expat 2.0.1\Bin&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3\contrib\minizip_gtri\release&quot;;..\WinRel"
186                ModuleDefinitionFile=".\GeodataDataSources.def"
187                GenerateDebugInformation="true"
188                SubSystem="2"
189                OptimizeReferences="2"
190                EnableCOMDATFolding="2"
191                TargetMachine="1"
192            />
193            <Tool
194                Name="VCALinkTool"
195            />
196            <Tool
197                Name="VCManifestTool"
198            />
199            <Tool
200                Name="VCXDCMakeTool"
201            />
202            <Tool
203                Name="VCBscMakeTool"
204            />
205            <Tool
206                Name="VCFxCopTool"
207            />
208            <Tool
209                Name="VCAppVerifierTool"
210            />
211            <Tool
212                Name="VCWebDeploymentTool"
213            />
214            <Tool
215                Name="VCPostBuildEventTool"
216            />
217        </Configuration>
218        <Configuration
219            Name="Govt Debug|Win32"
220            OutputDirectory="$(ProjectDir)..\WinDebug"
221            IntermediateDirectory="$(ConfigurationName)"
222            ConfigurationType="2"
223            InheritedPropertySheets="..\fvw_core.vsprops"
224            UseOfATL="2"
225            ATLMinimizesCRunTimeLibraryUsage="false"
226            CharacterSet="1"
227            >
228            <Tool
229                Name="VCPreBuildEventTool"
230            />
231            <Tool
232                Name="VCCustomBuildTool"
233            />
234            <Tool
235                Name="VCXMLDataGeneratorTool"
236            />
237            <Tool
238                Name="VCWebServiceProxyGeneratorTool"
239            />
240            <Tool
241                Name="VCMIDLTool"
242                PreprocessorDefinitions="_DEBUG"
243                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\CustomInterfaces&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;"
244                MkTypLibCompatible="false"
245                TargetEnvironment="1"
246                GenerateStublessProxies="true"
247                TypeLibraryName="$(ProjectDir)Interfaces/tlb/GeodataDataSources.tlb"
248                HeaderFileName=""
249                DLLDataFileName=""
250                InterfaceIdentifierFileName=""
251                ProxyFileName=""
252                ValidateParameters="false"
253            />
254            <Tool
255                Name="VCCLCompilerTool"
256                Optimization="0"
257                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;&quot;$(ProjectDir)Interfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\gcore&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\port&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\alg&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr\ogrsf_frmts&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\src&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\boost_1_34_1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1\include&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1\include\curl&quot;;&quot;$(ProjectDir)..\Common&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\expat.win32&quot;;&quot;$(ProjectDir)..\FvOverlayOGRDriver&quot;"
258                PreprocessorDefinitions="GOV_RELEASE;WIN32;_WINDOWS;_DEBUG;_USRDLL"
259                MinimalRebuild="true"
260                BasicRuntimeChecks="3"
261                RuntimeLibrary="3"
262                UsePrecompiledHeader="2"
263                WarningLevel="3"
264                WarnAsError="true"
265                Detect64BitPortabilityProblems="true"
266                DebugInformationFormat="3"
267            />
268            <Tool
269                Name="VCManagedResourceCompilerTool"
270            />
271            <Tool
272                Name="VCResourceCompilerTool"
273                PreprocessorDefinitions="_DEBUG"
274                Culture="1033"
275                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;..\..;&quot;$(ProjectDir)Interfaces\tlb&quot;"
276            />
277            <Tool
278                Name="VCPreLinkEventTool"
279                CommandLine=""
280            />
281            <Tool
282                Name="VCLinkerTool"
283                RegisterOutput="true"
284                IgnoreImportLibrary="true"
285                AdditionalOptions="/NODEFAULTLIB:msvcrt.lib"
286                AdditionalDependencies="gdal_i.lib comsuppwd.lib libkmlbase.lib libkmldom.lib libkmlengine.lib libkmlconvenience.lib libexpat.lib libkmlxsd.lib minizip_gtri.lib zlib.lib uriparser-debug.lib libcurl_imp.lib geo_tool.lib"
287                LinkIncremental="2"
288                AdditionalLibraryDirectories="&quot;$(ProjectDir)..\third_party_src\gdal-1.7&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\msvc\Debug&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1.win32\debug&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3.win32\lib&quot;;&quot;$(ProjectDir)..\third_party_src\Expat 2.0.1\Bin&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3\contrib\minizip_gtri\debug&quot;;..\WinDebug"
289                ModuleDefinitionFile=".\GeodataDataSources.def"
290                GenerateDebugInformation="true"
291                SubSystem="2"
292                TargetMachine="1"
293            />
294            <Tool
295                Name="VCALinkTool"
296            />
297            <Tool
298                Name="VCManifestTool"
299            />
300            <Tool
301                Name="VCXDCMakeTool"
302            />
303            <Tool
304                Name="VCBscMakeTool"
305            />
306            <Tool
307                Name="VCFxCopTool"
308            />
309            <Tool
310                Name="VCAppVerifierTool"
311            />
312            <Tool
313                Name="VCWebDeploymentTool"
314            />
315            <Tool
316                Name="VCPostBuildEventTool"
317            />
318        </Configuration>
319        <Configuration
320            Name="Govt Release|Win32"
321            OutputDirectory="$(ProjectDir)..\WinRel"
322            IntermediateDirectory="$(ConfigurationName)"
323            ConfigurationType="2"
324            InheritedPropertySheets="..\fvw_core.vsprops"
325            UseOfATL="2"
326            ATLMinimizesCRunTimeLibraryUsage="false"
327            CharacterSet="1"
328            >
329            <Tool
330                Name="VCPreBuildEventTool"
331            />
332            <Tool
333                Name="VCCustomBuildTool"
334            />
335            <Tool
336                Name="VCXMLDataGeneratorTool"
337            />
338            <Tool
339                Name="VCWebServiceProxyGeneratorTool"
340            />
341            <Tool
342                Name="VCMIDLTool"
343                PreprocessorDefinitions="NDEBUG"
344                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\CustomInterfaces&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;"
345                MkTypLibCompatible="false"
346                TargetEnvironment="1"
347                GenerateStublessProxies="true"
348                TypeLibraryName="$(ProjectDir)Interfaces/tlb/GeodataDataSources.tlb"
349                HeaderFileName=""
350                DLLDataFileName=""
351                InterfaceIdentifierFileName=""
352                ProxyFileName=""
353                ValidateParameters="false"
354            />
355            <Tool
356                Name="VCCLCompilerTool"
357                Optimization="2"
358                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;&quot;$(ProjectDir)Interfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\gcore&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\port&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\alg&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr&quot;;&quot;$(ProjectDir)..\third_party_src\gdal-1.7\ogr\ogrsf_frmts&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\src&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\boost_1_34_1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1\include&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1\include\curl&quot;;&quot;$(ProjectDir)..\Common&quot;;&quot;$(ProjectDir)..\CustomInterfaces\tlb&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\expat.win32&quot;;&quot;$(ProjectDir)..\FvOverlayOGRDriver&quot;"
359                PreprocessorDefinitions="GOV_RELEASE;WIN32;_WINDOWS;NDEBUG;_USRDLL"
360                RuntimeLibrary="2"
361                UsePrecompiledHeader="2"
362                WarningLevel="3"
363                WarnAsError="true"
364                Detect64BitPortabilityProblems="true"
365                DebugInformationFormat="3"
366            />
367            <Tool
368                Name="VCManagedResourceCompilerTool"
369            />
370            <Tool
371                Name="VCResourceCompilerTool"
372                PreprocessorDefinitions="NDEBUG"
373                Culture="1033"
374                AdditionalIncludeDirectories="&quot;$(IntDir)&quot;;..\..;&quot;$(ProjectDir)Interfaces\tlb&quot;"
375            />
376            <Tool
377                Name="VCPreLinkEventTool"
378            />
379            <Tool
380                Name="VCLinkerTool"
381                RegisterOutput="true"
382                IgnoreImportLibrary="true"
383                AdditionalDependencies="gdal_i.lib comsuppwd.lib libkmlbase.lib libkmldom.lib libkmlengine.lib libexpat.lib libkmlxsd.lib libkmlconvenience.lib minizip_gtri.lib zlib.lib uriparser-release.lib libcurl_imp.lib geo_tool.lib"
384                LinkIncremental="1"
385                AdditionalLibraryDirectories="&quot;$(ProjectDir)..\third_party_src\gdal-1.7&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\msvc\Release&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\uriparser-0.7.1.win32\release&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3.win32\lib&quot;;&quot;$(ProjectDir)..\third_party_src\Expat 2.0.1\Bin&quot;;&quot;$(ProjectDir)..\third_party_src\curl-7.15.1&quot;;&quot;$(ProjectDir)..\third_party_src\libkml-1.1.0\third_party\zlib-1.2.3\contrib\minizip_gtri\release&quot;;..\WinRel"
386                ModuleDefinitionFile=".\GeodataDataSources.def"
387                GenerateDebugInformation="true"
388                SubSystem="2"
389                OptimizeReferences="2"
390                EnableCOMDATFolding="2"
391                TargetMachine="1"
392            />
393            <Tool
394                Name="VCALinkTool"
395            />
396            <Tool
397                Name="VCManifestTool"
398            />
399            <Tool
400                Name="VCXDCMakeTool"
401            />
402            <Tool
403                Name="VCBscMakeTool"
404            />
405            <Tool
406                Name="VCFxCopTool"
407            />
408            <Tool
409                Name="VCAppVerifierTool"
410            />
411            <Tool
412                Name="VCWebDeploymentTool"
413            />
414            <Tool
415                Name="VCPostBuildEventTool"
416            />
417        </Configuration>
418    </Configurations>
419    <References>
420    </References>
421    <Files>
422        <Filter
423            Name="Source Files"
424            Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
425            UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
426            >
427            <File
428                RelativePath=".\AttributeFilter.cpp"
429                >
430            </File>
431            <File
432                RelativePath=".\CompositeFilter.cpp"
433                >
434            </File>
435            <File
436                RelativePath=".\FVGDALDataSet.cpp"
437                >
438            </File>
439            <File
440                RelativePath=".\FVGDALDataSource.cpp"
441                >
442            </File>
443            <File
444                RelativePath=".\FVOGRDataSet.cpp"
445                >
446            </File>
447            <File
448                RelativePath=".\FVOGRDataSource.cpp"
449                >
450            </File>
451            <File
452                RelativePath=".\FVOGRFeature.cpp"
453                >
454            </File>
455            <File
456                RelativePath=".\FVOGRGeometryCollection.cpp"
457                >
458            </File>
459            <File
460                RelativePath=".\FVOGRLinearRing.cpp"
461                >
462            </File>
463            <File
464                RelativePath=".\FVOGRLineString.cpp"
465                >
466            </File>
467            <File
468                RelativePath=".\FvOGRMultiPoint.cpp"
469                >
470            </File>
471            <File
472                RelativePath=".\FVOGRMultiPolygon.cpp"
473                >
474            </File>
475            <File
476                RelativePath=".\FVOGRPoint.cpp"
477                >
478            </File>
479            <File
480                RelativePath=".\FVOGRPolygon.cpp"
481                >
482            </File>
483            <File
484                RelativePath=".\GeodataDataSources.cpp"
485                >
486            </File>
487            <File
488                RelativePath=".\GeodataDataSources.def"
489                >
490            </File>
491            <File
492                RelativePath=".\GeodataDataSources.idl"
493                >
494                <FileConfiguration
495                    Name="Debug|Win32"
496                    >
497                    <Tool
498                        Name="VCMIDLTool"
499                        TypeLibraryName="Interfaces/tlb/GeodataDataSources.tlb"
500                        HeaderFileName=""
501                        InterfaceIdentifierFileName=""
502                        ProxyFileName=""
503                    />
504                </FileConfiguration>
505                <FileConfiguration
506                    Name="Release|Win32"
507                    >
508                    <Tool
509                        Name="VCMIDLTool"
510                        TypeLibraryName="Interfaces/tlb/GeodataDataSources.tlb"
511                        HeaderFileName=""
512                        InterfaceIdentifierFileName=""
513                        ProxyFileName=""
514                    />
515                </FileConfiguration>
516                <FileConfiguration
517                    Name="Govt Debug|Win32"
518                    >
519                    <Tool
520                        Name="VCMIDLTool"
521                        TypeLibraryName="Interfaces/tlb/GeodataDataSources.tlb"
522                        HeaderFileName=""
523                        InterfaceIdentifierFileName=""
524                        ProxyFileName=""
525                    />
526                </FileConfiguration>
527                <FileConfiguration
528                    Name="Govt Release|Win32"
529                    >
530                    <Tool
531                        Name="VCMIDLTool"
532                        TypeLibraryName="Interfaces/tlb/GeodataDataSources.tlb"
533                        HeaderFileName=""
534                        InterfaceIdentifierFileName=""
535                        ProxyFileName=""
536                    />
537                </FileConfiguration>
538            </File>
539            <File
540                RelativePath=".\GeometryFilter.cpp"
541                >
542            </File>
543            <File
544                RelativePath=".\InternalObjectRegistry.cpp"
545                >
546            </File>
547            <File
548                RelativePath=".\KMLDataLoader.cpp"
549                >
550            </File>
551            <File
552                RelativePath=".\KMLImageDataResource.cpp"
553                >
554            </File>
555            <File
556                RelativePath=".\KMLNetworkLinkResource.cpp"
557                >
558            </File>
559            <File
560                RelativePath=".\LibkmlContainerBase.cpp"
561                >
562            </File>
563            <File
564                RelativePath=".\LibkmlDataSource.cpp"
565                >
566            </File>
567            <File
568                RelativePath=".\LibkmlDocument.cpp"
569                >
570            </File>
571            <File
572                RelativePath=".\LibkmlFolder.cpp"
573                >
574            </File>
575            <File
576                RelativePath=".\LibkmlGroundOverlay.cpp"
577                >
578            </File>
579            <File
580                RelativePath=".\LibkmlKMLElement.cpp"
581                >
582            </File>
583            <File
584                RelativePath=".\LibkmlLinearRing.cpp"
585                >
586            </File>
587            <File
588                RelativePath=".\LibkmlLineString.cpp"
589                >
590            </File>
591            <File
592                RelativePath=".\LibkmlModel.cpp"
593                >
594            </File>
595            <File
596                RelativePath=".\LibkmlMultiGeometry.cpp"
597                >
598            </File>
599            <File
600                RelativePath=".\LibkmlNetworkLink.cpp"
601                >
602            </File>
603            <File
604                RelativePath=".\LibkmlPhotoOverlay.cpp"
605                >
606            </File>
607            <File
608                RelativePath=".\LibkmlPlacemark.cpp"
609                >
610            </File>
611            <File
612                RelativePath=".\LibkmlPoint.cpp"
613                >
614            </File>
615            <File
616                RelativePath=".\LibkmlPolygon.cpp"
617                >
618            </File>
619            <File
620                RelativePath=".\LibkmlScreenOverlay.cpp"
621                >
622            </File>
623            <File
624                RelativePath=".\stdafx.cpp"
625                >
626                <FileConfiguration
627                    Name="Debug|Win32"
628                    >
629                    <Tool
630                        Name="VCCLCompilerTool"
631                        UsePrecompiledHeader="1"
632                    />
633                </FileConfiguration>
634                <FileConfiguration
635                    Name="Release|Win32"
636                    >
637                    <Tool
638                        Name="VCCLCompilerTool"
639                        UsePrecompiledHeader="1"
640                    />
641                </FileConfiguration>
642                <FileConfiguration
643                    Name="Govt Debug|Win32"
644                    >
645                    <Tool
646                        Name="VCCLCompilerTool"
647                        UsePrecompiledHeader="1"
648                    />
649                </FileConfiguration>
650                <FileConfiguration
651                    Name="Govt Release|Win32"
652                    >
653                    <Tool
654                        Name="VCCLCompilerTool"
655                        UsePrecompiledHeader="1"
656                    />
657                </FileConfiguration>
658            </File>
659            <File
660                RelativePath=".\TemporalFilter.cpp"
661                >
662            </File>
663            <File
664                RelativePath=".\UtilityMethods.cpp"
665                >
666            </File>
667            <File
668                RelativePath=".\WMSDataSource.cpp"
669                >
670            </File>
671            <File
672                RelativePath=".\WMSLayer.cpp"
673                >
674            </File>
675        </Filter>
676        <Filter
677            Name="Header Files"
678            Filter="h;hpp;hxx;hm;inl;inc;xsd"
679            UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
680            >
681            <File
682                RelativePath=".\AttributeFilter.h"
683                >
684            </File>
685            <File
686                RelativePath=".\CompositeFilter.h"
687                >
688            </File>
689            <File
690                RelativePath=".\FVGDALDataSet.h"
691                >
692            </File>
693            <File
694                RelativePath=".\FVGDALDataSource.h"
695                >
696            </File>
697            <File
698                RelativePath=".\FVOGRDataSet.h"
699                >
700            </File>
701            <File
702                RelativePath=".\FVOGRDataSource.h"
703                >
704            </File>
705            <File
706                RelativePath=".\FVOGRFeature.h"
707                >
708            </File>
709            <File
710                RelativePath=".\FVOGRGeometryCollection.h"
711                >
712            </File>
713            <File
714                RelativePath=".\FVOGRLinearRing.h"
715                >
716            </File>
717            <File
718                RelativePath=".\FVOGRLineString.h"
719                >
720            </File>
721            <File
722                RelativePath=".\FvOGRMultiPoint.h"
723                >
724            </File>
725            <File
726                RelativePath=".\FVOGRMultiPolygon.h"
727                >
728            </File>
729            <File
730                RelativePath=".\FVOGRPoint.h"
731                >
732            </File>
733            <File
734                RelativePath=".\FVOGRPolygon.h"
735                >
736            </File>
737            <File
738                RelativePath=".\GeometryFilter.h"
739                >
740            </File>
741            <File
742                RelativePath=".\InternalObjectRegistry.h"
743                >
744            </File>
745            <File
746                RelativePath=".\KMLDataLoader.h"
747                >
748            </File>
749            <File
750                RelativePath=".\KMLImageDataResource.h"
751                >
752            </File>
753            <File
754                RelativePath=".\KMLNetworkLinkResource.h"
755                >
756            </File>
757            <File
758                RelativePath=".\KMLResource.h"
759                >
760            </File>
761            <File
762                RelativePath=".\LibkmlContainerBase.h"
763                >
764            </File>
765            <File
766                RelativePath=".\LibkmlDataSource.h"
767                >
768            </File>
769            <File
770                RelativePath=".\LibkmlDocument.h"
771                >
772            </File>
773            <File
774                RelativePath=".\LibkmlFolder.h"
775                >
776            </File>
777            <File
778                RelativePath=".\LibkmlGroundOverlay.h"
779                >
780            </File>
781            <File
782                RelativePath=".\LibkmlKMLElement.h"
783                >
784            </File>
785            <File
786                RelativePath=".\LibkmlLinearRing.h"
787                >
788            </File>
789            <File
790                RelativePath=".\LibkmlLineString.h"
791                >
792            </File>
793            <File
794                RelativePath=".\LibkmlModel.h"
795                >
796            </File>
797            <File
798                RelativePath=".\LibkmlMultiGeometry.h"
799                >
800            </File>
801            <File
802                RelativePath=".\LibkmlNetworkLink.h"
803                >
804            </File>
805            <File
806                RelativePath=".\LibkmlPhotoOverlay.h"
807                >
808            </File>
809            <File
810                RelativePath=".\LibkmlPlacemark.h"
811                >
812            </File>
813            <File
814                RelativePath=".\LibkmlPoint.h"
815                >
816            </File>
817            <File
818                RelativePath=".\LibkmlPolygon.h"
819                >
820            </File>
821            <File
822                RelativePath=".\LibkmlScreenOverlay.h"
823                >
824            </File>
825            <File
826                RelativePath=".\Resource.h"
827                >
828            </File>
829            <File
830                RelativePath=".\stdafx.h"
831                >
832            </File>
833            <File
834                RelativePath=".\TemporalFilter.h"
835                >
836            </File>
837            <File
838                RelativePath=".\UtilityMethods.h"
839                >
840            </File>
841            <File
842                RelativePath=".\WMSDataSource.h"
843                >
844            </File>
845            <File
846                RelativePath=".\WMSLayer.h"
847                >
848            </File>
849        </Filter>
850        <Filter
851            Name="Resource Files"
852            Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
853            UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
854            >
855            <File
856                RelativePath=".\AttributeFilter.rgs"
857                >
858            </File>
859            <File
860                RelativePath=".\CompositeFilter.rgs"
861                >
862            </File>
863            <File
864                RelativePath=".\FVGDALDataSet.rgs"
865                >
866            </File>
867            <File
868                RelativePath=".\FVGDALDataSource.rgs"
869                >
870            </File>
871            <File
872                RelativePath=".\FVOGRDataSet.rgs"
873                >
874            </File>
875            <File
876                RelativePath=".\FVOGRDataSource.rgs"
877                >
878            </File>
879            <File
880                RelativePath=".\FVOGRFeature.rgs"
881                >
882            </File>
883            <File
884                RelativePath=".\FVOGRGeometryCollection.rgs"
885                >
886            </File>
887            <File
888                RelativePath=".\FVOGRLinearRing.rgs"
889                >
890            </File>
891            <File
892                RelativePath=".\FVOGRLineString.rgs"
893                >
894            </File>
895            <File
896                RelativePath=".\FvOGRMultiPoint.rgs"
897                >
898            </File>
899            <File
900                RelativePath=".\FVOGRMultiPolygon.rgs"
901                >
902            </File>
903            <File
904                RelativePath=".\FVOGRPoint.rgs"
905                >
906            </File>
907            <File
908                RelativePath=".\FVOGRPolygon.rgs"
909                >
910            </File>
911            <File
912                RelativePath=".\GeodataDataSources.rc"
913                >
914            </File>
915            <File
916                RelativePath=".\GeodataDataSources.rgs"
917                >
918            </File>
919            <File
920                RelativePath=".\GeometryFilter.rgs"
921                >
922            </File>
923            <File
924                RelativePath=".\LibkmlDataSource.rgs"
925                >
926            </File>
927            <File
928                RelativePath=".\LibkmlDocument.rgs"
929                >
930            </File>
931            <File
932                RelativePath=".\LibkmlFolder.rgs"
933                >
934            </File>
935            <File
936                RelativePath=".\LibkmlGroundOverlay.rgs"
937                >
938            </File>
939            <File
940                RelativePath=".\LibkmlKMLElement.rgs"
941                >
942            </File>
943            <File
944                RelativePath=".\LibkmlLinearRing.rgs"
945                >
946            </File>
947            <File
948                RelativePath=".\LibkmlLineString.rgs"
949                >
950            </File>
951            <File
952                RelativePath=".\LibkmlModel.rgs"
953                >
954            </File>
955            <File
956                RelativePath=".\LibkmlMultiGeometry.rgs"
957                >
958            </File>
959            <File
960                RelativePath=".\LibkmlNetworkLink.rgs"
961                >
962            </File>
963            <File
964                RelativePath=".\LibkmlPhotoOverlay.rgs"
965                >
966            </File>
967            <File
968                RelativePath=".\LibkmlPlacemark.rgs"
969                >
970            </File>
971            <File
972                RelativePath=".\LibkmlPoint.rgs"
973                >
974            </File>
975            <File
976                RelativePath=".\LibkmlPolygon.rgs"
977                >
978            </File>
979            <File
980                RelativePath=".\LibkmlScreenOverlay.rgs"
981                >
982            </File>
983            <File
984                RelativePath=".\TemporalFilter.rgs"
985                >
986            </File>
987            <File
988                RelativePath=".\UtilityMethods.rgs"
989                >
990            </File>
991            <File
992                RelativePath=".\WMSDataSource.rgs"
993                >
994            </File>
995            <File
996                RelativePath=".\WMSLayer.rgs"
997                >
998            </File>
999        </Filter>
1000        <File
1001            RelativePath=".\ReadMe.txt"
1002            >
1003        </File>
1004    </Files>
1005    <Globals>
1006    </Globals>
1007</VisualStudioProject>
Note: See TracBrowser for help on using the browser.