Rename gensvnrevision and related files and references to genrevision/etc.
[getmangos.git] / win / VC90 / shared.vcproj
blobf683b69c0a5732a678eeaef92cbabc5fd2ad00d8
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 Keyword="Win32Proj"
9 TargetFrameworkVersion="0"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Release|Win32"
24 OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
25 IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
26 ConfigurationType="4"
27 UseOfMFC="0"
28 ATLMinimizesCRunTimeLibraryUsage="false"
29 CharacterSet="2"
31 <Tool
32 Name="VCPreBuildEventTool"
33 CommandLine=""
35 <Tool
36 Name="VCCustomBuildTool"
38 <Tool
39 Name="VCXMLDataGeneratorTool"
41 <Tool
42 Name="VCWebServiceProxyGeneratorTool"
44 <Tool
45 Name="VCMIDLTool"
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="2"
55 EnableFunctionLevelLinking="true"
56 EnableEnhancedInstructionSet="1"
57 RuntimeTypeInfo="true"
58 UsePrecompiledHeader="0"
59 PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)/shared.pch"
60 AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
61 ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
62 ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
63 WarningLevel="3"
64 SuppressStartupBanner="true"
65 Detect64BitPortabilityProblems="false"
66 DebugInformationFormat="3"
67 CallingConvention="0"
68 CompileAs="0"
70 <Tool
71 Name="VCManagedResourceCompilerTool"
73 <Tool
74 Name="VCResourceCompilerTool"
75 PreprocessorDefinitions="NDEBUG"
76 Culture="1033"
78 <Tool
79 Name="VCPreLinkEventTool"
81 <Tool
82 Name="VCLibrarianTool"
83 OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
84 SuppressStartupBanner="true"
86 <Tool
87 Name="VCALinkTool"
89 <Tool
90 Name="VCXDCMakeTool"
92 <Tool
93 Name="VCBscMakeTool"
95 <Tool
96 Name="VCFxCopTool"
98 <Tool
99 Name="VCPostBuildEventTool"
101 </Configuration>
102 <Configuration
103 Name="Release|x64"
104 OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
105 IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
106 ConfigurationType="4"
107 UseOfMFC="0"
108 ATLMinimizesCRunTimeLibraryUsage="false"
109 CharacterSet="2"
111 <Tool
112 Name="VCPreBuildEventTool"
113 CommandLine=""
115 <Tool
116 Name="VCCustomBuildTool"
118 <Tool
119 Name="VCXMLDataGeneratorTool"
121 <Tool
122 Name="VCWebServiceProxyGeneratorTool"
124 <Tool
125 Name="VCMIDLTool"
126 TargetEnvironment="3"
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 RuntimeTypeInfo="true"
139 UsePrecompiledHeader="0"
140 PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)/shared.pch"
141 AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
142 ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
143 ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
144 WarningLevel="3"
145 SuppressStartupBanner="true"
146 Detect64BitPortabilityProblems="false"
147 DebugInformationFormat="3"
148 CallingConvention="0"
149 CompileAs="0"
151 <Tool
152 Name="VCManagedResourceCompilerTool"
154 <Tool
155 Name="VCResourceCompilerTool"
156 PreprocessorDefinitions="NDEBUG"
157 Culture="1033"
159 <Tool
160 Name="VCPreLinkEventTool"
162 <Tool
163 Name="VCLibrarianTool"
164 AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
165 OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
166 SuppressStartupBanner="true"
168 <Tool
169 Name="VCALinkTool"
171 <Tool
172 Name="VCXDCMakeTool"
174 <Tool
175 Name="VCBscMakeTool"
177 <Tool
178 Name="VCFxCopTool"
180 <Tool
181 Name="VCPostBuildEventTool"
183 </Configuration>
184 <Configuration
185 Name="Debug|Win32"
186 OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
187 IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
188 ConfigurationType="4"
189 UseOfMFC="0"
190 ATLMinimizesCRunTimeLibraryUsage="false"
191 CharacterSet="2"
193 <Tool
194 Name="VCPreBuildEventTool"
195 CommandLine=""
197 <Tool
198 Name="VCCustomBuildTool"
200 <Tool
201 Name="VCXMLDataGeneratorTool"
203 <Tool
204 Name="VCWebServiceProxyGeneratorTool"
206 <Tool
207 Name="VCMIDLTool"
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="3"
217 EnableFunctionLevelLinking="true"
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="false"
227 DebugInformationFormat="3"
228 CallingConvention="0"
229 CompileAs="0"
231 <Tool
232 Name="VCManagedResourceCompilerTool"
234 <Tool
235 Name="VCResourceCompilerTool"
236 PreprocessorDefinitions="_DEBUG"
237 Culture="1033"
239 <Tool
240 Name="VCPreLinkEventTool"
242 <Tool
243 Name="VCLibrarianTool"
244 OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
245 SuppressStartupBanner="true"
247 <Tool
248 Name="VCALinkTool"
250 <Tool
251 Name="VCXDCMakeTool"
253 <Tool
254 Name="VCBscMakeTool"
256 <Tool
257 Name="VCFxCopTool"
259 <Tool
260 Name="VCPostBuildEventTool"
262 </Configuration>
263 <Configuration
264 Name="Debug|x64"
265 OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
266 IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
267 ConfigurationType="4"
268 UseOfMFC="0"
269 ATLMinimizesCRunTimeLibraryUsage="false"
270 CharacterSet="2"
272 <Tool
273 Name="VCPreBuildEventTool"
274 CommandLine=""
276 <Tool
277 Name="VCCustomBuildTool"
279 <Tool
280 Name="VCXMLDataGeneratorTool"
282 <Tool
283 Name="VCWebServiceProxyGeneratorTool"
285 <Tool
286 Name="VCMIDLTool"
287 TargetEnvironment="3"
289 <Tool
290 Name="VCCLCompilerTool"
291 AdditionalOptions="/MP"
292 Optimization="0"
293 AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
294 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
295 BasicRuntimeChecks="3"
296 RuntimeLibrary="1"
297 EnableFunctionLevelLinking="true"
298 RuntimeTypeInfo="true"
299 UsePrecompiledHeader="0"
300 PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch"
301 AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
302 ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
303 ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
304 WarningLevel="3"
305 SuppressStartupBanner="true"
306 Detect64BitPortabilityProblems="false"
307 DebugInformationFormat="3"
308 CallingConvention="0"
309 CompileAs="0"
311 <Tool
312 Name="VCManagedResourceCompilerTool"
314 <Tool
315 Name="VCResourceCompilerTool"
316 PreprocessorDefinitions="_DEBUG"
317 Culture="1033"
319 <Tool
320 Name="VCPreLinkEventTool"
322 <Tool
323 Name="VCLibrarianTool"
324 AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
325 OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
326 SuppressStartupBanner="true"
328 <Tool
329 Name="VCALinkTool"
331 <Tool
332 Name="VCXDCMakeTool"
334 <Tool
335 Name="VCBscMakeTool"
337 <Tool
338 Name="VCFxCopTool"
340 <Tool
341 Name="VCPostBuildEventTool"
343 </Configuration>
344 </Configurations>
345 <References>
346 </References>
347 <Files>
348 <Filter
349 Name="Database"
351 <File
352 RelativePath="..\..\src\shared\Database\Database.cpp"
354 </File>
355 <File
356 RelativePath="..\..\src\shared\Database\Database.h"
358 </File>
359 <File
360 RelativePath="..\..\src\shared\Database\DatabaseEnv.h"
362 </File>
363 <File
364 RelativePath="..\..\src\shared\Database\DatabaseImpl.h"
366 </File>
367 <File
368 RelativePath="..\..\src\shared\Database\DatabaseMysql.cpp"
370 </File>
371 <File
372 RelativePath="..\..\src\shared\Database\DatabaseMysql.h"
374 </File>
375 <File
376 RelativePath="..\..\src\shared\Database\DatabaseSqlite.cpp"
378 </File>
379 <File
380 RelativePath="..\..\src\shared\Database\DatabaseSqlite.h"
382 </File>
383 <File
384 RelativePath="..\..\src\shared\Database\Field.cpp"
386 </File>
387 <File
388 RelativePath="..\..\src\shared\Database\Field.h"
390 </File>
391 <File
392 RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
394 </File>
395 <File
396 RelativePath="..\..\src\shared\Database\QueryResult.h"
398 </File>
399 <File
400 RelativePath="..\..\src\shared\Database\QueryResultMysql.cpp"
402 </File>
403 <File
404 RelativePath="..\..\src\shared\Database\QueryResultMysql.h"
406 </File>
407 <File
408 RelativePath="..\..\src\shared\Database\QueryResultSqlite.cpp"
410 </File>
411 <File
412 RelativePath="..\..\src\shared\Database\QueryResultSqlite.h"
414 </File>
415 <File
416 RelativePath="..\..\src\shared\Database\SqlDelayThread.cpp"
418 </File>
419 <File
420 RelativePath="..\..\src\shared\Database\SqlDelayThread.h"
422 </File>
423 <File
424 RelativePath="..\..\src\shared\Database\SqlOperations.cpp"
426 </File>
427 <File
428 RelativePath="..\..\src\shared\Database\SqlOperations.h"
430 </File>
431 <File
432 RelativePath="..\..\src\shared\Database\SQLStorage.cpp"
434 </File>
435 <File
436 RelativePath="..\..\src\shared\Database\SQLStorage.h"
438 </File>
439 <Filter
440 Name="DataStores"
442 <File
443 RelativePath="..\..\src\shared\Database\DBCEnums.h"
445 </File>
446 <File
447 RelativePath="..\..\src\shared\Database\dbcfile.cpp"
449 </File>
450 <File
451 RelativePath="..\..\src\shared\Database\dbcfile.h"
453 </File>
454 <File
455 RelativePath="..\..\src\shared\Database\DBCfmt.cpp"
457 <FileConfiguration
458 Name="Release|Win32"
460 <Tool
461 Name="VCCLCompilerTool"
462 ObjectFile="$(IntDir)/$(InputName)1.obj"
464 </FileConfiguration>
465 <FileConfiguration
466 Name="Release|x64"
468 <Tool
469 Name="VCCLCompilerTool"
470 ObjectFile="$(IntDir)/$(InputName)1.obj"
472 </FileConfiguration>
473 <FileConfiguration
474 Name="Debug|Win32"
476 <Tool
477 Name="VCCLCompilerTool"
478 ObjectFile="$(IntDir)/$(InputName)1.obj"
480 </FileConfiguration>
481 <FileConfiguration
482 Name="Debug|x64"
484 <Tool
485 Name="VCCLCompilerTool"
486 ObjectFile="$(IntDir)/$(InputName)1.obj"
488 </FileConfiguration>
489 </File>
490 <File
491 RelativePath="..\..\src\shared\Database\DBCStores.cpp"
493 </File>
494 <File
495 RelativePath="..\..\src\shared\Database\DBCStores.h"
497 </File>
498 <File
499 RelativePath="..\..\src\shared\Database\DBCStructure.h"
501 </File>
502 </Filter>
503 </Filter>
504 <Filter
505 Name="Log"
507 <File
508 RelativePath="..\..\src\shared\Log.cpp"
510 </File>
511 <File
512 RelativePath="..\..\src\shared\Log.h"
514 </File>
515 </Filter>
516 <Filter
517 Name="Util"
519 <File
520 RelativePath="..\..\src\shared\Base.cpp"
522 </File>
523 <File
524 RelativePath="..\..\src\shared\Base.h"
526 </File>
527 <File
528 RelativePath="..\..\src\shared\ByteBuffer.h"
530 </File>
531 <File
532 RelativePath="..\..\src\shared\Errors.h"
534 </File>
535 <File
536 RelativePath="..\..\src\shared\MemoryLeaks.cpp"
538 </File>
539 <File
540 RelativePath="..\..\src\shared\MemoryLeaks.h"
542 </File>
543 <File
544 RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h"
546 </File>
547 <File
548 RelativePath="..\..\src\shared\ProgressBar.cpp"
550 </File>
551 <File
552 RelativePath="..\..\src\shared\ProgressBar.h"
554 </File>
555 <File
556 RelativePath="..\..\src\shared\Timer.h"
558 </File>
559 <File
560 RelativePath="..\..\src\shared\Util.cpp"
562 </File>
563 <File
564 RelativePath="..\..\src\shared\Util.h"
566 </File>
567 </Filter>
568 <Filter
569 Name="Config"
571 <File
572 RelativePath="..\..\src\shared\Config\Config.cpp"
574 </File>
575 <File
576 RelativePath="..\..\src\shared\Config\Config.h"
578 </File>
579 <File
580 RelativePath="..\..\src\shared\Config\ConfigEnv.h"
582 </File>
583 <Filter
584 Name="dotconfpp"
586 <File
587 RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.cpp"
589 </File>
590 <File
591 RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.h"
593 </File>
594 <File
595 RelativePath="..\..\src\shared\Config\dotconfpp\mempool.cpp"
597 </File>
598 <File
599 RelativePath="..\..\src\shared\Config\dotconfpp\mempool.h"
601 </File>
602 </Filter>
603 </Filter>
604 <Filter
605 Name="Auth"
607 <File
608 RelativePath="..\..\src\shared\Auth\AuthCrypt.cpp"
610 </File>
611 <File
612 RelativePath="..\..\src\shared\Auth\AuthCrypt.h"
614 </File>
615 <File
616 RelativePath="..\..\src\shared\Auth\BigNumber.cpp"
618 </File>
619 <File
620 RelativePath="..\..\src\shared\Auth\BigNumber.h"
622 </File>
623 <File
624 RelativePath="..\..\src\shared\Auth\Hmac.cpp"
626 </File>
627 <File
628 RelativePath="..\..\src\shared\Auth\Hmac.h"
630 </File>
631 <File
632 RelativePath="..\..\src\shared\Auth\Sha1.cpp"
634 </File>
635 <File
636 RelativePath="..\..\src\shared\Auth\Sha1.h"
638 </File>
639 </Filter>
640 <Filter
641 Name="vmaps"
643 <File
644 RelativePath="..\..\src\shared\vmap\AABSPTree.h"
646 </File>
647 <File
648 RelativePath="..\..\src\shared\vmap\BaseModel.cpp"
650 </File>
651 <File
652 RelativePath="..\..\src\shared\vmap\BaseModel.h"
654 </File>
655 <File
656 RelativePath="..\..\src\shared\vmap\CoordModelMapping.cpp"
658 </File>
659 <File
660 RelativePath="..\..\src\shared\vmap\CoordModelMapping.h"
662 </File>
663 <File
664 RelativePath="..\..\src\shared\vmap\DebugCmdLogger.cpp"
666 </File>
667 <File
668 RelativePath="..\..\src\shared\vmap\DebugCmdLogger.h"
670 </File>
671 <File
672 RelativePath="..\..\src\shared\vmap\IVMapManager.h"
674 </File>
675 <File
676 RelativePath="..\..\src\shared\vmap\ManagedModelContainer.cpp"
678 </File>
679 <File
680 RelativePath="..\..\src\shared\vmap\ManagedModelContainer.h"
682 </File>
683 <File
684 RelativePath="..\..\src\shared\vmap\ModelContainer.cpp"
686 </File>
687 <File
688 RelativePath="..\..\src\shared\vmap\ModelContainer.h"
690 </File>
691 <File
692 RelativePath="..\..\src\shared\vmap\NodeValueAccess.h"
694 </File>
695 <File
696 RelativePath="..\..\src\shared\vmap\ShortBox.h"
698 </File>
699 <File
700 RelativePath="..\..\src\shared\vmap\ShortVector.h"
702 </File>
703 <File
704 RelativePath="..\..\src\shared\vmap\SubModel.cpp"
706 </File>
707 <File
708 RelativePath="..\..\src\shared\vmap\SubModel.h"
710 </File>
711 <File
712 RelativePath="..\..\src\shared\vmap\TileAssembler.cpp"
714 </File>
715 <File
716 RelativePath="..\..\src\shared\vmap\TileAssembler.h"
718 </File>
719 <File
720 RelativePath="..\..\src\shared\vmap\TreeNode.cpp"
722 </File>
723 <File
724 RelativePath="..\..\src\shared\vmap\TreeNode.h"
726 </File>
727 <File
728 RelativePath="..\..\src\shared\vmap\VMapDefinitions.h"
730 </File>
731 <File
732 RelativePath="..\..\src\shared\vmap\VMapFactory.cpp"
734 </File>
735 <File
736 RelativePath="..\..\src\shared\vmap\VMapFactory.h"
738 </File>
739 <File
740 RelativePath="..\..\src\shared\vmap\VMapManager.cpp"
742 </File>
743 <File
744 RelativePath="..\..\src\shared\vmap\VMapManager.h"
746 </File>
747 <File
748 RelativePath="..\..\src\shared\vmap\VMapTools.h"
750 </File>
751 </Filter>
752 <File
753 RelativePath="..\..\src\shared\Common.cpp"
755 </File>
756 <File
757 RelativePath="..\..\src\shared\Common.h"
759 </File>
760 <File
761 RelativePath="..\..\src\shared\revision.h"
763 <FileConfiguration
764 Name="Release|Win32"
766 <Tool
767 Name="VCCustomBuildTool"
768 Description="Extract revision"
769 CommandLine="cd &quot;$(SolutionDir)..\src\shared&quot;&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
770 AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../.git/FETCH_HEAD"
771 Outputs="revision.h"
773 </FileConfiguration>
774 <FileConfiguration
775 Name="Release|x64"
777 <Tool
778 Name="VCCustomBuildTool"
779 Description="Extract revision"
780 CommandLine="cd &quot;$(SolutionDir)..\src\shared&quot;&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
781 AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../.git/FETCH_HEAD"
782 Outputs="revision.h"
784 </FileConfiguration>
785 <FileConfiguration
786 Name="Debug|Win32"
788 <Tool
789 Name="VCCustomBuildTool"
790 Description="Extract revision"
791 CommandLine="cd &quot;$(SolutionDir)..\src\shared&quot;&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
792 AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../.git/FETCH_HEAD"
793 Outputs="revision.h"
795 </FileConfiguration>
796 <FileConfiguration
797 Name="Debug|x64"
799 <Tool
800 Name="VCCustomBuildTool"
801 Description="Extract revision"
802 CommandLine="cd &quot;$(SolutionDir)..\src\shared&quot;&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
803 AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../.git/FETCH_HEAD"
804 Outputs="revision.h"
806 </FileConfiguration>
807 </File>
808 <File
809 RelativePath="..\..\src\shared\ServiceWin32.cpp"
811 </File>
812 <File
813 RelativePath="..\..\src\shared\ServiceWin32.h"
815 </File>
816 <File
817 RelativePath="..\..\src\shared\SystemConfig.h.in"
819 <FileConfiguration
820 Name="Release|Win32"
822 <Tool
823 Name="VCCustomBuildTool"
824 Description="Performing Build SystemConfig.h"
825 CommandLine="copy ..\..\src\shared\SystemConfig.h.in ..\..\src\shared\SystemConfig.h&#x0D;&#x0A;"
826 Outputs="..\..\src\shared\SystemConfig.h"
828 </FileConfiguration>
829 <FileConfiguration
830 Name="Release|x64"
832 <Tool
833 Name="VCCustomBuildTool"
834 Description="Performing Build SystemConfig.h"
835 CommandLine="copy ..\..\src\shared\SystemConfig.h.in ..\..\src\shared\SystemConfig.h&#x0D;&#x0A;"
836 Outputs="..\..\src\shared\SystemConfig.h"
838 </FileConfiguration>
839 <FileConfiguration
840 Name="Debug|Win32"
842 <Tool
843 Name="VCCustomBuildTool"
844 Description="Performing Build SystemConfig.h"
845 CommandLine="copy ..\..\src\shared\SystemConfig.h.in ..\..\src\shared\SystemConfig.h&#x0D;&#x0A;"
846 Outputs="..\..\src\shared\SystemConfig.h"
848 </FileConfiguration>
849 <FileConfiguration
850 Name="Debug|x64"
852 <Tool
853 Name="VCCustomBuildTool"
854 Description="Performing Build SystemConfig.h"
855 CommandLine="copy ..\..\src\shared\SystemConfig.h.in ..\..\src\shared\SystemConfig.h&#x0D;&#x0A;"
856 Outputs="..\..\src\shared\SystemConfig.h"
858 </FileConfiguration>
859 </File>
860 </Files>
861 <Globals>
862 </Globals>
863 </VisualStudioProject>