source: nscp/modules/CheckEventLog/CheckEventLog-2005.vcproj @ dcd5462

0.4.00.4.10.4.2stable
Last change on this file since dcd5462 was dcd5462, checked in by Michael Medin <michael@…>, 4 years ago

post 0.3.6 build (fixes the CheckDisk errors)

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