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

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