root/trunk/win/VC80/shared.vcproj @ 37

Revision 37, 17.4 kB (checked in by yumileroy, 17 years ago)

[svn] * svn:eol-style native set on all files that need it

Original author: Neo2003
Date: 2008-10-11 14:16:25-05:00

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="shared"
6        ProjectGUID="{90297C34-F231-4DF4-848E-A74BCC0E40ED}"
7        RootNamespace="shared"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13                <Platform
14                        Name="x64"
15                />
16        </Platforms>
17        <ToolFiles>
18        </ToolFiles>
19        <Configurations>
20                <Configuration
21                        Name="Release|Win32"
22                        OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
23                        IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
24                        ConfigurationType="4"
25                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26                        UseOfMFC="0"
27                        ATLMinimizesCRunTimeLibraryUsage="false"
28                        CharacterSet="2"
29                        >
30                        <Tool
31                                Name="VCPreBuildEventTool"
32                        />
33                        <Tool
34                                Name="VCCustomBuildTool"
35                        />
36                        <Tool
37                                Name="VCXMLDataGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCWebServiceProxyGeneratorTool"
41                        />
42                        <Tool
43                                Name="VCMIDLTool"
44                        />
45                        <Tool
46                                Name="VCCLCompilerTool"
47                                AdditionalOptions="/MP"
48                                InlineFunctionExpansion="1"
49                                AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
50                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
51                                StringPooling="true"
52                                RuntimeLibrary="0"
53                                EnableFunctionLevelLinking="true"
54                                EnableEnhancedInstructionSet="1"
55                                FloatingPointModel="2"
56                                RuntimeTypeInfo="true"
57                                UsePrecompiledHeader="0"
58                                PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)/shared.pch"
59                                AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
60                                ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
61                                ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
62                                WarningLevel="3"
63                                SuppressStartupBanner="true"
64                                Detect64BitPortabilityProblems="true"
65                                DebugInformationFormat="3"
66                                CompileAs="0"
67                        />
68                        <Tool
69                                Name="VCManagedResourceCompilerTool"
70                        />
71                        <Tool
72                                Name="VCResourceCompilerTool"
73                                PreprocessorDefinitions="NDEBUG"
74                                Culture="1033"
75                        />
76                        <Tool
77                                Name="VCPreLinkEventTool"
78                        />
79                        <Tool
80                                Name="VCLibrarianTool"
81                                AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
82                                OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
83                                SuppressStartupBanner="true"
84                        />
85                        <Tool
86                                Name="VCALinkTool"
87                        />
88                        <Tool
89                                Name="VCXDCMakeTool"
90                        />
91                        <Tool
92                                Name="VCBscMakeTool"
93                        />
94                        <Tool
95                                Name="VCFxCopTool"
96                        />
97                        <Tool
98                                Name="VCPostBuildEventTool"
99                        />
100                </Configuration>
101                <Configuration
102                        Name="Release|x64"
103                        OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
104                        IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
105                        ConfigurationType="4"
106                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
107                        UseOfMFC="0"
108                        ATLMinimizesCRunTimeLibraryUsage="false"
109                        CharacterSet="2"
110                        >
111                        <Tool
112                                Name="VCPreBuildEventTool"
113                                CommandLine=""
114                        />
115                        <Tool
116                                Name="VCCustomBuildTool"
117                        />
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCWebServiceProxyGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCMIDLTool"
126                                TargetEnvironment="3"
127                        />
128                        <Tool
129                                Name="VCCLCompilerTool"
130                                AdditionalOptions="/MP"
131                                InlineFunctionExpansion="1"
132                                AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
133                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
134                                StringPooling="true"
135                                RuntimeLibrary="0"
136                                EnableFunctionLevelLinking="true"
137                                EnableEnhancedInstructionSet="0"
138                                FloatingPointModel="2"
139                                RuntimeTypeInfo="true"
140                                UsePrecompiledHeader="0"
141                                PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)/shared.pch"
142                                AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
143                                ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
144                                ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
145                                WarningLevel="3"
146                                SuppressStartupBanner="true"
147                                Detect64BitPortabilityProblems="true"
148                                DebugInformationFormat="3"
149                                CompileAs="0"
150                        />
151                        <Tool
152                                Name="VCManagedResourceCompilerTool"
153                        />
154                        <Tool
155                                Name="VCResourceCompilerTool"
156                                PreprocessorDefinitions="NDEBUG"
157                                Culture="1033"
158                        />
159                        <Tool
160                                Name="VCPreLinkEventTool"
161                        />
162                        <Tool
163                                Name="VCLibrarianTool"
164                                AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
165                                OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
166                                SuppressStartupBanner="true"
167                        />
168                        <Tool
169                                Name="VCALinkTool"
170                        />
171                        <Tool
172                                Name="VCXDCMakeTool"
173                        />
174                        <Tool
175                                Name="VCBscMakeTool"
176                        />
177                        <Tool
178                                Name="VCFxCopTool"
179                        />
180                        <Tool
181                                Name="VCPostBuildEventTool"
182                        />
183                </Configuration>
184                <Configuration
185                        Name="Debug|Win32"
186                        OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
187                        IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
188                        ConfigurationType="4"
189                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
190                        UseOfMFC="0"
191                        ATLMinimizesCRunTimeLibraryUsage="false"
192                        CharacterSet="2"
193                        >
194                        <Tool
195                                Name="VCPreBuildEventTool"
196                        />
197                        <Tool
198                                Name="VCCustomBuildTool"
199                        />
200                        <Tool
201                                Name="VCXMLDataGeneratorTool"
202                        />
203                        <Tool
204                                Name="VCWebServiceProxyGeneratorTool"
205                        />
206                        <Tool
207                                Name="VCMIDLTool"
208                        />
209                        <Tool
210                                Name="VCCLCompilerTool"
211                                AdditionalOptions="/MP"
212                                Optimization="0"
213                                AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
214                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
215                                BasicRuntimeChecks="3"
216                                RuntimeLibrary="1"
217                                FloatingPointModel="2"
218                                RuntimeTypeInfo="true"
219                                UsePrecompiledHeader="0"
220                                PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch"
221                                AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
222                                ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
223                                ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
224                                WarningLevel="3"
225                                SuppressStartupBanner="true"
226                                Detect64BitPortabilityProblems="true"
227                                DebugInformationFormat="3"
228                                CompileAs="0"
229                        />
230                        <Tool
231                                Name="VCManagedResourceCompilerTool"
232                        />
233                        <Tool
234                                Name="VCResourceCompilerTool"
235                                PreprocessorDefinitions="_DEBUG"
236                                Culture="1033"
237                        />
238                        <Tool
239                                Name="VCPreLinkEventTool"
240                        />
241                        <Tool
242                                Name="VCLibrarianTool"
243                                AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
244                                OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
245                                SuppressStartupBanner="true"
246                        />
247                        <Tool
248                                Name="VCALinkTool"
249                        />
250                        <Tool
251                                Name="VCXDCMakeTool"
252                        />
253                        <Tool
254                                Name="VCBscMakeTool"
255                        />
256                        <Tool
257                                Name="VCFxCopTool"
258                        />
259                        <Tool
260                                Name="VCPostBuildEventTool"
261                        />
262                </Configuration>
263                <Configuration
264                        Name="Debug|x64"
265                        OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
266                        IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
267                        ConfigurationType="4"
268                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
269                        UseOfMFC="0"
270                        ATLMinimizesCRunTimeLibraryUsage="false"
271                        CharacterSet="2"
272                        >
273                        <Tool
274                                Name="VCPreBuildEventTool"
275                                CommandLine=""
276                        />
277                        <Tool
278                                Name="VCCustomBuildTool"
279                        />
280                        <Tool
281                                Name="VCXMLDataGeneratorTool"
282                        />
283                        <Tool
284                                Name="VCWebServiceProxyGeneratorTool"
285                        />
286                        <Tool
287                                Name="VCMIDLTool"
288                                TargetEnvironment="3"
289                        />
290                        <Tool
291                                Name="VCCLCompilerTool"
292                                AdditionalOptions="/MP"
293                                Optimization="0"
294                                AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
295                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
296                                BasicRuntimeChecks="3"
297                                RuntimeLibrary="1"
298                                FloatingPointModel="2"
299                                RuntimeTypeInfo="true"
300                                UsePrecompiledHeader="0"
301                                PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch"
302                                AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
303                                ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
304                                ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
305                                WarningLevel="3"
306                                SuppressStartupBanner="true"
307                                Detect64BitPortabilityProblems="true"
308                                DebugInformationFormat="3"
309                                CompileAs="0"
310                        />
311                        <Tool
312                                Name="VCManagedResourceCompilerTool"
313                        />
314                        <Tool
315                                Name="VCResourceCompilerTool"
316                                PreprocessorDefinitions="_DEBUG"
317                                Culture="1033"
318                        />
319                        <Tool
320                                Name="VCPreLinkEventTool"
321                        />
322                        <Tool
323                                Name="VCLibrarianTool"
324                                AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
325                                OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
326                                SuppressStartupBanner="true"
327                        />
328                        <Tool
329                                Name="VCALinkTool"
330                        />
331                        <Tool
332                                Name="VCXDCMakeTool"
333                        />
334                        <Tool
335                                Name="VCBscMakeTool"
336                        />
337                        <Tool
338                                Name="VCFxCopTool"
339                        />
340                        <Tool
341                                Name="VCPostBuildEventTool"
342                        />
343                </Configuration>
344        </Configurations>
345        <References>
346        </References>
347        <Files>
348                <Filter
349                        Name="Database"
350                        >
351                        <File
352                                RelativePath="..\..\src\shared\Database\Database.cpp"
353                                >
354                        </File>
355                        <File
356                                RelativePath="..\..\src\shared\Database\Database.h"
357                                >
358                        </File>
359                        <File
360                                RelativePath="..\..\src\shared\Database\DatabaseEnv.h"
361                                >
362                        </File>
363                        <File
364                                RelativePath="..\..\src\shared\Database\DatabaseImpl.h"
365                                >
366                        </File>
367                        <File
368                                RelativePath="..\..\src\shared\Database\DatabaseMysql.cpp"
369                                >
370                        </File>
371                        <File
372                                RelativePath="..\..\src\shared\Database\DatabaseMysql.h"
373                                >
374                        </File>
375                        <File
376                                RelativePath="..\..\src\shared\Database\DatabaseSqlite.cpp"
377                                >
378                        </File>
379                        <File
380                                RelativePath="..\..\src\shared\Database\DatabaseSqlite.h"
381                                >
382                        </File>
383                        <File
384                                RelativePath="..\..\src\shared\Database\Field.cpp"
385                                >
386                        </File>
387                        <File
388                                RelativePath="..\..\src\shared\Database\Field.h"
389                                >
390                        </File>
391                        <File
392                                RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
393                                >
394                        </File>
395                        <File
396                                RelativePath="..\..\src\shared\Database\QueryResult.h"
397                                >
398                        </File>
399                        <File
400                                RelativePath="..\..\src\shared\Database\QueryResultMysql.cpp"
401                                >
402                        </File>
403                        <File
404                                RelativePath="..\..\src\shared\Database\QueryResultMysql.h"
405                                >
406                        </File>
407                        <File
408                                RelativePath="..\..\src\shared\Database\QueryResultSqlite.cpp"
409                                >
410                        </File>
411                        <File
412                                RelativePath="..\..\src\shared\Database\QueryResultSqlite.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath="..\..\src\shared\Database\SqlDelayThread.cpp"
417                                >
418                        </File>
419                        <File
420                                RelativePath="..\..\src\shared\Database\SqlDelayThread.h"
421                                >
422                        </File>
423                        <File
424                                RelativePath="..\..\src\shared\Database\SqlOperations.cpp"
425                                >
426                        </File>
427                        <File
428                                RelativePath="..\..\src\shared\Database\SqlOperations.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath="..\..\src\shared\Database\SQLStorage.cpp"
433                                >
434                        </File>
435                        <File
436                                RelativePath="..\..\src\shared\Database\SQLStorage.h"
437                                >
438                        </File>
439                        <Filter
440                                Name="DataStores"
441                                >
442                                <File
443                                        RelativePath="..\..\src\shared\Database\dbcfile.cpp"
444                                        >
445                                </File>
446                                <File
447                                        RelativePath="..\..\src\shared\Database\dbcfile.h"
448                                        >
449                                </File>
450                                <File
451                                        RelativePath="..\..\src\shared\Database\DBCfmt.cpp"
452                                        >
453                                        <FileConfiguration
454                                                Name="Release|Win32"
455                                                >
456                                                <Tool
457                                                        Name="VCCLCompilerTool"
458                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"
459                                                />
460                                        </FileConfiguration>
461                                        <FileConfiguration
462                                                Name="Release|x64"
463                                                >
464                                                <Tool
465                                                        Name="VCCLCompilerTool"
466                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"
467                                                />
468                                        </FileConfiguration>
469                                        <FileConfiguration
470                                                Name="Debug|Win32"
471                                                >
472                                                <Tool
473                                                        Name="VCCLCompilerTool"
474                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"
475                                                />
476                                        </FileConfiguration>
477                                        <FileConfiguration
478                                                Name="Debug|x64"
479                                                >
480                                                <Tool
481                                                        Name="VCCLCompilerTool"
482                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"
483                                                />
484                                        </FileConfiguration>
485                                </File>
486                                <File
487                                        RelativePath="..\..\src\shared\Database\DBCStores.cpp"
488                                        >
489                                </File>
490                                <File
491                                        RelativePath="..\..\src\shared\Database\DBCStores.h"
492                                        >
493                                </File>
494                                <File
495                                        RelativePath="..\..\src\shared\Database\DBCStructure.h"
496                                        >
497                                </File>
498                        </Filter>
499                </Filter>
500                <Filter
501                        Name="Log"
502                        >
503                        <File
504                                RelativePath="..\..\src\shared\Log.cpp"
505                                >
506                        </File>
507                        <File
508                                RelativePath="..\..\src\shared\Log.h"
509                                >
510                        </File>
511                </Filter>
512                <Filter
513                        Name="Util"
514                        >
515                        <File
516                                RelativePath="..\..\src\shared\Base.cpp"
517                                >
518                        </File>
519                        <File
520                                RelativePath="..\..\src\shared\Base.h"
521                                >
522                        </File>
523                        <File
524                                RelativePath="..\..\src\shared\ByteBuffer.h"
525                                >
526                        </File>
527                        <File
528                                RelativePath="..\..\src\shared\Errors.h"
529                                >
530                        </File>
531                        <File
532                                RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h"
533                                >
534                        </File>
535                        <File
536                                RelativePath="..\..\src\shared\Mthread.cpp"
537                                >
538                        </File>
539                        <File
540                                RelativePath="..\..\src\shared\Mthread.h"
541                                >
542                        </File>
543                        <File
544                                RelativePath="..\..\src\shared\ProgressBar.cpp"
545                                >
546                        </File>
547                        <File
548                                RelativePath="..\..\src\shared\ProgressBar.h"
549                                >
550                        </File>
551                        <File
552                                RelativePath="..\..\src\shared\Timer.h"
553                                >
554                        </File>
555                        <File
556                                RelativePath="..\..\src\shared\Util.cpp"
557                                >
558                        </File>
559                        <File
560                                RelativePath="..\..\src\shared\Util.h"
561                                >
562                        </File>
563                </Filter>
564                <Filter
565                        Name="Config"
566                        >
567                        <File
568                                RelativePath="..\..\src\shared\Config\Config.cpp"
569                                >
570                        </File>
571                        <File
572                                RelativePath="..\..\src\shared\Config\Config.h"
573                                >
574                        </File>
575                        <File
576                                RelativePath="..\..\src\shared\Config\ConfigEnv.h"
577                                >
578                        </File>
579                        <Filter
580                                Name="dotconfpp"
581                                >
582                                <File
583                                        RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.cpp"
584                                        >
585                                </File>
586                                <File
587                                        RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.h"
588                                        >
589                                </File>
590                                <File
591                                        RelativePath="..\..\src\shared\Config\dotconfpp\mempool.cpp"
592                                        >
593                                </File>
594                                <File
595                                        RelativePath="..\..\src\shared\Config\dotconfpp\mempool.h"
596                                        >
597                                </File>
598                        </Filter>
599                </Filter>
600                <Filter
601                        Name="Auth"
602                        >
603                        <File
604                                RelativePath="..\..\src\shared\Auth\AuthCrypt.cpp"
605                                >
606                        </File>
607                        <File
608                                RelativePath="..\..\src\shared\Auth\AuthCrypt.h"
609                                >
610                        </File>
611                        <File
612                                RelativePath="..\..\src\shared\Auth\BigNumber.cpp"
613                                >
614                        </File>
615                        <File
616                                RelativePath="..\..\src\shared\Auth\BigNumber.h"
617                                >
618                        </File>
619                        <File
620                                RelativePath="..\..\src\shared\Auth\Hmac.cpp"
621                                >
622                        </File>
623                        <File
624                                RelativePath="..\..\src\shared\Auth\Hmac.h"
625                                >
626                        </File>
627                        <File
628                                RelativePath="..\..\src\shared\Auth\Sha1.cpp"
629                                >
630                        </File>
631                        <File
632                                RelativePath="..\..\src\shared\Auth\Sha1.h"
633                                >
634                        </File>
635                </Filter>
636                <Filter
637                        Name="vmaps"
638                        >
639                        <File
640                                RelativePath="..\..\src\shared\vmap\AABSPTree.h"
641                                >
642                        </File>
643                        <File
644                                RelativePath="..\..\src\shared\vmap\BaseModel.cpp"
645                                >
646                        </File>
647                        <File
648                                RelativePath="..\..\src\shared\vmap\BaseModel.h"
649                                >
650                        </File>
651                        <File
652                                RelativePath="..\..\src\shared\vmap\CoordModelMapping.cpp"
653                                >
654                        </File>
655                        <File
656                                RelativePath="..\..\src\shared\vmap\CoordModelMapping.h"
657                                >
658                        </File>
659                        <File
660                                RelativePath="..\..\src\shared\vmap\DebugCmdLogger.cpp"
661                                >
662                        </File>
663                        <File
664                                RelativePath="..\..\src\shared\vmap\DebugCmdLogger.h"
665                                >
666                        </File>
667                        <File
668                                RelativePath="..\..\src\shared\vmap\IVMapManager.h"
669                                >
670                        </File>
671                        <File
672                                RelativePath="..\..\src\shared\vmap\ManagedModelContainer.cpp"
673                                >
674                        </File>
675                        <File
676                                RelativePath="..\..\src\shared\vmap\ManagedModelContainer.h"
677                                >
678                        </File>
679                        <File
680                                RelativePath="..\..\src\shared\vmap\ModelContainer.cpp"
681                                >
682                        </File>
683                        <File
684                                RelativePath="..\..\src\shared\vmap\ModelContainer.h"
685                                >
686                        </File>
687                        <File
688                                RelativePath="..\..\src\shared\vmap\NodeValueAccess.h"
689                                >
690                        </File>
691                        <File
692                                RelativePath="..\..\src\shared\vmap\ShortBox.h"
693                                >
694                        </File>
695                        <File
696                                RelativePath="..\..\src\shared\vmap\ShortVector.h"
697                                >
698                        </File>
699                        <File
700                                RelativePath="..\..\src\shared\vmap\SubModel.cpp"
701                                >
702                        </File>
703                        <File
704                                RelativePath="..\..\src\shared\vmap\SubModel.h"
705                                >
706                        </File>
707                        <File
708                                RelativePath="..\..\src\shared\vmap\TileAssembler.cpp"
709                                >
710                        </File>
711                        <File
712                                RelativePath="..\..\src\shared\vmap\TileAssembler.h"
713                                >
714                        </File>
715                        <File
716                                RelativePath="..\..\src\shared\vmap\TreeNode.cpp"
717                                >
718                        </File>
719                        <File
720                                RelativePath="..\..\src\shared\vmap\TreeNode.h"
721                                >
722                        </File>
723                        <File
724                                RelativePath="..\..\src\shared\vmap\VMapDefinitions.h"
725                                >
726                        </File>
727                        <File
728                                RelativePath="..\..\src\shared\vmap\VMapFactory.cpp"
729                                >
730                        </File>
731                        <File
732                                RelativePath="..\..\src\shared\vmap\VMapFactory.h"
733                                >
734                        </File>
735                        <File
736                                RelativePath="..\..\src\shared\vmap\VMapManager.cpp"
737                                >
738                        </File>
739                        <File
740                                RelativePath="..\..\src\shared\vmap\VMapManager.h"
741                                >
742                        </File>
743                        <File
744                                RelativePath="..\..\src\shared\vmap\VMapTools.h"
745                                >
746                        </File>
747                </Filter>
748                <File
749                        RelativePath="..\..\src\shared\Common.cpp"
750                        >
751                </File>
752                <File
753                        RelativePath="..\..\src\shared\Common.h"
754                        >
755                </File>
756                <File
757                        RelativePath="..\..\src\shared\ServiceWin32.cpp"
758                        >
759                </File>
760                <File
761                        RelativePath="..\..\src\shared\ServiceWin32.h"
762                        >
763                </File>
764                <File
765                        RelativePath="..\..\src\shared\SystemConfig.h"
766                        >
767                </File>
768        </Files>
769        <Globals>
770        </Globals>
771</VisualStudioProject>
Note: See TracBrowser for help on using the browser.