source: nscp/modules/CheckEventLog/CheckEventLog-2005.vcproj @ 739db5a

0.4.00.4.10.4.2
Last change on this file since 739db5a was 739db5a, checked in by Michael Medin <michael@…>, 5 years ago

First attempt at merging stable changes over to here (probably needs more work, but compiles and starts...)

  • Property mode set to 100644
File size: 40.8 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; _CRT_SECURE_NO_DEPRECATE"
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; _CRT_SECURE_NO_DEPRECATE"
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"
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;_CRT_SECURE_NO_DEPRECATE"
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"
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"
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;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS"
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="Release|Itanium"
831                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
832                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
833                        ConfigurationType="2"
834                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
835                        CharacterSet="2"
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                                TargetEnvironment="2"
853                        />
854                        <Tool
855                                Name="VCCLCompilerTool"
856                                AdditionalIncludeDirectories="../include;../../include"
857                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
858                                RuntimeLibrary="0"
859                                UsePrecompiledHeader="2"
860                                WarningLevel="3"
861                                Detect64BitPortabilityProblems="false"
862                                DebugInformationFormat="3"
863                        />
864                        <Tool
865                                Name="VCManagedResourceCompilerTool"
866                        />
867                        <Tool
868                                Name="VCResourceCompilerTool"
869                        />
870                        <Tool
871                                Name="VCPreLinkEventTool"
872                        />
873                        <Tool
874                                Name="VCLinkerTool"
875                                OutputFile="../../Release/modules/$(ProjectName).dll"
876                                LinkIncremental="1"
877                                ModuleDefinitionFile="CheckEventLog.def"
878                                GenerateDebugInformation="false"
879                                SubSystem="2"
880                                OptimizeReferences="2"
881                                EnableCOMDATFolding="2"
882                                RandomizedBaseAddress="1"
883                                DataExecutionPrevention="0"
884                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
885                                TargetMachine="5"
886                        />
887                        <Tool
888                                Name="VCALinkTool"
889                        />
890                        <Tool
891                                Name="VCManifestTool"
892                        />
893                        <Tool
894                                Name="VCXDCMakeTool"
895                        />
896                        <Tool
897                                Name="VCBscMakeTool"
898                        />
899                        <Tool
900                                Name="VCFxCopTool"
901                        />
902                        <Tool
903                                Name="VCAppVerifierTool"
904                        />
905                        <Tool
906                                Name="VCPostBuildEventTool"
907                        />
908                </Configuration>
909                <Configuration
910                        Name="Debug|Itanium"
911                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
912                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
913                        ConfigurationType="2"
914                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
915                        CharacterSet="2"
916                        >
917                        <Tool
918                                Name="VCPreBuildEventTool"
919                                ExcludedFromBuild="true"
920                        />
921                        <Tool
922                                Name="VCCustomBuildTool"
923                        />
924                        <Tool
925                                Name="VCXMLDataGeneratorTool"
926                        />
927                        <Tool
928                                Name="VCWebServiceProxyGeneratorTool"
929                        />
930                        <Tool
931                                Name="VCMIDLTool"
932                                TargetEnvironment="2"
933                        />
934                        <Tool
935                                Name="VCCLCompilerTool"
936                                Optimization="0"
937                                AdditionalIncludeDirectories="../include;../../include"
938                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
939                                MinimalRebuild="true"
940                                BasicRuntimeChecks="3"
941                                RuntimeLibrary="3"
942                                UsePrecompiledHeader="2"
943                                WarningLevel="3"
944                                Detect64BitPortabilityProblems="false"
945                                DebugInformationFormat="3"
946                        />
947                        <Tool
948                                Name="VCManagedResourceCompilerTool"
949                        />
950                        <Tool
951                                Name="VCResourceCompilerTool"
952                        />
953                        <Tool
954                                Name="VCPreLinkEventTool"
955                        />
956                        <Tool
957                                Name="VCLinkerTool"
958                                OutputFile="../../Debug/modules/$(ProjectName).dll"
959                                LinkIncremental="2"
960                                ModuleDefinitionFile="CheckEventLog.def"
961                                GenerateDebugInformation="true"
962                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
963                                SubSystem="2"
964                                RandomizedBaseAddress="1"
965                                DataExecutionPrevention="0"
966                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
967                                TargetMachine="5"
968                        />
969                        <Tool
970                                Name="VCALinkTool"
971                        />
972                        <Tool
973                                Name="VCManifestTool"
974                        />
975                        <Tool
976                                Name="VCXDCMakeTool"
977                        />
978                        <Tool
979                                Name="VCBscMakeTool"
980                        />
981                        <Tool
982                                Name="VCFxCopTool"
983                        />
984                        <Tool
985                                Name="VCAppVerifierTool"
986                        />
987                        <Tool
988                                Name="VCPostBuildEventTool"
989                        />
990                </Configuration>
991                <Configuration
992                        Name="Distribution|Itanium"
993                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
994                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
995                        ConfigurationType="2"
996                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
997                        CharacterSet="2"
998                        >
999                        <Tool
1000                                Name="VCPreBuildEventTool"
1001                                ExcludedFromBuild="true"
1002                        />
1003                        <Tool
1004                                Name="VCCustomBuildTool"
1005                        />
1006                        <Tool
1007                                Name="VCXMLDataGeneratorTool"
1008                        />
1009                        <Tool
1010                                Name="VCWebServiceProxyGeneratorTool"
1011                        />
1012                        <Tool
1013                                Name="VCMIDLTool"
1014                                TargetEnvironment="2"
1015                        />
1016                        <Tool
1017                                Name="VCCLCompilerTool"
1018                                AdditionalIncludeDirectories="../include;../../include"
1019                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1020                                RuntimeLibrary="0"
1021                                UsePrecompiledHeader="2"
1022                                WarningLevel="3"
1023                                Detect64BitPortabilityProblems="false"
1024                                DebugInformationFormat="3"
1025                        />
1026                        <Tool
1027                                Name="VCManagedResourceCompilerTool"
1028                        />
1029                        <Tool
1030                                Name="VCResourceCompilerTool"
1031                        />
1032                        <Tool
1033                                Name="VCPreLinkEventTool"
1034                        />
1035                        <Tool
1036                                Name="VCLinkerTool"
1037                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1038                                LinkIncremental="1"
1039                                ModuleDefinitionFile="CheckEventLog.def"
1040                                GenerateDebugInformation="false"
1041                                SubSystem="2"
1042                                OptimizeReferences="2"
1043                                EnableCOMDATFolding="2"
1044                                RandomizedBaseAddress="1"
1045                                DataExecutionPrevention="0"
1046                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
1047                                TargetMachine="5"
1048                        />
1049                        <Tool
1050                                Name="VCALinkTool"
1051                        />
1052                        <Tool
1053                                Name="VCManifestTool"
1054                        />
1055                        <Tool
1056                                Name="VCXDCMakeTool"
1057                        />
1058                        <Tool
1059                                Name="VCBscMakeTool"
1060                        />
1061                        <Tool
1062                                Name="VCFxCopTool"
1063                        />
1064                        <Tool
1065                                Name="VCAppVerifierTool"
1066                        />
1067                        <Tool
1068                                Name="VCPostBuildEventTool"
1069                        />
1070                </Configuration>
1071                <Configuration
1072                        Name="Nightly|Itanium"
1073                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1074                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1075                        ConfigurationType="2"
1076                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1077                        CharacterSet="2"
1078                        >
1079                        <Tool
1080                                Name="VCPreBuildEventTool"
1081                                ExcludedFromBuild="true"
1082                        />
1083                        <Tool
1084                                Name="VCCustomBuildTool"
1085                        />
1086                        <Tool
1087                                Name="VCXMLDataGeneratorTool"
1088                        />
1089                        <Tool
1090                                Name="VCWebServiceProxyGeneratorTool"
1091                        />
1092                        <Tool
1093                                Name="VCMIDLTool"
1094                                TargetEnvironment="2"
1095                        />
1096                        <Tool
1097                                Name="VCCLCompilerTool"
1098                                AdditionalIncludeDirectories="../include;../../include"
1099                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
1100                                RuntimeLibrary="0"
1101                                UsePrecompiledHeader="2"
1102                                WarningLevel="3"
1103                                Detect64BitPortabilityProblems="false"
1104                                DebugInformationFormat="3"
1105                        />
1106                        <Tool
1107                                Name="VCManagedResourceCompilerTool"
1108                        />
1109                        <Tool
1110                                Name="VCResourceCompilerTool"
1111                        />
1112                        <Tool
1113                                Name="VCPreLinkEventTool"
1114                        />
1115                        <Tool
1116                                Name="VCLinkerTool"
1117                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1118                                LinkIncremental="1"
1119                                ModuleDefinitionFile="CheckEventLog.def"
1120                                GenerateDebugInformation="true"
1121                                SubSystem="2"
1122                                OptimizeReferences="2"
1123                                EnableCOMDATFolding="2"
1124                                RandomizedBaseAddress="1"
1125                                DataExecutionPrevention="0"
1126                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
1127                                TargetMachine="5"
1128                        />
1129                        <Tool
1130                                Name="VCALinkTool"
1131                        />
1132                        <Tool
1133                                Name="VCManifestTool"
1134                        />
1135                        <Tool
1136                                Name="VCXDCMakeTool"
1137                        />
1138                        <Tool
1139                                Name="VCBscMakeTool"
1140                        />
1141                        <Tool
1142                                Name="VCFxCopTool"
1143                        />
1144                        <Tool
1145                                Name="VCAppVerifierTool"
1146                        />
1147                        <Tool
1148                                Name="VCPostBuildEventTool"
1149                        />
1150                </Configuration>
1151                <Configuration
1152                        Name="Debug-MemCheck|Itanium"
1153                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1154                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1155                        ConfigurationType="2"
1156                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1157                        CharacterSet="2"
1158                        >
1159                        <Tool
1160                                Name="VCPreBuildEventTool"
1161                                ExcludedFromBuild="true"
1162                        />
1163                        <Tool
1164                                Name="VCCustomBuildTool"
1165                        />
1166                        <Tool
1167                                Name="VCXMLDataGeneratorTool"
1168                        />
1169                        <Tool
1170                                Name="VCWebServiceProxyGeneratorTool"
1171                        />
1172                        <Tool
1173                                Name="VCMIDLTool"
1174                                TargetEnvironment="2"
1175                        />
1176                        <Tool
1177                                Name="VCCLCompilerTool"
1178                                Optimization="0"
1179                                AdditionalIncludeDirectories="../include;../../include"
1180                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1181                                MinimalRebuild="true"
1182                                BasicRuntimeChecks="3"
1183                                RuntimeLibrary="3"
1184                                UsePrecompiledHeader="2"
1185                                WarningLevel="3"
1186                                Detect64BitPortabilityProblems="false"
1187                                DebugInformationFormat="3"
1188                        />
1189                        <Tool
1190                                Name="VCManagedResourceCompilerTool"
1191                        />
1192                        <Tool
1193                                Name="VCResourceCompilerTool"
1194                        />
1195                        <Tool
1196                                Name="VCPreLinkEventTool"
1197                        />
1198                        <Tool
1199                                Name="VCLinkerTool"
1200                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1201                                LinkIncremental="2"
1202                                ModuleDefinitionFile="CheckEventLog.def"
1203                                GenerateDebugInformation="true"
1204                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
1205                                SubSystem="2"
1206                                RandomizedBaseAddress="1"
1207                                DataExecutionPrevention="0"
1208                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
1209                                TargetMachine="5"
1210                        />
1211                        <Tool
1212                                Name="VCALinkTool"
1213                        />
1214                        <Tool
1215                                Name="VCManifestTool"
1216                        />
1217                        <Tool
1218                                Name="VCXDCMakeTool"
1219                        />
1220                        <Tool
1221                                Name="VCBscMakeTool"
1222                        />
1223                        <Tool
1224                                Name="VCFxCopTool"
1225                        />
1226                        <Tool
1227                                Name="VCAppVerifierTool"
1228                        />
1229                        <Tool
1230                                Name="VCPostBuildEventTool"
1231                        />
1232                </Configuration>
1233        </Configurations>
1234        <References>
1235        </References>
1236        <Files>
1237                <Filter
1238                        Name="Source Files"
1239                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1240                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1241                        >
1242                        <File
1243                                RelativePath="..\..\include\arrayBuffer.cpp"
1244                                >
1245                                <FileConfiguration
1246                                        Name="Release|Win32"
1247                                        >
1248                                        <Tool
1249                                                Name="VCCLCompilerTool"
1250                                                UsePrecompiledHeader="0"
1251                                                PrecompiledHeaderThrough=""
1252                                        />
1253                                </FileConfiguration>
1254                                <FileConfiguration
1255                                        Name="Release|x64"
1256                                        >
1257                                        <Tool
1258                                                Name="VCCLCompilerTool"
1259                                                UsePrecompiledHeader="0"
1260                                                PrecompiledHeaderThrough=""
1261                                        />
1262                                </FileConfiguration>
1263                                <FileConfiguration
1264                                        Name="Debug|Win32"
1265                                        >
1266                                        <Tool
1267                                                Name="VCCLCompilerTool"
1268                                                UsePrecompiledHeader="0"
1269                                                PrecompiledHeaderThrough=""
1270                                        />
1271                                </FileConfiguration>
1272                                <FileConfiguration
1273                                        Name="Debug|x64"
1274                                        >
1275                                        <Tool
1276                                                Name="VCCLCompilerTool"
1277                                                UsePrecompiledHeader="0"
1278                                                PrecompiledHeaderThrough=""
1279                                        />
1280                                </FileConfiguration>
1281                                <FileConfiguration
1282                                        Name="Distribution|Win32"
1283                                        >
1284                                        <Tool
1285                                                Name="VCCLCompilerTool"
1286                                                UsePrecompiledHeader="0"
1287                                                PrecompiledHeaderThrough=""
1288                                        />
1289                                </FileConfiguration>
1290                                <FileConfiguration
1291                                        Name="Distribution|x64"
1292                                        >
1293                                        <Tool
1294                                                Name="VCCLCompilerTool"
1295                                                UsePrecompiledHeader="0"
1296                                                PrecompiledHeaderThrough=""
1297                                        />
1298                                </FileConfiguration>
1299                                <FileConfiguration
1300                                        Name="Nightly|Win32"
1301                                        >
1302                                        <Tool
1303                                                Name="VCCLCompilerTool"
1304                                                UsePrecompiledHeader="0"
1305                                                PrecompiledHeaderThrough=""
1306                                        />
1307                                </FileConfiguration>
1308                                <FileConfiguration
1309                                        Name="Nightly|x64"
1310                                        >
1311                                        <Tool
1312                                                Name="VCCLCompilerTool"
1313                                                UsePrecompiledHeader="0"
1314                                                PrecompiledHeaderThrough=""
1315                                        />
1316                                </FileConfiguration>
1317                                <FileConfiguration
1318                                        Name="Debug-MemCheck|Win32"
1319                                        >
1320                                        <Tool
1321                                                Name="VCCLCompilerTool"
1322                                                UsePrecompiledHeader="0"
1323                                                PrecompiledHeaderThrough=""
1324                                        />
1325                                </FileConfiguration>
1326                                <FileConfiguration
1327                                        Name="Debug-MemCheck|x64"
1328                                        >
1329                                        <Tool
1330                                                Name="VCCLCompilerTool"
1331                                                UsePrecompiledHeader="0"
1332                                                PrecompiledHeaderThrough=""
1333                                        />
1334                                </FileConfiguration>
1335                                <FileConfiguration
1336                                        Name="Release|Itanium"
1337                                        >
1338                                        <Tool
1339                                                Name="VCCLCompilerTool"
1340                                                UsePrecompiledHeader="0"
1341                                                PrecompiledHeaderThrough=""
1342                                        />
1343                                </FileConfiguration>
1344                                <FileConfiguration
1345                                        Name="Debug|Itanium"
1346                                        >
1347                                        <Tool
1348                                                Name="VCCLCompilerTool"
1349                                                UsePrecompiledHeader="0"
1350                                                PrecompiledHeaderThrough=""
1351                                        />
1352                                </FileConfiguration>
1353                                <FileConfiguration
1354                                        Name="Distribution|Itanium"
1355                                        >
1356                                        <Tool
1357                                                Name="VCCLCompilerTool"
1358                                                UsePrecompiledHeader="0"
1359                                                PrecompiledHeaderThrough=""
1360                                        />
1361                                </FileConfiguration>
1362                                <FileConfiguration
1363                                        Name="Nightly|Itanium"
1364                                        >
1365                                        <Tool
1366                                                Name="VCCLCompilerTool"
1367                                                UsePrecompiledHeader="0"
1368                                                PrecompiledHeaderThrough=""
1369                                        />
1370                                </FileConfiguration>
1371                                <FileConfiguration
1372                                        Name="Debug-MemCheck|Itanium"
1373                                        >
1374                                        <Tool
1375                                                Name="VCCLCompilerTool"
1376                                                UsePrecompiledHeader="0"
1377                                                PrecompiledHeaderThrough=""
1378                                        />
1379                                </FileConfiguration>
1380                        </File>
1381                        <File
1382                                RelativePath=".\CheckEventLog.cpp"
1383                                >
1384                        </File>
1385                        <File
1386                                RelativePath="..\..\include\NSCHelper.cpp"
1387                                >
1388                                <FileConfiguration
1389                                        Name="Release|Win32"
1390                                        >
1391                                        <Tool
1392                                                Name="VCCLCompilerTool"
1393                                                UsePrecompiledHeader="0"
1394                                                PrecompiledHeaderThrough=""
1395                                        />
1396                                </FileConfiguration>
1397                                <FileConfiguration
1398                                        Name="Release|x64"
1399                                        >
1400                                        <Tool
1401                                                Name="VCCLCompilerTool"
1402                                                UsePrecompiledHeader="0"
1403                                                PrecompiledHeaderThrough=""
1404                                        />
1405                                </FileConfiguration>
1406                                <FileConfiguration
1407                                        Name="Debug|Win32"
1408                                        >
1409                                        <Tool
1410                                                Name="VCCLCompilerTool"
1411                                                UsePrecompiledHeader="0"
1412                                                PrecompiledHeaderThrough=""
1413                                        />
1414                                </FileConfiguration>
1415                                <FileConfiguration
1416                                        Name="Debug|x64"
1417                                        >
1418                                        <Tool
1419                                                Name="VCCLCompilerTool"
1420                                                UsePrecompiledHeader="0"
1421                                                PrecompiledHeaderThrough=""
1422                                        />
1423                                </FileConfiguration>
1424                                <FileConfiguration
1425                                        Name="Distribution|Win32"
1426                                        >
1427                                        <Tool
1428                                                Name="VCCLCompilerTool"
1429                                                UsePrecompiledHeader="0"
1430                                                PrecompiledHeaderThrough=""
1431                                        />
1432                                </FileConfiguration>
1433                                <FileConfiguration
1434                                        Name="Distribution|x64"
1435                                        >
1436                                        <Tool
1437                                                Name="VCCLCompilerTool"
1438                                                UsePrecompiledHeader="0"
1439                                                PrecompiledHeaderThrough=""
1440                                        />
1441                                </FileConfiguration>
1442                                <FileConfiguration
1443                                        Name="Nightly|Win32"
1444                                        >
1445                                        <Tool
1446                                                Name="VCCLCompilerTool"
1447                                                UsePrecompiledHeader="0"
1448                                                PrecompiledHeaderThrough=""
1449                                        />
1450                                </FileConfiguration>
1451                                <FileConfiguration
1452                                        Name="Nightly|x64"
1453                                        >
1454                                        <Tool
1455                                                Name="VCCLCompilerTool"
1456                                                UsePrecompiledHeader="0"
1457                                                PrecompiledHeaderThrough=""
1458                                        />
1459                                </FileConfiguration>
1460                                <FileConfiguration
1461                                        Name="Debug-MemCheck|Win32"
1462                                        >
1463                                        <Tool
1464                                                Name="VCCLCompilerTool"
1465                                                UsePrecompiledHeader="0"
1466                                                PrecompiledHeaderThrough=""
1467                                        />
1468                                </FileConfiguration>
1469                                <FileConfiguration
1470                                        Name="Debug-MemCheck|x64"
1471                                        >
1472                                        <Tool
1473                                                Name="VCCLCompilerTool"
1474                                                UsePrecompiledHeader="0"
1475                                                PrecompiledHeaderThrough=""
1476                                        />
1477                                </FileConfiguration>
1478                                <FileConfiguration
1479                                        Name="Release|Itanium"
1480                                        >
1481                                        <Tool
1482                                                Name="VCCLCompilerTool"
1483                                                UsePrecompiledHeader="0"
1484                                                PrecompiledHeaderThrough=""
1485                                        />
1486                                </FileConfiguration>
1487                                <FileConfiguration
1488                                        Name="Debug|Itanium"
1489                                        >
1490                                        <Tool
1491                                                Name="VCCLCompilerTool"
1492                                                UsePrecompiledHeader="0"
1493                                                PrecompiledHeaderThrough=""
1494                                        />
1495                                </FileConfiguration>
1496                                <FileConfiguration
1497                                        Name="Distribution|Itanium"
1498                                        >
1499                                        <Tool
1500                                                Name="VCCLCompilerTool"
1501                                                UsePrecompiledHeader="0"
1502                                                PrecompiledHeaderThrough=""
1503                                        />
1504                                </FileConfiguration>
1505                                <FileConfiguration
1506                                        Name="Nightly|Itanium"
1507                                        >
1508                                        <Tool
1509                                                Name="VCCLCompilerTool"
1510                                                UsePrecompiledHeader="0"
1511                                                PrecompiledHeaderThrough=""
1512                                        />
1513                                </FileConfiguration>
1514                                <FileConfiguration
1515                                        Name="Debug-MemCheck|Itanium"
1516                                        >
1517                                        <Tool
1518                                                Name="VCCLCompilerTool"
1519                                                UsePrecompiledHeader="0"
1520                                                PrecompiledHeaderThrough=""
1521                                        />
1522                                </FileConfiguration>
1523                        </File>
1524                        <File
1525                                RelativePath=".\stdafx.cpp"
1526                                >
1527                                <FileConfiguration
1528                                        Name="Release|Win32"
1529                                        >
1530                                        <Tool
1531                                                Name="VCCLCompilerTool"
1532                                                UsePrecompiledHeader="1"
1533                                        />
1534                                </FileConfiguration>
1535                                <FileConfiguration
1536                                        Name="Release|x64"
1537                                        >
1538                                        <Tool
1539                                                Name="VCCLCompilerTool"
1540                                                UsePrecompiledHeader="1"
1541                                        />
1542                                </FileConfiguration>
1543                                <FileConfiguration
1544                                        Name="Debug|Win32"
1545                                        >
1546                                        <Tool
1547                                                Name="VCCLCompilerTool"
1548                                                UsePrecompiledHeader="1"
1549                                        />
1550                                </FileConfiguration>
1551                                <FileConfiguration
1552                                        Name="Debug|x64"
1553                                        >
1554                                        <Tool
1555                                                Name="VCCLCompilerTool"
1556                                                UsePrecompiledHeader="1"
1557                                        />
1558                                </FileConfiguration>
1559                                <FileConfiguration
1560                                        Name="Distribution|Win32"
1561                                        >
1562                                        <Tool
1563                                                Name="VCCLCompilerTool"
1564                                                UsePrecompiledHeader="1"
1565                                        />
1566                                </FileConfiguration>
1567                                <FileConfiguration
1568                                        Name="Distribution|x64"
1569                                        >
1570                                        <Tool
1571                                                Name="VCCLCompilerTool"
1572                                                UsePrecompiledHeader="1"
1573                                        />
1574                                </FileConfiguration>
1575                                <FileConfiguration
1576                                        Name="Nightly|Win32"
1577                                        >
1578                                        <Tool
1579                                                Name="VCCLCompilerTool"
1580                                                UsePrecompiledHeader="1"
1581                                        />
1582                                </FileConfiguration>
1583                                <FileConfiguration
1584                                        Name="Nightly|x64"
1585                                        >
1586                                        <Tool
1587                                                Name="VCCLCompilerTool"
1588                                                UsePrecompiledHeader="1"
1589                                        />
1590                                </FileConfiguration>
1591                                <FileConfiguration
1592                                        Name="Debug-MemCheck|Win32"
1593                                        >
1594                                        <Tool
1595                                                Name="VCCLCompilerTool"
1596                                                UsePrecompiledHeader="1"
1597                                        />
1598                                </FileConfiguration>
1599                                <FileConfiguration
1600                                        Name="Debug-MemCheck|x64"
1601                                        >
1602                                        <Tool
1603                                                Name="VCCLCompilerTool"
1604                                                UsePrecompiledHeader="1"
1605                                        />
1606                                </FileConfiguration>
1607                                <FileConfiguration
1608                                        Name="Release|Itanium"
1609                                        >
1610                                        <Tool
1611                                                Name="VCCLCompilerTool"
1612                                                UsePrecompiledHeader="1"
1613                                        />
1614                                </FileConfiguration>
1615                                <FileConfiguration
1616                                        Name="Debug|Itanium"
1617                                        >
1618                                        <Tool
1619                                                Name="VCCLCompilerTool"
1620                                                UsePrecompiledHeader="1"
1621                                        />
1622                                </FileConfiguration>
1623                                <FileConfiguration
1624                                        Name="Distribution|Itanium"
1625                                        >
1626                                        <Tool
1627                                                Name="VCCLCompilerTool"
1628                                                UsePrecompiledHeader="1"
1629                                        />
1630                                </FileConfiguration>
1631                                <FileConfiguration
1632                                        Name="Nightly|Itanium"
1633                                        >
1634                                        <Tool
1635                                                Name="VCCLCompilerTool"
1636                                                UsePrecompiledHeader="1"
1637                                        />
1638                                </FileConfiguration>
1639                                <FileConfiguration
1640                                        Name="Debug-MemCheck|Itanium"
1641                                        >
1642                                        <Tool
1643                                                Name="VCCLCompilerTool"
1644                                                UsePrecompiledHeader="1"
1645                                        />
1646                                </FileConfiguration>
1647                        </File>
1648                        <File
1649                                RelativePath="..\..\include\utils.cpp"
1650                                >
1651                                <FileConfiguration
1652                                        Name="Release|Win32"
1653                                        >
1654                                        <Tool
1655                                                Name="VCCLCompilerTool"
1656                                                UsePrecompiledHeader="0"
1657                                                PrecompiledHeaderThrough=""
1658                                        />
1659                                </FileConfiguration>
1660                                <FileConfiguration
1661                                        Name="Release|x64"
1662                                        >
1663                                        <Tool
1664                                                Name="VCCLCompilerTool"
1665                                                UsePrecompiledHeader="0"
1666                                                PrecompiledHeaderThrough=""
1667                                        />
1668                                </FileConfiguration>
1669                                <FileConfiguration
1670                                        Name="Debug|Win32"
1671                                        >
1672                                        <Tool
1673                                                Name="VCCLCompilerTool"
1674                                                UsePrecompiledHeader="0"
1675                                                PrecompiledHeaderThrough=""
1676                                        />
1677                                </FileConfiguration>
1678                                <FileConfiguration
1679                                        Name="Debug|x64"
1680                                        >
1681                                        <Tool
1682                                                Name="VCCLCompilerTool"
1683                                                UsePrecompiledHeader="0"
1684                                                PrecompiledHeaderThrough=""
1685                                        />
1686                                </FileConfiguration>
1687                                <FileConfiguration
1688                                        Name="Distribution|Win32"
1689                                        >
1690                                        <Tool
1691                                                Name="VCCLCompilerTool"
1692                                                UsePrecompiledHeader="0"
1693                                                PrecompiledHeaderThrough=""
1694                                        />
1695                                </FileConfiguration>
1696                                <FileConfiguration
1697                                        Name="Distribution|x64"
1698                                        >
1699                                        <Tool
1700                                                Name="VCCLCompilerTool"
1701                                                UsePrecompiledHeader="0"
1702                                                PrecompiledHeaderThrough=""
1703                                        />
1704                                </FileConfiguration>
1705                                <FileConfiguration
1706                                        Name="Nightly|Win32"
1707                                        >
1708                                        <Tool
1709                                                Name="VCCLCompilerTool"
1710                                                UsePrecompiledHeader="0"
1711                                                PrecompiledHeaderThrough=""
1712                                        />
1713                                </FileConfiguration>
1714                                <FileConfiguration
1715                                        Name="Nightly|x64"
1716                                        >
1717                                        <Tool
1718                                                Name="VCCLCompilerTool"
1719                                                UsePrecompiledHeader="0"
1720                                                PrecompiledHeaderThrough=""
1721                                        />
1722                                </FileConfiguration>
1723                                <FileConfiguration
1724                                        Name="Debug-MemCheck|Win32"
1725                                        >
1726                                        <Tool
1727                                                Name="VCCLCompilerTool"
1728                                                UsePrecompiledHeader="0"
1729                                                PrecompiledHeaderThrough=""
1730                                        />
1731                                </FileConfiguration>
1732                                <FileConfiguration
1733                                        Name="Debug-MemCheck|x64"
1734                                        >
1735                                        <Tool
1736                                                Name="VCCLCompilerTool"
1737                                                UsePrecompiledHeader="0"
1738                                                PrecompiledHeaderThrough=""
1739                                        />
1740                                </FileConfiguration>
1741                                <FileConfiguration
1742                                        Name="Release|Itanium"
1743                                        >
1744                                        <Tool
1745                                                Name="VCCLCompilerTool"
1746                                                UsePrecompiledHeader="0"
1747                                                PrecompiledHeaderThrough=""
1748                                        />
1749                                </FileConfiguration>
1750                                <FileConfiguration
1751                                        Name="Debug|Itanium"
1752                                        >
1753                                        <Tool
1754                                                Name="VCCLCompilerTool"
1755                                                UsePrecompiledHeader="0"
1756                                                PrecompiledHeaderThrough=""
1757                                        />
1758                                </FileConfiguration>
1759                                <FileConfiguration
1760                                        Name="Distribution|Itanium"
1761                                        >
1762                                        <Tool
1763                                                Name="VCCLCompilerTool"
1764                                                UsePrecompiledHeader="0"
1765                                                PrecompiledHeaderThrough=""
1766                                        />
1767                                </FileConfiguration>
1768                                <FileConfiguration
1769                                        Name="Nightly|Itanium"
1770                                        >
1771                                        <Tool
1772                                                Name="VCCLCompilerTool"
1773                                                UsePrecompiledHeader="0"
1774                                                PrecompiledHeaderThrough=""
1775                                        />
1776                                </FileConfiguration>
1777                                <FileConfiguration
1778                                        Name="Debug-MemCheck|Itanium"
1779                                        >
1780                                        <Tool
1781                                                Name="VCCLCompilerTool"
1782                                                UsePrecompiledHeader="0"
1783                                                PrecompiledHeaderThrough=""
1784                                        />
1785                                </FileConfiguration>
1786                        </File>
1787                </Filter>
1788                <Filter
1789                        Name="Header Files"
1790                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1791                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1792                        >
1793                        <File
1794                                RelativePath=".\CheckEventLog.h"
1795                                >
1796                        </File>
1797                        <File
1798                                RelativePath="..\..\include\checkHelpers.hpp"
1799                                >
1800                        </File>
1801                        <File
1802                                RelativePath="..\..\include\filter_framework.hpp"
1803                                >
1804                        </File>
1805                        <File
1806                                RelativePath="..\..\include\NSCHelper.h"
1807                                >
1808                        </File>
1809                        <File
1810                                RelativePath=".\stdafx.h"
1811                                >
1812                        </File>
1813                </Filter>
1814                <Filter
1815                        Name="Resource Files"
1816                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1817                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1818                        >
1819                </Filter>
1820        </Files>
1821        <Globals>
1822        </Globals>
1823</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.