source: nscp/modules/FileLogger/FileLogger-2005.vcproj @ f3da50a

stable
Last change on this file since f3da50a was f3da50a, checked in by Michael Medin <michael@…>, 2 years ago
  • Fixed (finally!!) the NSCA issue with multiple commands and missing "data"
  • Property mode set to 100644
File size: 40.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="FileLogger"
6        ProjectGUID="{62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}"
7        RootNamespace="FileLogger"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14                <Platform
15                        Name="x64"
16                />
17                <Platform
18                        Name="Itanium"
19                />
20        </Platforms>
21        <ToolFiles>
22        </ToolFiles>
23        <Configurations>
24                <Configuration
25                        Name="Release|Win32"
26                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
27                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
28                        ConfigurationType="2"
29                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
30                        CharacterSet="1"
31                        >
32                        <Tool
33                                Name="VCPreBuildEventTool"
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                                AdditionalIncludeDirectories="../include;../../include"
50                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
51                                RuntimeLibrary="0"
52                                UsePrecompiledHeader="2"
53                                WarningLevel="3"
54                                Detect64BitPortabilityProblems="false"
55                                DebugInformationFormat="3"
56                        />
57                        <Tool
58                                Name="VCManagedResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCPreLinkEventTool"
65                        />
66                        <Tool
67                                Name="VCLinkerTool"
68                                OutputFile="$(OutDir)\$(ProjectName).dll"
69                                LinkIncremental="1"
70                                ModuleDefinitionFile="FileLogger.def"
71                                GenerateDebugInformation="false"
72                                SubSystem="2"
73                                OptimizeReferences="2"
74                                EnableCOMDATFolding="2"
75                                ImportLibrary="$(OutDir)/FileLogger.lib"
76                                TargetMachine="1"
77                        />
78                        <Tool
79                                Name="VCALinkTool"
80                        />
81                        <Tool
82                                Name="VCManifestTool"
83                        />
84                        <Tool
85                                Name="VCXDCMakeTool"
86                        />
87                        <Tool
88                                Name="VCBscMakeTool"
89                        />
90                        <Tool
91                                Name="VCFxCopTool"
92                        />
93                        <Tool
94                                Name="VCAppVerifierTool"
95                        />
96                        <Tool
97                                Name="VCWebDeploymentTool"
98                        />
99                        <Tool
100                                Name="VCPostBuildEventTool"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Release|x64"
105                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
106                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
107                        ConfigurationType="2"
108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
109                        CharacterSet="1"
110                        >
111                        <Tool
112                                Name="VCPreBuildEventTool"
113                        />
114                        <Tool
115                                Name="VCCustomBuildTool"
116                        />
117                        <Tool
118                                Name="VCXMLDataGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"
122                        />
123                        <Tool
124                                Name="VCMIDLTool"
125                                TargetEnvironment="3"
126                        />
127                        <Tool
128                                Name="VCCLCompilerTool"
129                                AdditionalIncludeDirectories="../include;../../include"
130                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
131                                RuntimeLibrary="0"
132                                UsePrecompiledHeader="2"
133                                WarningLevel="3"
134                                Detect64BitPortabilityProblems="false"
135                                DebugInformationFormat="3"
136                        />
137                        <Tool
138                                Name="VCManagedResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCPreLinkEventTool"
145                        />
146                        <Tool
147                                Name="VCLinkerTool"
148                                OutputFile="$(OutDir)\$(ProjectName).dll"
149                                LinkIncremental="1"
150                                ModuleDefinitionFile="FileLogger.def"
151                                GenerateDebugInformation="false"
152                                SubSystem="2"
153                                OptimizeReferences="2"
154                                EnableCOMDATFolding="2"
155                                ImportLibrary="$(OutDir)/FileLogger.lib"
156                                TargetMachine="17"
157                        />
158                        <Tool
159                                Name="VCALinkTool"
160                        />
161                        <Tool
162                                Name="VCManifestTool"
163                        />
164                        <Tool
165                                Name="VCXDCMakeTool"
166                        />
167                        <Tool
168                                Name="VCBscMakeTool"
169                        />
170                        <Tool
171                                Name="VCFxCopTool"
172                        />
173                        <Tool
174                                Name="VCAppVerifierTool"
175                        />
176                        <Tool
177                                Name="VCWebDeploymentTool"
178                        />
179                        <Tool
180                                Name="VCPostBuildEventTool"
181                        />
182                </Configuration>
183                <Configuration
184                        Name="Debug|Win32"
185                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
186                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
187                        ConfigurationType="2"
188                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
189                        CharacterSet="1"
190                        >
191                        <Tool
192                                Name="VCPreBuildEventTool"
193                        />
194                        <Tool
195                                Name="VCCustomBuildTool"
196                        />
197                        <Tool
198                                Name="VCXMLDataGeneratorTool"
199                        />
200                        <Tool
201                                Name="VCWebServiceProxyGeneratorTool"
202                        />
203                        <Tool
204                                Name="VCMIDLTool"
205                        />
206                        <Tool
207                                Name="VCCLCompilerTool"
208                                Optimization="0"
209                                AdditionalIncludeDirectories="../include;../../include"
210                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
211                                MinimalRebuild="true"
212                                BasicRuntimeChecks="3"
213                                RuntimeLibrary="1"
214                                UsePrecompiledHeader="2"
215                                WarningLevel="3"
216                                Detect64BitPortabilityProblems="false"
217                                DebugInformationFormat="4"
218                        />
219                        <Tool
220                                Name="VCManagedResourceCompilerTool"
221                        />
222                        <Tool
223                                Name="VCResourceCompilerTool"
224                        />
225                        <Tool
226                                Name="VCPreLinkEventTool"
227                        />
228                        <Tool
229                                Name="VCLinkerTool"
230                                OutputFile="$(OutDir)\$(ProjectName).dll"
231                                LinkIncremental="2"
232                                ModuleDefinitionFile="FileLogger.def"
233                                GenerateDebugInformation="true"
234                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
235                                SubSystem="2"
236                                ImportLibrary="$(OutDir)/FileLogger.lib"
237                                TargetMachine="1"
238                        />
239                        <Tool
240                                Name="VCALinkTool"
241                        />
242                        <Tool
243                                Name="VCManifestTool"
244                        />
245                        <Tool
246                                Name="VCXDCMakeTool"
247                        />
248                        <Tool
249                                Name="VCBscMakeTool"
250                        />
251                        <Tool
252                                Name="VCFxCopTool"
253                        />
254                        <Tool
255                                Name="VCAppVerifierTool"
256                        />
257                        <Tool
258                                Name="VCWebDeploymentTool"
259                        />
260                        <Tool
261                                Name="VCPostBuildEventTool"
262                        />
263                </Configuration>
264                <Configuration
265                        Name="Debug|x64"
266                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
267                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
268                        ConfigurationType="2"
269                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
270                        CharacterSet="1"
271                        >
272                        <Tool
273                                Name="VCPreBuildEventTool"
274                        />
275                        <Tool
276                                Name="VCCustomBuildTool"
277                        />
278                        <Tool
279                                Name="VCXMLDataGeneratorTool"
280                        />
281                        <Tool
282                                Name="VCWebServiceProxyGeneratorTool"
283                        />
284                        <Tool
285                                Name="VCMIDLTool"
286                                TargetEnvironment="3"
287                        />
288                        <Tool
289                                Name="VCCLCompilerTool"
290                                Optimization="0"
291                                AdditionalIncludeDirectories="../include;../../include"
292                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
293                                MinimalRebuild="true"
294                                BasicRuntimeChecks="3"
295                                RuntimeLibrary="1"
296                                UsePrecompiledHeader="2"
297                                WarningLevel="3"
298                                Detect64BitPortabilityProblems="false"
299                                DebugInformationFormat="3"
300                        />
301                        <Tool
302                                Name="VCManagedResourceCompilerTool"
303                        />
304                        <Tool
305                                Name="VCResourceCompilerTool"
306                        />
307                        <Tool
308                                Name="VCPreLinkEventTool"
309                        />
310                        <Tool
311                                Name="VCLinkerTool"
312                                OutputFile="$(OutDir)\$(ProjectName).dll"
313                                LinkIncremental="2"
314                                ModuleDefinitionFile="FileLogger.def"
315                                GenerateDebugInformation="true"
316                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
317                                SubSystem="2"
318                                ImportLibrary="$(OutDir)/FileLogger.lib"
319                                TargetMachine="17"
320                        />
321                        <Tool
322                                Name="VCALinkTool"
323                        />
324                        <Tool
325                                Name="VCManifestTool"
326                        />
327                        <Tool
328                                Name="VCXDCMakeTool"
329                        />
330                        <Tool
331                                Name="VCBscMakeTool"
332                        />
333                        <Tool
334                                Name="VCFxCopTool"
335                        />
336                        <Tool
337                                Name="VCAppVerifierTool"
338                        />
339                        <Tool
340                                Name="VCWebDeploymentTool"
341                        />
342                        <Tool
343                                Name="VCPostBuildEventTool"
344                        />
345                </Configuration>
346                <Configuration
347                        Name="Distribution|Win32"
348                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
349                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
350                        ConfigurationType="2"
351                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
352                        CharacterSet="1"
353                        >
354                        <Tool
355                                Name="VCPreBuildEventTool"
356                        />
357                        <Tool
358                                Name="VCCustomBuildTool"
359                        />
360                        <Tool
361                                Name="VCXMLDataGeneratorTool"
362                        />
363                        <Tool
364                                Name="VCWebServiceProxyGeneratorTool"
365                        />
366                        <Tool
367                                Name="VCMIDLTool"
368                        />
369                        <Tool
370                                Name="VCCLCompilerTool"
371                                AdditionalIncludeDirectories="../include;../../include"
372                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
373                                RuntimeLibrary="0"
374                                UsePrecompiledHeader="2"
375                                WarningLevel="3"
376                                Detect64BitPortabilityProblems="false"
377                                DebugInformationFormat="3"
378                        />
379                        <Tool
380                                Name="VCManagedResourceCompilerTool"
381                        />
382                        <Tool
383                                Name="VCResourceCompilerTool"
384                        />
385                        <Tool
386                                Name="VCPreLinkEventTool"
387                        />
388                        <Tool
389                                Name="VCLinkerTool"
390                                OutputFile="$(OutDir)\$(ProjectName).dll"
391                                LinkIncremental="1"
392                                ModuleDefinitionFile="FileLogger.def"
393                                GenerateDebugInformation="false"
394                                SubSystem="2"
395                                OptimizeReferences="2"
396                                EnableCOMDATFolding="2"
397                                ImportLibrary="$(OutDir)/FileLogger.lib"
398                                TargetMachine="1"
399                        />
400                        <Tool
401                                Name="VCALinkTool"
402                        />
403                        <Tool
404                                Name="VCManifestTool"
405                        />
406                        <Tool
407                                Name="VCXDCMakeTool"
408                        />
409                        <Tool
410                                Name="VCBscMakeTool"
411                        />
412                        <Tool
413                                Name="VCFxCopTool"
414                        />
415                        <Tool
416                                Name="VCAppVerifierTool"
417                        />
418                        <Tool
419                                Name="VCWebDeploymentTool"
420                        />
421                        <Tool
422                                Name="VCPostBuildEventTool"
423                        />
424                </Configuration>
425                <Configuration
426                        Name="Distribution|x64"
427                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
428                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
429                        ConfigurationType="2"
430                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
431                        CharacterSet="1"
432                        >
433                        <Tool
434                                Name="VCPreBuildEventTool"
435                        />
436                        <Tool
437                                Name="VCCustomBuildTool"
438                        />
439                        <Tool
440                                Name="VCXMLDataGeneratorTool"
441                        />
442                        <Tool
443                                Name="VCWebServiceProxyGeneratorTool"
444                        />
445                        <Tool
446                                Name="VCMIDLTool"
447                                TargetEnvironment="3"
448                        />
449                        <Tool
450                                Name="VCCLCompilerTool"
451                                AdditionalIncludeDirectories="../include;../../include"
452                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
453                                RuntimeLibrary="0"
454                                UsePrecompiledHeader="2"
455                                WarningLevel="3"
456                                Detect64BitPortabilityProblems="false"
457                                DebugInformationFormat="3"
458                        />
459                        <Tool
460                                Name="VCManagedResourceCompilerTool"
461                        />
462                        <Tool
463                                Name="VCResourceCompilerTool"
464                        />
465                        <Tool
466                                Name="VCPreLinkEventTool"
467                        />
468                        <Tool
469                                Name="VCLinkerTool"
470                                OutputFile="$(OutDir)\$(ProjectName).dll"
471                                LinkIncremental="1"
472                                ModuleDefinitionFile="FileLogger.def"
473                                GenerateDebugInformation="false"
474                                SubSystem="2"
475                                OptimizeReferences="2"
476                                EnableCOMDATFolding="2"
477                                ImportLibrary="$(OutDir)/FileLogger.lib"
478                                TargetMachine="17"
479                        />
480                        <Tool
481                                Name="VCALinkTool"
482                        />
483                        <Tool
484                                Name="VCManifestTool"
485                        />
486                        <Tool
487                                Name="VCXDCMakeTool"
488                        />
489                        <Tool
490                                Name="VCBscMakeTool"
491                        />
492                        <Tool
493                                Name="VCFxCopTool"
494                        />
495                        <Tool
496                                Name="VCAppVerifierTool"
497                        />
498                        <Tool
499                                Name="VCWebDeploymentTool"
500                        />
501                        <Tool
502                                Name="VCPostBuildEventTool"
503                        />
504                </Configuration>
505                <Configuration
506                        Name="Nightly|Win32"
507                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
508                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
509                        ConfigurationType="2"
510                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
511                        CharacterSet="1"
512                        >
513                        <Tool
514                                Name="VCPreBuildEventTool"
515                        />
516                        <Tool
517                                Name="VCCustomBuildTool"
518                        />
519                        <Tool
520                                Name="VCXMLDataGeneratorTool"
521                        />
522                        <Tool
523                                Name="VCWebServiceProxyGeneratorTool"
524                        />
525                        <Tool
526                                Name="VCMIDLTool"
527                        />
528                        <Tool
529                                Name="VCCLCompilerTool"
530                                AdditionalIncludeDirectories="../include;../../include"
531                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
532                                UsePrecompiledHeader="2"
533                                WarningLevel="3"
534                                DebugInformationFormat="3"
535                        />
536                        <Tool
537                                Name="VCManagedResourceCompilerTool"
538                        />
539                        <Tool
540                                Name="VCResourceCompilerTool"
541                        />
542                        <Tool
543                                Name="VCPreLinkEventTool"
544                        />
545                        <Tool
546                                Name="VCLinkerTool"
547                                OutputFile="$(OutDir)\$(ProjectName).dll"
548                                LinkIncremental="1"
549                                ModuleDefinitionFile="FileLogger.def"
550                                GenerateDebugInformation="false"
551                                SubSystem="2"
552                                OptimizeReferences="2"
553                                EnableCOMDATFolding="2"
554                                TargetMachine="1"
555                        />
556                        <Tool
557                                Name="VCALinkTool"
558                        />
559                        <Tool
560                                Name="VCManifestTool"
561                        />
562                        <Tool
563                                Name="VCXDCMakeTool"
564                        />
565                        <Tool
566                                Name="VCBscMakeTool"
567                        />
568                        <Tool
569                                Name="VCFxCopTool"
570                        />
571                        <Tool
572                                Name="VCAppVerifierTool"
573                        />
574                        <Tool
575                                Name="VCWebDeploymentTool"
576                        />
577                        <Tool
578                                Name="VCPostBuildEventTool"
579                        />
580                </Configuration>
581                <Configuration
582                        Name="Nightly|x64"
583                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
584                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
585                        ConfigurationType="2"
586                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
587                        CharacterSet="1"
588                        >
589                        <Tool
590                                Name="VCPreBuildEventTool"
591                        />
592                        <Tool
593                                Name="VCCustomBuildTool"
594                        />
595                        <Tool
596                                Name="VCXMLDataGeneratorTool"
597                        />
598                        <Tool
599                                Name="VCWebServiceProxyGeneratorTool"
600                        />
601                        <Tool
602                                Name="VCMIDLTool"
603                                TargetEnvironment="3"
604                        />
605                        <Tool
606                                Name="VCCLCompilerTool"
607                                AdditionalIncludeDirectories="../include;../../include"
608                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
609                                UsePrecompiledHeader="2"
610                                WarningLevel="3"
611                                DebugInformationFormat="3"
612                        />
613                        <Tool
614                                Name="VCManagedResourceCompilerTool"
615                        />
616                        <Tool
617                                Name="VCResourceCompilerTool"
618                        />
619                        <Tool
620                                Name="VCPreLinkEventTool"
621                        />
622                        <Tool
623                                Name="VCLinkerTool"
624                                OutputFile="$(OutDir)\$(ProjectName).dll"
625                                LinkIncremental="1"
626                                ModuleDefinitionFile="FileLogger.def"
627                                GenerateDebugInformation="false"
628                                SubSystem="2"
629                                OptimizeReferences="2"
630                                EnableCOMDATFolding="2"
631                                TargetMachine="17"
632                        />
633                        <Tool
634                                Name="VCALinkTool"
635                        />
636                        <Tool
637                                Name="VCManifestTool"
638                        />
639                        <Tool
640                                Name="VCXDCMakeTool"
641                        />
642                        <Tool
643                                Name="VCBscMakeTool"
644                        />
645                        <Tool
646                                Name="VCFxCopTool"
647                        />
648                        <Tool
649                                Name="VCAppVerifierTool"
650                        />
651                        <Tool
652                                Name="VCWebDeploymentTool"
653                        />
654                        <Tool
655                                Name="VCPostBuildEventTool"
656                        />
657                </Configuration>
658                <Configuration
659                        Name="Debug-MemCheck|Win32"
660                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
661                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
662                        ConfigurationType="2"
663                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
664                        CharacterSet="1"
665                        >
666                        <Tool
667                                Name="VCPreBuildEventTool"
668                        />
669                        <Tool
670                                Name="VCCustomBuildTool"
671                        />
672                        <Tool
673                                Name="VCXMLDataGeneratorTool"
674                        />
675                        <Tool
676                                Name="VCWebServiceProxyGeneratorTool"
677                        />
678                        <Tool
679                                Name="VCMIDLTool"
680                        />
681                        <Tool
682                                Name="VCCLCompilerTool"
683                                Optimization="0"
684                                AdditionalIncludeDirectories="../include;../../include"
685                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK"
686                                MinimalRebuild="true"
687                                BasicRuntimeChecks="3"
688                                RuntimeLibrary="3"
689                                UsePrecompiledHeader="2"
690                                WarningLevel="3"
691                                Detect64BitPortabilityProblems="false"
692                                DebugInformationFormat="4"
693                        />
694                        <Tool
695                                Name="VCManagedResourceCompilerTool"
696                        />
697                        <Tool
698                                Name="VCResourceCompilerTool"
699                        />
700                        <Tool
701                                Name="VCPreLinkEventTool"
702                        />
703                        <Tool
704                                Name="VCLinkerTool"
705                                OutputFile="$(OutDir)\$(ProjectName).dll"
706                                LinkIncremental="2"
707                                ModuleDefinitionFile="FileLogger.def"
708                                GenerateDebugInformation="true"
709                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
710                                SubSystem="2"
711                                ImportLibrary="$(OutDir)/FileLogger.lib"
712                                TargetMachine="1"
713                        />
714                        <Tool
715                                Name="VCALinkTool"
716                        />
717                        <Tool
718                                Name="VCManifestTool"
719                        />
720                        <Tool
721                                Name="VCXDCMakeTool"
722                        />
723                        <Tool
724                                Name="VCBscMakeTool"
725                        />
726                        <Tool
727                                Name="VCFxCopTool"
728                        />
729                        <Tool
730                                Name="VCAppVerifierTool"
731                        />
732                        <Tool
733                                Name="VCWebDeploymentTool"
734                        />
735                        <Tool
736                                Name="VCPostBuildEventTool"
737                        />
738                </Configuration>
739                <Configuration
740                        Name="Debug-MemCheck|x64"
741                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
742                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
743                        ConfigurationType="2"
744                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
745                        CharacterSet="1"
746                        >
747                        <Tool
748                                Name="VCPreBuildEventTool"
749                        />
750                        <Tool
751                                Name="VCCustomBuildTool"
752                        />
753                        <Tool
754                                Name="VCXMLDataGeneratorTool"
755                        />
756                        <Tool
757                                Name="VCWebServiceProxyGeneratorTool"
758                        />
759                        <Tool
760                                Name="VCMIDLTool"
761                                TargetEnvironment="3"
762                        />
763                        <Tool
764                                Name="VCCLCompilerTool"
765                                Optimization="0"
766                                AdditionalIncludeDirectories="../include;../../include"
767                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
768                                MinimalRebuild="true"
769                                BasicRuntimeChecks="3"
770                                RuntimeLibrary="3"
771                                UsePrecompiledHeader="2"
772                                WarningLevel="3"
773                                Detect64BitPortabilityProblems="false"
774                                DebugInformationFormat="3"
775                        />
776                        <Tool
777                                Name="VCManagedResourceCompilerTool"
778                        />
779                        <Tool
780                                Name="VCResourceCompilerTool"
781                        />
782                        <Tool
783                                Name="VCPreLinkEventTool"
784                        />
785                        <Tool
786                                Name="VCLinkerTool"
787                                OutputFile="$(OutDir)\$(ProjectName).dll"
788                                LinkIncremental="2"
789                                ModuleDefinitionFile="FileLogger.def"
790                                GenerateDebugInformation="true"
791                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
792                                SubSystem="2"
793                                ImportLibrary="$(OutDir)/FileLogger.lib"
794                                TargetMachine="17"
795                        />
796                        <Tool
797                                Name="VCALinkTool"
798                        />
799                        <Tool
800                                Name="VCManifestTool"
801                        />
802                        <Tool
803                                Name="VCXDCMakeTool"
804                        />
805                        <Tool
806                                Name="VCBscMakeTool"
807                        />
808                        <Tool
809                                Name="VCFxCopTool"
810                        />
811                        <Tool
812                                Name="VCAppVerifierTool"
813                        />
814                        <Tool
815                                Name="VCWebDeploymentTool"
816                        />
817                        <Tool
818                                Name="VCPostBuildEventTool"
819                        />
820                </Configuration>
821                <Configuration
822                        Name="OP5|Win32"
823                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
824                        IntermediateDirectory="$(ConfigurationName)"
825                        ConfigurationType="2"
826                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
827                        CharacterSet="1"
828                        >
829                        <Tool
830                                Name="VCPreBuildEventTool"
831                        />
832                        <Tool
833                                Name="VCCustomBuildTool"
834                        />
835                        <Tool
836                                Name="VCXMLDataGeneratorTool"
837                        />
838                        <Tool
839                                Name="VCWebServiceProxyGeneratorTool"
840                        />
841                        <Tool
842                                Name="VCMIDLTool"
843                        />
844                        <Tool
845                                Name="VCCLCompilerTool"
846                                AdditionalIncludeDirectories="../include;../../include"
847                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
848                                UsePrecompiledHeader="2"
849                                WarningLevel="3"
850                                DebugInformationFormat="3"
851                        />
852                        <Tool
853                                Name="VCManagedResourceCompilerTool"
854                        />
855                        <Tool
856                                Name="VCResourceCompilerTool"
857                        />
858                        <Tool
859                                Name="VCPreLinkEventTool"
860                        />
861                        <Tool
862                                Name="VCLinkerTool"
863                                OutputFile="$(OutDir)\$(ProjectName).dll"
864                                LinkIncremental="1"
865                                ModuleDefinitionFile="FileLogger.def"
866                                GenerateDebugInformation="false"
867                                SubSystem="2"
868                                OptimizeReferences="2"
869                                EnableCOMDATFolding="2"
870                                TargetMachine="1"
871                        />
872                        <Tool
873                                Name="VCALinkTool"
874                        />
875                        <Tool
876                                Name="VCManifestTool"
877                        />
878                        <Tool
879                                Name="VCXDCMakeTool"
880                        />
881                        <Tool
882                                Name="VCBscMakeTool"
883                        />
884                        <Tool
885                                Name="VCFxCopTool"
886                        />
887                        <Tool
888                                Name="VCAppVerifierTool"
889                        />
890                        <Tool
891                                Name="VCWebDeploymentTool"
892                        />
893                        <Tool
894                                Name="VCPostBuildEventTool"
895                        />
896                </Configuration>
897                <Configuration
898                        Name="OP5|x64"
899                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
900                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
901                        ConfigurationType="2"
902                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
903                        CharacterSet="1"
904                        >
905                        <Tool
906                                Name="VCPreBuildEventTool"
907                        />
908                        <Tool
909                                Name="VCCustomBuildTool"
910                        />
911                        <Tool
912                                Name="VCXMLDataGeneratorTool"
913                        />
914                        <Tool
915                                Name="VCWebServiceProxyGeneratorTool"
916                        />
917                        <Tool
918                                Name="VCMIDLTool"
919                                TargetEnvironment="3"
920                        />
921                        <Tool
922                                Name="VCCLCompilerTool"
923                                AdditionalIncludeDirectories="../include;../../include"
924                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
925                                UsePrecompiledHeader="2"
926                                WarningLevel="3"
927                                DebugInformationFormat="3"
928                        />
929                        <Tool
930                                Name="VCManagedResourceCompilerTool"
931                        />
932                        <Tool
933                                Name="VCResourceCompilerTool"
934                        />
935                        <Tool
936                                Name="VCPreLinkEventTool"
937                        />
938                        <Tool
939                                Name="VCLinkerTool"
940                                OutputFile="$(OutDir)\$(ProjectName).dll"
941                                LinkIncremental="1"
942                                ModuleDefinitionFile="FileLogger.def"
943                                GenerateDebugInformation="false"
944                                SubSystem="2"
945                                OptimizeReferences="2"
946                                EnableCOMDATFolding="2"
947                                TargetMachine="17"
948                        />
949                        <Tool
950                                Name="VCALinkTool"
951                        />
952                        <Tool
953                                Name="VCManifestTool"
954                        />
955                        <Tool
956                                Name="VCXDCMakeTool"
957                        />
958                        <Tool
959                                Name="VCBscMakeTool"
960                        />
961                        <Tool
962                                Name="VCFxCopTool"
963                        />
964                        <Tool
965                                Name="VCAppVerifierTool"
966                        />
967                        <Tool
968                                Name="VCWebDeploymentTool"
969                        />
970                        <Tool
971                                Name="VCPostBuildEventTool"
972                        />
973                </Configuration>
974                <Configuration
975                        Name="Release|Itanium"
976                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
977                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
978                        ConfigurationType="2"
979                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
980                        CharacterSet="2"
981                        >
982                        <Tool
983                                Name="VCPreBuildEventTool"
984                        />
985                        <Tool
986                                Name="VCCustomBuildTool"
987                        />
988                        <Tool
989                                Name="VCXMLDataGeneratorTool"
990                        />
991                        <Tool
992                                Name="VCWebServiceProxyGeneratorTool"
993                        />
994                        <Tool
995                                Name="VCMIDLTool"
996                                TargetEnvironment="2"
997                        />
998                        <Tool
999                                Name="VCCLCompilerTool"
1000                                AdditionalIncludeDirectories="../include;../../include"
1001                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
1002                                RuntimeLibrary="0"
1003                                UsePrecompiledHeader="2"
1004                                WarningLevel="3"
1005                                Detect64BitPortabilityProblems="false"
1006                                DebugInformationFormat="3"
1007                        />
1008                        <Tool
1009                                Name="VCManagedResourceCompilerTool"
1010                        />
1011                        <Tool
1012                                Name="VCResourceCompilerTool"
1013                        />
1014                        <Tool
1015                                Name="VCPreLinkEventTool"
1016                        />
1017                        <Tool
1018                                Name="VCLinkerTool"
1019                                OutputFile="../../Release/modules/$(ProjectName).dll"
1020                                LinkIncremental="1"
1021                                ModuleDefinitionFile="FileLogger.def"
1022                                GenerateDebugInformation="false"
1023                                SubSystem="2"
1024                                OptimizeReferences="2"
1025                                EnableCOMDATFolding="2"
1026                                RandomizedBaseAddress="1"
1027                                DataExecutionPrevention="0"
1028                                ImportLibrary="$(OutDir)/FileLogger.lib"
1029                                TargetMachine="5"
1030                        />
1031                        <Tool
1032                                Name="VCALinkTool"
1033                        />
1034                        <Tool
1035                                Name="VCManifestTool"
1036                        />
1037                        <Tool
1038                                Name="VCXDCMakeTool"
1039                        />
1040                        <Tool
1041                                Name="VCBscMakeTool"
1042                        />
1043                        <Tool
1044                                Name="VCFxCopTool"
1045                        />
1046                        <Tool
1047                                Name="VCAppVerifierTool"
1048                        />
1049                        <Tool
1050                                Name="VCPostBuildEventTool"
1051                        />
1052                </Configuration>
1053                <Configuration
1054                        Name="Debug|Itanium"
1055                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1056                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1057                        ConfigurationType="2"
1058                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1059                        CharacterSet="2"
1060                        >
1061                        <Tool
1062                                Name="VCPreBuildEventTool"
1063                        />
1064                        <Tool
1065                                Name="VCCustomBuildTool"
1066                        />
1067                        <Tool
1068                                Name="VCXMLDataGeneratorTool"
1069                        />
1070                        <Tool
1071                                Name="VCWebServiceProxyGeneratorTool"
1072                        />
1073                        <Tool
1074                                Name="VCMIDLTool"
1075                                TargetEnvironment="2"
1076                        />
1077                        <Tool
1078                                Name="VCCLCompilerTool"
1079                                Optimization="0"
1080                                AdditionalIncludeDirectories="../include;../../include"
1081                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1082                                MinimalRebuild="true"
1083                                BasicRuntimeChecks="3"
1084                                RuntimeLibrary="3"
1085                                UsePrecompiledHeader="2"
1086                                WarningLevel="3"
1087                                Detect64BitPortabilityProblems="false"
1088                                DebugInformationFormat="3"
1089                        />
1090                        <Tool
1091                                Name="VCManagedResourceCompilerTool"
1092                        />
1093                        <Tool
1094                                Name="VCResourceCompilerTool"
1095                        />
1096                        <Tool
1097                                Name="VCPreLinkEventTool"
1098                        />
1099                        <Tool
1100                                Name="VCLinkerTool"
1101                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1102                                LinkIncremental="2"
1103                                ModuleDefinitionFile="FileLogger.def"
1104                                GenerateDebugInformation="true"
1105                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
1106                                SubSystem="2"
1107                                RandomizedBaseAddress="1"
1108                                DataExecutionPrevention="0"
1109                                ImportLibrary="$(OutDir)/FileLogger.lib"
1110                                TargetMachine="5"
1111                        />
1112                        <Tool
1113                                Name="VCALinkTool"
1114                        />
1115                        <Tool
1116                                Name="VCManifestTool"
1117                        />
1118                        <Tool
1119                                Name="VCXDCMakeTool"
1120                        />
1121                        <Tool
1122                                Name="VCBscMakeTool"
1123                        />
1124                        <Tool
1125                                Name="VCFxCopTool"
1126                        />
1127                        <Tool
1128                                Name="VCAppVerifierTool"
1129                        />
1130                        <Tool
1131                                Name="VCPostBuildEventTool"
1132                        />
1133                </Configuration>
1134                <Configuration
1135                        Name="Distribution|Itanium"
1136                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1137                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1138                        ConfigurationType="2"
1139                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1140                        CharacterSet="2"
1141                        >
1142                        <Tool
1143                                Name="VCPreBuildEventTool"
1144                        />
1145                        <Tool
1146                                Name="VCCustomBuildTool"
1147                        />
1148                        <Tool
1149                                Name="VCXMLDataGeneratorTool"
1150                        />
1151                        <Tool
1152                                Name="VCWebServiceProxyGeneratorTool"
1153                        />
1154                        <Tool
1155                                Name="VCMIDLTool"
1156                                TargetEnvironment="2"
1157                        />
1158                        <Tool
1159                                Name="VCCLCompilerTool"
1160                                AdditionalIncludeDirectories="../include;../../include"
1161                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1162                                RuntimeLibrary="0"
1163                                UsePrecompiledHeader="2"
1164                                WarningLevel="3"
1165                                Detect64BitPortabilityProblems="false"
1166                                DebugInformationFormat="3"
1167                        />
1168                        <Tool
1169                                Name="VCManagedResourceCompilerTool"
1170                        />
1171                        <Tool
1172                                Name="VCResourceCompilerTool"
1173                        />
1174                        <Tool
1175                                Name="VCPreLinkEventTool"
1176                        />
1177                        <Tool
1178                                Name="VCLinkerTool"
1179                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1180                                LinkIncremental="1"
1181                                ModuleDefinitionFile="FileLogger.def"
1182                                GenerateDebugInformation="false"
1183                                SubSystem="2"
1184                                OptimizeReferences="2"
1185                                EnableCOMDATFolding="2"
1186                                RandomizedBaseAddress="1"
1187                                DataExecutionPrevention="0"
1188                                ImportLibrary="$(OutDir)/FileLogger.lib"
1189                                TargetMachine="5"
1190                        />
1191                        <Tool
1192                                Name="VCALinkTool"
1193                        />
1194                        <Tool
1195                                Name="VCManifestTool"
1196                        />
1197                        <Tool
1198                                Name="VCXDCMakeTool"
1199                        />
1200                        <Tool
1201                                Name="VCBscMakeTool"
1202                        />
1203                        <Tool
1204                                Name="VCFxCopTool"
1205                        />
1206                        <Tool
1207                                Name="VCAppVerifierTool"
1208                        />
1209                        <Tool
1210                                Name="VCPostBuildEventTool"
1211                        />
1212                </Configuration>
1213                <Configuration
1214                        Name="Nightly|Itanium"
1215                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1216                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1217                        ConfigurationType="2"
1218                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1219                        CharacterSet="2"
1220                        >
1221                        <Tool
1222                                Name="VCPreBuildEventTool"
1223                        />
1224                        <Tool
1225                                Name="VCCustomBuildTool"
1226                        />
1227                        <Tool
1228                                Name="VCXMLDataGeneratorTool"
1229                        />
1230                        <Tool
1231                                Name="VCWebServiceProxyGeneratorTool"
1232                        />
1233                        <Tool
1234                                Name="VCMIDLTool"
1235                                TargetEnvironment="2"
1236                        />
1237                        <Tool
1238                                Name="VCCLCompilerTool"
1239                                AdditionalIncludeDirectories="../include;../../include"
1240                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1241                                RuntimeLibrary="0"
1242                                UsePrecompiledHeader="2"
1243                                WarningLevel="3"
1244                                Detect64BitPortabilityProblems="false"
1245                                DebugInformationFormat="3"
1246                        />
1247                        <Tool
1248                                Name="VCManagedResourceCompilerTool"
1249                        />
1250                        <Tool
1251                                Name="VCResourceCompilerTool"
1252                        />
1253                        <Tool
1254                                Name="VCPreLinkEventTool"
1255                        />
1256                        <Tool
1257                                Name="VCLinkerTool"
1258                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1259                                LinkIncremental="1"
1260                                ModuleDefinitionFile="FileLogger.def"
1261                                GenerateDebugInformation="true"
1262                                SubSystem="2"
1263                                OptimizeReferences="2"
1264                                EnableCOMDATFolding="2"
1265                                RandomizedBaseAddress="1"
1266                                DataExecutionPrevention="0"
1267                                ImportLibrary="$(OutDir)/FileLogger.lib"
1268                                TargetMachine="5"
1269                        />
1270                        <Tool
1271                                Name="VCALinkTool"
1272                        />
1273                        <Tool
1274                                Name="VCManifestTool"
1275                        />
1276                        <Tool
1277                                Name="VCXDCMakeTool"
1278                        />
1279                        <Tool
1280                                Name="VCBscMakeTool"
1281                        />
1282                        <Tool
1283                                Name="VCFxCopTool"
1284                        />
1285                        <Tool
1286                                Name="VCAppVerifierTool"
1287                        />
1288                        <Tool
1289                                Name="VCPostBuildEventTool"
1290                        />
1291                </Configuration>
1292                <Configuration
1293                        Name="Debug-MemCheck|Itanium"
1294                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1295                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1296                        ConfigurationType="2"
1297                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1298                        CharacterSet="2"
1299                        >
1300                        <Tool
1301                                Name="VCPreBuildEventTool"
1302                        />
1303                        <Tool
1304                                Name="VCCustomBuildTool"
1305                        />
1306                        <Tool
1307                                Name="VCXMLDataGeneratorTool"
1308                        />
1309                        <Tool
1310                                Name="VCWebServiceProxyGeneratorTool"
1311                        />
1312                        <Tool
1313                                Name="VCMIDLTool"
1314                                TargetEnvironment="2"
1315                        />
1316                        <Tool
1317                                Name="VCCLCompilerTool"
1318                                Optimization="0"
1319                                AdditionalIncludeDirectories="../include;../../include"
1320                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1321                                MinimalRebuild="true"
1322                                BasicRuntimeChecks="3"
1323                                RuntimeLibrary="3"
1324                                UsePrecompiledHeader="2"
1325                                WarningLevel="3"
1326                                Detect64BitPortabilityProblems="false"
1327                                DebugInformationFormat="3"
1328                        />
1329                        <Tool
1330                                Name="VCManagedResourceCompilerTool"
1331                        />
1332                        <Tool
1333                                Name="VCResourceCompilerTool"
1334                        />
1335                        <Tool
1336                                Name="VCPreLinkEventTool"
1337                        />
1338                        <Tool
1339                                Name="VCLinkerTool"
1340                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1341                                LinkIncremental="2"
1342                                ModuleDefinitionFile="FileLogger.def"
1343                                GenerateDebugInformation="true"
1344                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
1345                                SubSystem="2"
1346                                RandomizedBaseAddress="1"
1347                                DataExecutionPrevention="0"
1348                                ImportLibrary="$(OutDir)/FileLogger.lib"
1349                                TargetMachine="5"
1350                        />
1351                        <Tool
1352                                Name="VCALinkTool"
1353                        />
1354                        <Tool
1355                                Name="VCManifestTool"
1356                        />
1357                        <Tool
1358                                Name="VCXDCMakeTool"
1359                        />
1360                        <Tool
1361                                Name="VCBscMakeTool"
1362                        />
1363                        <Tool
1364                                Name="VCFxCopTool"
1365                        />
1366                        <Tool
1367                                Name="VCAppVerifierTool"
1368                        />
1369                        <Tool
1370                                Name="VCPostBuildEventTool"
1371                        />
1372                </Configuration>
1373        </Configurations>
1374        <References>
1375        </References>
1376        <Files>
1377                <Filter
1378                        Name="Source Files"
1379                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1380                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1381                        >
1382                        <File
1383                                RelativePath="..\..\include\arrayBuffer.cpp"
1384                                >
1385                                <FileConfiguration
1386                                        Name="Release|Win32"
1387                                        >
1388                                        <Tool
1389                                                Name="VCCLCompilerTool"
1390                                                UsePrecompiledHeader="0"
1391                                        />
1392                                </FileConfiguration>
1393                                <FileConfiguration
1394                                        Name="Release|x64"
1395                                        >
1396                                        <Tool
1397                                                Name="VCCLCompilerTool"
1398                                                UsePrecompiledHeader="0"
1399                                        />
1400                                </FileConfiguration>
1401                                <FileConfiguration
1402                                        Name="Debug|Win32"
1403                                        >
1404                                        <Tool
1405                                                Name="VCCLCompilerTool"
1406                                                UsePrecompiledHeader="0"
1407                                        />
1408                                </FileConfiguration>
1409                                <FileConfiguration
1410                                        Name="Debug|x64"
1411                                        >
1412                                        <Tool
1413                                                Name="VCCLCompilerTool"
1414                                                UsePrecompiledHeader="0"
1415                                        />
1416                                </FileConfiguration>
1417                                <FileConfiguration
1418                                        Name="Distribution|Win32"
1419                                        >
1420                                        <Tool
1421                                                Name="VCCLCompilerTool"
1422                                                UsePrecompiledHeader="0"
1423                                        />
1424                                </FileConfiguration>
1425                                <FileConfiguration
1426                                        Name="Distribution|x64"
1427                                        >
1428                                        <Tool
1429                                                Name="VCCLCompilerTool"
1430                                                UsePrecompiledHeader="0"
1431                                        />
1432                                </FileConfiguration>
1433                                <FileConfiguration
1434                                        Name="Nightly|Win32"
1435                                        >
1436                                        <Tool
1437                                                Name="VCCLCompilerTool"
1438                                                UsePrecompiledHeader="0"
1439                                        />
1440                                </FileConfiguration>
1441                                <FileConfiguration
1442                                        Name="Nightly|x64"
1443                                        >
1444                                        <Tool
1445                                                Name="VCCLCompilerTool"
1446                                                UsePrecompiledHeader="0"
1447                                        />
1448                                </FileConfiguration>
1449                                <FileConfiguration
1450                                        Name="Debug-MemCheck|Win32"
1451                                        >
1452                                        <Tool
1453                                                Name="VCCLCompilerTool"
1454                                                UsePrecompiledHeader="0"
1455                                        />
1456                                </FileConfiguration>
1457                                <FileConfiguration
1458                                        Name="Debug-MemCheck|x64"
1459                                        >
1460                                        <Tool
1461                                                Name="VCCLCompilerTool"
1462                                                UsePrecompiledHeader="0"
1463                                        />
1464                                </FileConfiguration>
1465                                <FileConfiguration
1466                                        Name="OP5|Win32"
1467                                        >
1468                                        <Tool
1469                                                Name="VCCLCompilerTool"
1470                                                UsePrecompiledHeader="0"
1471                                        />
1472                                </FileConfiguration>
1473                                <FileConfiguration
1474                                        Name="OP5|x64"
1475                                        >
1476                                        <Tool
1477                                                Name="VCCLCompilerTool"
1478                                                UsePrecompiledHeader="0"
1479                                        />
1480                                </FileConfiguration>
1481                                <FileConfiguration
1482                                        Name="Release|Itanium"
1483                                        >
1484                                        <Tool
1485                                                Name="VCCLCompilerTool"
1486                                                UsePrecompiledHeader="0"
1487                                        />
1488                                </FileConfiguration>
1489                                <FileConfiguration
1490                                        Name="Debug|Itanium"
1491                                        >
1492                                        <Tool
1493                                                Name="VCCLCompilerTool"
1494                                                UsePrecompiledHeader="0"
1495                                        />
1496                                </FileConfiguration>
1497                                <FileConfiguration
1498                                        Name="Distribution|Itanium"
1499                                        >
1500                                        <Tool
1501                                                Name="VCCLCompilerTool"
1502                                                UsePrecompiledHeader="0"
1503                                        />
1504                                </FileConfiguration>
1505                                <FileConfiguration
1506                                        Name="Nightly|Itanium"
1507                                        >
1508                                        <Tool
1509                                                Name="VCCLCompilerTool"
1510                                                UsePrecompiledHeader="0"
1511                                        />
1512                                </FileConfiguration>
1513                                <FileConfiguration
1514                                        Name="Debug-MemCheck|Itanium"
1515                                        >
1516                                        <Tool
1517                                                Name="VCCLCompilerTool"
1518                                                UsePrecompiledHeader="0"
1519                                        />
1520                                </FileConfiguration>
1521                        </File>
1522                        <File
1523                                RelativePath=".\FileLogger.cpp"
1524                                >
1525                        </File>
1526                        <File
1527                                RelativePath="..\..\include\NSCHelper.cpp"
1528                                >
1529                                <FileConfiguration
1530                                        Name="Release|Win32"
1531                                        >
1532                                        <Tool
1533                                                Name="VCCLCompilerTool"
1534                                                UsePrecompiledHeader="0"
1535                                        />
1536                                </FileConfiguration>
1537                                <FileConfiguration
1538                                        Name="Release|x64"
1539                                        >
1540                                        <Tool
1541                                                Name="VCCLCompilerTool"
1542                                                UsePrecompiledHeader="0"
1543                                        />
1544                                </FileConfiguration>
1545                                <FileConfiguration
1546                                        Name="Debug|Win32"
1547                                        >
1548                                        <Tool
1549                                                Name="VCCLCompilerTool"
1550                                                UsePrecompiledHeader="0"
1551                                        />
1552                                </FileConfiguration>
1553                                <FileConfiguration
1554                                        Name="Debug|x64"
1555                                        >
1556                                        <Tool
1557                                                Name="VCCLCompilerTool"
1558                                                UsePrecompiledHeader="0"
1559                                        />
1560                                </FileConfiguration>
1561                                <FileConfiguration
1562                                        Name="Distribution|Win32"
1563                                        >
1564                                        <Tool
1565                                                Name="VCCLCompilerTool"
1566                                                UsePrecompiledHeader="0"
1567                                        />
1568                                </FileConfiguration>
1569                                <FileConfiguration
1570                                        Name="Distribution|x64"
1571                                        >
1572                                        <Tool
1573                                                Name="VCCLCompilerTool"
1574                                                UsePrecompiledHeader="0"
1575                                        />
1576                                </FileConfiguration>
1577                                <FileConfiguration
1578                                        Name="Nightly|Win32"
1579                                        >
1580                                        <Tool
1581                                                Name="VCCLCompilerTool"
1582                                                UsePrecompiledHeader="0"
1583                                        />
1584                                </FileConfiguration>
1585                                <FileConfiguration
1586                                        Name="Nightly|x64"
1587                                        >
1588                                        <Tool
1589                                                Name="VCCLCompilerTool"
1590                                                UsePrecompiledHeader="0"
1591                                        />
1592                                </FileConfiguration>
1593                                <FileConfiguration
1594                                        Name="Debug-MemCheck|Win32"
1595                                        >
1596                                        <Tool
1597                                                Name="VCCLCompilerTool"
1598                                                UsePrecompiledHeader="0"
1599                                        />
1600                                </FileConfiguration>
1601                                <FileConfiguration
1602                                        Name="Debug-MemCheck|x64"
1603                                        >
1604                                        <Tool
1605                                                Name="VCCLCompilerTool"
1606                                                UsePrecompiledHeader="0"
1607                                        />
1608                                </FileConfiguration>
1609                                <FileConfiguration
1610                                        Name="OP5|Win32"
1611                                        >
1612                                        <Tool
1613                                                Name="VCCLCompilerTool"
1614                                                UsePrecompiledHeader="0"
1615                                        />
1616                                </FileConfiguration>
1617                                <FileConfiguration
1618                                        Name="OP5|x64"
1619                                        >
1620                                        <Tool
1621                                                Name="VCCLCompilerTool"
1622                                                UsePrecompiledHeader="0"
1623                                        />
1624                                </FileConfiguration>
1625                                <FileConfiguration
1626                                        Name="Release|Itanium"
1627                                        >
1628                                        <Tool
1629                                                Name="VCCLCompilerTool"
1630                                                UsePrecompiledHeader="0"
1631                                        />
1632                                </FileConfiguration>
1633                                <FileConfiguration
1634                                        Name="Debug|Itanium"
1635                                        >
1636                                        <Tool
1637                                                Name="VCCLCompilerTool"
1638                                                UsePrecompiledHeader="0"
1639                                        />
1640                                </FileConfiguration>
1641                                <FileConfiguration
1642                                        Name="Distribution|Itanium"
1643                                        >
1644                                        <Tool
1645                                                Name="VCCLCompilerTool"
1646                                                UsePrecompiledHeader="0"
1647                                        />
1648                                </FileConfiguration>
1649                                <FileConfiguration
1650                                        Name="Nightly|Itanium"
1651                                        >
1652                                        <Tool
1653                                                Name="VCCLCompilerTool"
1654                                                UsePrecompiledHeader="0"
1655                                        />
1656                                </FileConfiguration>
1657                                <FileConfiguration
1658                                        Name="Debug-MemCheck|Itanium"
1659                                        >
1660                                        <Tool
1661                                                Name="VCCLCompilerTool"
1662                                                UsePrecompiledHeader="0"
1663                                        />
1664                                </FileConfiguration>
1665                        </File>
1666                        <File
1667                                RelativePath=".\stdafx.cpp"
1668                                >
1669                                <FileConfiguration
1670                                        Name="Release|Win32"
1671                                        >
1672                                        <Tool
1673                                                Name="VCCLCompilerTool"
1674                                                UsePrecompiledHeader="1"
1675                                        />
1676                                </FileConfiguration>
1677                                <FileConfiguration
1678                                        Name="Release|x64"
1679                                        >
1680                                        <Tool
1681                                                Name="VCCLCompilerTool"
1682                                                UsePrecompiledHeader="1"
1683                                        />
1684                                </FileConfiguration>
1685                                <FileConfiguration
1686                                        Name="Debug|Win32"
1687                                        >
1688                                        <Tool
1689                                                Name="VCCLCompilerTool"
1690                                                UsePrecompiledHeader="1"
1691                                        />
1692                                </FileConfiguration>
1693                                <FileConfiguration
1694                                        Name="Debug|x64"
1695                                        >
1696                                        <Tool
1697                                                Name="VCCLCompilerTool"
1698                                                UsePrecompiledHeader="1"
1699                                        />
1700                                </FileConfiguration>
1701                                <FileConfiguration
1702                                        Name="Distribution|Win32"
1703                                        >
1704                                        <Tool
1705                                                Name="VCCLCompilerTool"
1706                                                UsePrecompiledHeader="1"
1707                                        />
1708                                </FileConfiguration>
1709                                <FileConfiguration
1710                                        Name="Distribution|x64"
1711                                        >
1712                                        <Tool
1713                                                Name="VCCLCompilerTool"
1714                                                UsePrecompiledHeader="1"
1715                                        />
1716                                </FileConfiguration>
1717                                <FileConfiguration
1718                                        Name="Nightly|Win32"
1719                                        >
1720                                        <Tool
1721                                                Name="VCCLCompilerTool"
1722                                                UsePrecompiledHeader="1"
1723                                        />
1724                                </FileConfiguration>
1725                                <FileConfiguration
1726                                        Name="Nightly|x64"
1727                                        >
1728                                        <Tool
1729                                                Name="VCCLCompilerTool"
1730                                                UsePrecompiledHeader="1"
1731                                        />
1732                                </FileConfiguration>
1733                                <FileConfiguration
1734                                        Name="Debug-MemCheck|Win32"
1735                                        >
1736                                        <Tool
1737                                                Name="VCCLCompilerTool"
1738                                                UsePrecompiledHeader="1"
1739                                        />
1740                                </FileConfiguration>
1741                                <FileConfiguration
1742                                        Name="Debug-MemCheck|x64"
1743                                        >
1744                                        <Tool
1745                                                Name="VCCLCompilerTool"
1746                                                UsePrecompiledHeader="1"
1747                                        />
1748                                </FileConfiguration>
1749                                <FileConfiguration
1750                                        Name="OP5|Win32"
1751                                        >
1752                                        <Tool
1753                                                Name="VCCLCompilerTool"
1754                                                UsePrecompiledHeader="1"
1755                                        />
1756                                </FileConfiguration>
1757                                <FileConfiguration
1758                                        Name="OP5|x64"
1759                                        >
1760                                        <Tool
1761                                                Name="VCCLCompilerTool"
1762                                                UsePrecompiledHeader="1"
1763                                        />
1764                                </FileConfiguration>
1765                                <FileConfiguration
1766                                        Name="Release|Itanium"
1767                                        >
1768                                        <Tool
1769                                                Name="VCCLCompilerTool"
1770                                                UsePrecompiledHeader="1"
1771                                        />
1772                                </FileConfiguration>
1773                                <FileConfiguration
1774                                        Name="Debug|Itanium"
1775                                        >
1776                                        <Tool
1777                                                Name="VCCLCompilerTool"
1778                                                UsePrecompiledHeader="1"
1779                                        />
1780                                </FileConfiguration>
1781                                <FileConfiguration
1782                                        Name="Distribution|Itanium"
1783                                        >
1784                                        <Tool
1785                                                Name="VCCLCompilerTool"
1786                                                UsePrecompiledHeader="1"
1787                                        />
1788                                </FileConfiguration>
1789                                <FileConfiguration
1790                                        Name="Nightly|Itanium"
1791                                        >
1792                                        <Tool
1793                                                Name="VCCLCompilerTool"
1794                                                UsePrecompiledHeader="1"
1795                                        />
1796                                </FileConfiguration>
1797                                <FileConfiguration
1798                                        Name="Debug-MemCheck|Itanium"
1799                                        >
1800                                        <Tool
1801                                                Name="VCCLCompilerTool"
1802                                                UsePrecompiledHeader="1"
1803                                        />
1804                                </FileConfiguration>
1805                        </File>
1806                </Filter>
1807                <Filter
1808                        Name="Header Files"
1809                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1810                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1811                        >
1812                        <File
1813                                RelativePath="..\..\include\config.h"
1814                                >
1815                        </File>
1816                        <File
1817                                RelativePath=".\FileLogger.h"
1818                                >
1819                        </File>
1820                        <File
1821                                RelativePath="..\..\include\NSCHelper.h"
1822                                >
1823                        </File>
1824                        <File
1825                                RelativePath=".\stdafx.h"
1826                                >
1827                        </File>
1828                </Filter>
1829                <Filter
1830                        Name="Resource Files"
1831                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1832                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1833                        >
1834                </Filter>
1835                <File
1836                        RelativePath=".\ReadMe.txt"
1837                        >
1838                </File>
1839        </Files>
1840        <Globals>
1841        </Globals>
1842</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.