source: nscp/modules/CheckEventLog/CheckEventLog-2005.vcproj @ 3f569d3

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

2007-11-26 MickeM

+ Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")

  • More 2k5 build tweaks
  • Property mode set to 100644
File size: 40.2 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="$(ConfigurationName)"
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="../../Release/modules/$(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="$(PlatformName)\$(ConfigurationName)"
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="../../Release/modules/$(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="$(ConfigurationName)"
188                        IntermediateDirectory="$(ConfigurationName)"
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;NO_BOOST_DEP"
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="../../Debug/modules/$(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="$(PlatformName)\$(ConfigurationName)"
270                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
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="../../Debug/modules/$(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="$(ConfigurationName)"
353                        IntermediateDirectory="$(ConfigurationName)"
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="../../Dist/modules/$(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="$(PlatformName)\$(ConfigurationName)"
433                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
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="../../Dist/modules/$(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="$(ConfigurationName)"
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                                LinkIncremental="1"
555                                ModuleDefinitionFile="CheckEventLog.def"
556                                SubSystem="2"
557                                OptimizeReferences="2"
558                                EnableCOMDATFolding="2"
559                                TargetMachine="1"
560                        />
561                        <Tool
562                                Name="VCALinkTool"
563                        />
564                        <Tool
565                                Name="VCManifestTool"
566                        />
567                        <Tool
568                                Name="VCXDCMakeTool"
569                        />
570                        <Tool
571                                Name="VCBscMakeTool"
572                        />
573                        <Tool
574                                Name="VCFxCopTool"
575                        />
576                        <Tool
577                                Name="VCAppVerifierTool"
578                        />
579                        <Tool
580                                Name="VCWebDeploymentTool"
581                        />
582                        <Tool
583                                Name="VCPostBuildEventTool"
584                        />
585                </Configuration>
586                <Configuration
587                        Name="Nightly|x64"
588                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
589                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
590                        ConfigurationType="2"
591                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
592                        CharacterSet="1"
593                        >
594                        <Tool
595                                Name="VCPreBuildEventTool"
596                                ExcludedFromBuild="true"
597                        />
598                        <Tool
599                                Name="VCCustomBuildTool"
600                        />
601                        <Tool
602                                Name="VCXMLDataGeneratorTool"
603                        />
604                        <Tool
605                                Name="VCWebServiceProxyGeneratorTool"
606                        />
607                        <Tool
608                                Name="VCMIDLTool"
609                                TargetEnvironment="3"
610                        />
611                        <Tool
612                                Name="VCCLCompilerTool"
613                                AdditionalIncludeDirectories="../include;../../include"
614                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
615                                UsePrecompiledHeader="2"
616                                WarningLevel="3"
617                                DebugInformationFormat="3"
618                        />
619                        <Tool
620                                Name="VCManagedResourceCompilerTool"
621                        />
622                        <Tool
623                                Name="VCResourceCompilerTool"
624                        />
625                        <Tool
626                                Name="VCPreLinkEventTool"
627                        />
628                        <Tool
629                                Name="VCLinkerTool"
630                                LinkIncremental="1"
631                                ModuleDefinitionFile="CheckEventLog.def"
632                                SubSystem="2"
633                                OptimizeReferences="2"
634                                EnableCOMDATFolding="2"
635                                TargetMachine="17"
636                        />
637                        <Tool
638                                Name="VCALinkTool"
639                        />
640                        <Tool
641                                Name="VCManifestTool"
642                        />
643                        <Tool
644                                Name="VCXDCMakeTool"
645                        />
646                        <Tool
647                                Name="VCBscMakeTool"
648                        />
649                        <Tool
650                                Name="VCFxCopTool"
651                        />
652                        <Tool
653                                Name="VCAppVerifierTool"
654                        />
655                        <Tool
656                                Name="VCWebDeploymentTool"
657                        />
658                        <Tool
659                                Name="VCPostBuildEventTool"
660                        />
661                </Configuration>
662                <Configuration
663                        Name="Debug-MemCheck|Win32"
664                        OutputDirectory="$(ConfigurationName)"
665                        IntermediateDirectory="$(ConfigurationName)"
666                        ConfigurationType="2"
667                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
668                        CharacterSet="1"
669                        >
670                        <Tool
671                                Name="VCPreBuildEventTool"
672                                ExcludedFromBuild="true"
673                        />
674                        <Tool
675                                Name="VCCustomBuildTool"
676                        />
677                        <Tool
678                                Name="VCXMLDataGeneratorTool"
679                        />
680                        <Tool
681                                Name="VCWebServiceProxyGeneratorTool"
682                        />
683                        <Tool
684                                Name="VCMIDLTool"
685                        />
686                        <Tool
687                                Name="VCCLCompilerTool"
688                                Optimization="0"
689                                AdditionalIncludeDirectories="../include;../../include"
690                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK"
691                                MinimalRebuild="true"
692                                BasicRuntimeChecks="3"
693                                RuntimeLibrary="3"
694                                UsePrecompiledHeader="2"
695                                WarningLevel="3"
696                                Detect64BitPortabilityProblems="false"
697                                DebugInformationFormat="4"
698                        />
699                        <Tool
700                                Name="VCManagedResourceCompilerTool"
701                        />
702                        <Tool
703                                Name="VCResourceCompilerTool"
704                        />
705                        <Tool
706                                Name="VCPreLinkEventTool"
707                        />
708                        <Tool
709                                Name="VCLinkerTool"
710                                OutputFile="../../Debug/modules/$(ProjectName).dll"
711                                LinkIncremental="2"
712                                ModuleDefinitionFile="CheckEventLog.def"
713                                GenerateDebugInformation="true"
714                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
715                                SubSystem="2"
716                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
717                                TargetMachine="1"
718                        />
719                        <Tool
720                                Name="VCALinkTool"
721                        />
722                        <Tool
723                                Name="VCManifestTool"
724                        />
725                        <Tool
726                                Name="VCXDCMakeTool"
727                        />
728                        <Tool
729                                Name="VCBscMakeTool"
730                        />
731                        <Tool
732                                Name="VCFxCopTool"
733                        />
734                        <Tool
735                                Name="VCAppVerifierTool"
736                        />
737                        <Tool
738                                Name="VCWebDeploymentTool"
739                        />
740                        <Tool
741                                Name="VCPostBuildEventTool"
742                        />
743                </Configuration>
744                <Configuration
745                        Name="Debug-MemCheck|x64"
746                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
747                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
748                        ConfigurationType="2"
749                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
750                        CharacterSet="1"
751                        >
752                        <Tool
753                                Name="VCPreBuildEventTool"
754                                ExcludedFromBuild="true"
755                        />
756                        <Tool
757                                Name="VCCustomBuildTool"
758                        />
759                        <Tool
760                                Name="VCXMLDataGeneratorTool"
761                        />
762                        <Tool
763                                Name="VCWebServiceProxyGeneratorTool"
764                        />
765                        <Tool
766                                Name="VCMIDLTool"
767                                TargetEnvironment="3"
768                        />
769                        <Tool
770                                Name="VCCLCompilerTool"
771                                Optimization="0"
772                                AdditionalIncludeDirectories="../include;../../include"
773                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
774                                MinimalRebuild="true"
775                                BasicRuntimeChecks="3"
776                                RuntimeLibrary="3"
777                                UsePrecompiledHeader="2"
778                                WarningLevel="3"
779                                Detect64BitPortabilityProblems="false"
780                                DebugInformationFormat="3"
781                        />
782                        <Tool
783                                Name="VCManagedResourceCompilerTool"
784                        />
785                        <Tool
786                                Name="VCResourceCompilerTool"
787                        />
788                        <Tool
789                                Name="VCPreLinkEventTool"
790                        />
791                        <Tool
792                                Name="VCLinkerTool"
793                                OutputFile="../../Debug/modules/$(ProjectName).dll"
794                                LinkIncremental="2"
795                                ModuleDefinitionFile="CheckEventLog.def"
796                                GenerateDebugInformation="true"
797                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
798                                SubSystem="2"
799                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
800                                TargetMachine="17"
801                        />
802                        <Tool
803                                Name="VCALinkTool"
804                        />
805                        <Tool
806                                Name="VCManifestTool"
807                        />
808                        <Tool
809                                Name="VCXDCMakeTool"
810                        />
811                        <Tool
812                                Name="VCBscMakeTool"
813                        />
814                        <Tool
815                                Name="VCFxCopTool"
816                        />
817                        <Tool
818                                Name="VCAppVerifierTool"
819                        />
820                        <Tool
821                                Name="VCWebDeploymentTool"
822                        />
823                        <Tool
824                                Name="VCPostBuildEventTool"
825                        />
826                </Configuration>
827                <Configuration
828                        Name="Release|Itanium"
829                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
830                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
831                        ConfigurationType="2"
832                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
833                        CharacterSet="2"
834                        >
835                        <Tool
836                                Name="VCPreBuildEventTool"
837                                ExcludedFromBuild="true"
838                        />
839                        <Tool
840                                Name="VCCustomBuildTool"
841                        />
842                        <Tool
843                                Name="VCXMLDataGeneratorTool"
844                        />
845                        <Tool
846                                Name="VCWebServiceProxyGeneratorTool"
847                        />
848                        <Tool
849                                Name="VCMIDLTool"
850                                TargetEnvironment="2"
851                        />
852                        <Tool
853                                Name="VCCLCompilerTool"
854                                AdditionalIncludeDirectories="../include;../../include"
855                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
856                                RuntimeLibrary="0"
857                                UsePrecompiledHeader="2"
858                                WarningLevel="3"
859                                Detect64BitPortabilityProblems="false"
860                                DebugInformationFormat="3"
861                        />
862                        <Tool
863                                Name="VCManagedResourceCompilerTool"
864                        />
865                        <Tool
866                                Name="VCResourceCompilerTool"
867                        />
868                        <Tool
869                                Name="VCPreLinkEventTool"
870                        />
871                        <Tool
872                                Name="VCLinkerTool"
873                                OutputFile="../../Release/modules/$(ProjectName).dll"
874                                LinkIncremental="1"
875                                ModuleDefinitionFile="CheckEventLog.def"
876                                GenerateDebugInformation="false"
877                                SubSystem="2"
878                                OptimizeReferences="2"
879                                EnableCOMDATFolding="2"
880                                RandomizedBaseAddress="1"
881                                DataExecutionPrevention="0"
882                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
883                                TargetMachine="5"
884                        />
885                        <Tool
886                                Name="VCALinkTool"
887                        />
888                        <Tool
889                                Name="VCManifestTool"
890                        />
891                        <Tool
892                                Name="VCXDCMakeTool"
893                        />
894                        <Tool
895                                Name="VCBscMakeTool"
896                        />
897                        <Tool
898                                Name="VCFxCopTool"
899                        />
900                        <Tool
901                                Name="VCAppVerifierTool"
902                        />
903                        <Tool
904                                Name="VCPostBuildEventTool"
905                        />
906                </Configuration>
907                <Configuration
908                        Name="Debug|Itanium"
909                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
910                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
911                        ConfigurationType="2"
912                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
913                        CharacterSet="2"
914                        >
915                        <Tool
916                                Name="VCPreBuildEventTool"
917                                ExcludedFromBuild="true"
918                        />
919                        <Tool
920                                Name="VCCustomBuildTool"
921                        />
922                        <Tool
923                                Name="VCXMLDataGeneratorTool"
924                        />
925                        <Tool
926                                Name="VCWebServiceProxyGeneratorTool"
927                        />
928                        <Tool
929                                Name="VCMIDLTool"
930                                TargetEnvironment="2"
931                        />
932                        <Tool
933                                Name="VCCLCompilerTool"
934                                Optimization="0"
935                                AdditionalIncludeDirectories="../include;../../include"
936                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
937                                MinimalRebuild="true"
938                                BasicRuntimeChecks="3"
939                                RuntimeLibrary="3"
940                                UsePrecompiledHeader="2"
941                                WarningLevel="3"
942                                Detect64BitPortabilityProblems="false"
943                                DebugInformationFormat="3"
944                        />
945                        <Tool
946                                Name="VCManagedResourceCompilerTool"
947                        />
948                        <Tool
949                                Name="VCResourceCompilerTool"
950                        />
951                        <Tool
952                                Name="VCPreLinkEventTool"
953                        />
954                        <Tool
955                                Name="VCLinkerTool"
956                                OutputFile="../../Debug/modules/$(ProjectName).dll"
957                                LinkIncremental="2"
958                                ModuleDefinitionFile="CheckEventLog.def"
959                                GenerateDebugInformation="true"
960                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
961                                SubSystem="2"
962                                RandomizedBaseAddress="1"
963                                DataExecutionPrevention="0"
964                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
965                                TargetMachine="5"
966                        />
967                        <Tool
968                                Name="VCALinkTool"
969                        />
970                        <Tool
971                                Name="VCManifestTool"
972                        />
973                        <Tool
974                                Name="VCXDCMakeTool"
975                        />
976                        <Tool
977                                Name="VCBscMakeTool"
978                        />
979                        <Tool
980                                Name="VCFxCopTool"
981                        />
982                        <Tool
983                                Name="VCAppVerifierTool"
984                        />
985                        <Tool
986                                Name="VCPostBuildEventTool"
987                        />
988                </Configuration>
989                <Configuration
990                        Name="Distribution|Itanium"
991                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
992                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
993                        ConfigurationType="2"
994                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
995                        CharacterSet="2"
996                        >
997                        <Tool
998                                Name="VCPreBuildEventTool"
999                                ExcludedFromBuild="true"
1000                        />
1001                        <Tool
1002                                Name="VCCustomBuildTool"
1003                        />
1004                        <Tool
1005                                Name="VCXMLDataGeneratorTool"
1006                        />
1007                        <Tool
1008                                Name="VCWebServiceProxyGeneratorTool"
1009                        />
1010                        <Tool
1011                                Name="VCMIDLTool"
1012                                TargetEnvironment="2"
1013                        />
1014                        <Tool
1015                                Name="VCCLCompilerTool"
1016                                AdditionalIncludeDirectories="../include;../../include"
1017                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1018                                RuntimeLibrary="0"
1019                                UsePrecompiledHeader="2"
1020                                WarningLevel="3"
1021                                Detect64BitPortabilityProblems="false"
1022                                DebugInformationFormat="3"
1023                        />
1024                        <Tool
1025                                Name="VCManagedResourceCompilerTool"
1026                        />
1027                        <Tool
1028                                Name="VCResourceCompilerTool"
1029                        />
1030                        <Tool
1031                                Name="VCPreLinkEventTool"
1032                        />
1033                        <Tool
1034                                Name="VCLinkerTool"
1035                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1036                                LinkIncremental="1"
1037                                ModuleDefinitionFile="CheckEventLog.def"
1038                                GenerateDebugInformation="false"
1039                                SubSystem="2"
1040                                OptimizeReferences="2"
1041                                EnableCOMDATFolding="2"
1042                                RandomizedBaseAddress="1"
1043                                DataExecutionPrevention="0"
1044                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
1045                                TargetMachine="5"
1046                        />
1047                        <Tool
1048                                Name="VCALinkTool"
1049                        />
1050                        <Tool
1051                                Name="VCManifestTool"
1052                        />
1053                        <Tool
1054                                Name="VCXDCMakeTool"
1055                        />
1056                        <Tool
1057                                Name="VCBscMakeTool"
1058                        />
1059                        <Tool
1060                                Name="VCFxCopTool"
1061                        />
1062                        <Tool
1063                                Name="VCAppVerifierTool"
1064                        />
1065                        <Tool
1066                                Name="VCPostBuildEventTool"
1067                        />
1068                </Configuration>
1069                <Configuration
1070                        Name="Nightly|Itanium"
1071                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1072                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1073                        ConfigurationType="2"
1074                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1075                        CharacterSet="2"
1076                        >
1077                        <Tool
1078                                Name="VCPreBuildEventTool"
1079                                ExcludedFromBuild="true"
1080                        />
1081                        <Tool
1082                                Name="VCCustomBuildTool"
1083                        />
1084                        <Tool
1085                                Name="VCXMLDataGeneratorTool"
1086                        />
1087                        <Tool
1088                                Name="VCWebServiceProxyGeneratorTool"
1089                        />
1090                        <Tool
1091                                Name="VCMIDLTool"
1092                                TargetEnvironment="2"
1093                        />
1094                        <Tool
1095                                Name="VCCLCompilerTool"
1096                                AdditionalIncludeDirectories="../include;../../include"
1097                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
1098                                RuntimeLibrary="0"
1099                                UsePrecompiledHeader="2"
1100                                WarningLevel="3"
1101                                Detect64BitPortabilityProblems="false"
1102                                DebugInformationFormat="3"
1103                        />
1104                        <Tool
1105                                Name="VCManagedResourceCompilerTool"
1106                        />
1107                        <Tool
1108                                Name="VCResourceCompilerTool"
1109                        />
1110                        <Tool
1111                                Name="VCPreLinkEventTool"
1112                        />
1113                        <Tool
1114                                Name="VCLinkerTool"
1115                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1116                                LinkIncremental="1"
1117                                ModuleDefinitionFile="CheckEventLog.def"
1118                                GenerateDebugInformation="true"
1119                                SubSystem="2"
1120                                OptimizeReferences="2"
1121                                EnableCOMDATFolding="2"
1122                                RandomizedBaseAddress="1"
1123                                DataExecutionPrevention="0"
1124                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
1125                                TargetMachine="5"
1126                        />
1127                        <Tool
1128                                Name="VCALinkTool"
1129                        />
1130                        <Tool
1131                                Name="VCManifestTool"
1132                        />
1133                        <Tool
1134                                Name="VCXDCMakeTool"
1135                        />
1136                        <Tool
1137                                Name="VCBscMakeTool"
1138                        />
1139                        <Tool
1140                                Name="VCFxCopTool"
1141                        />
1142                        <Tool
1143                                Name="VCAppVerifierTool"
1144                        />
1145                        <Tool
1146                                Name="VCPostBuildEventTool"
1147                        />
1148                </Configuration>
1149                <Configuration
1150                        Name="Debug-MemCheck|Itanium"
1151                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1152                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1153                        ConfigurationType="2"
1154                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1155                        CharacterSet="2"
1156                        >
1157                        <Tool
1158                                Name="VCPreBuildEventTool"
1159                                ExcludedFromBuild="true"
1160                        />
1161                        <Tool
1162                                Name="VCCustomBuildTool"
1163                        />
1164                        <Tool
1165                                Name="VCXMLDataGeneratorTool"
1166                        />
1167                        <Tool
1168                                Name="VCWebServiceProxyGeneratorTool"
1169                        />
1170                        <Tool
1171                                Name="VCMIDLTool"
1172                                TargetEnvironment="2"
1173                        />
1174                        <Tool
1175                                Name="VCCLCompilerTool"
1176                                Optimization="0"
1177                                AdditionalIncludeDirectories="../include;../../include"
1178                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1179                                MinimalRebuild="true"
1180                                BasicRuntimeChecks="3"
1181                                RuntimeLibrary="3"
1182                                UsePrecompiledHeader="2"
1183                                WarningLevel="3"
1184                                Detect64BitPortabilityProblems="false"
1185                                DebugInformationFormat="3"
1186                        />
1187                        <Tool
1188                                Name="VCManagedResourceCompilerTool"
1189                        />
1190                        <Tool
1191                                Name="VCResourceCompilerTool"
1192                        />
1193                        <Tool
1194                                Name="VCPreLinkEventTool"
1195                        />
1196                        <Tool
1197                                Name="VCLinkerTool"
1198                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1199                                LinkIncremental="2"
1200                                ModuleDefinitionFile="CheckEventLog.def"
1201                                GenerateDebugInformation="true"
1202                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
1203                                SubSystem="2"
1204                                RandomizedBaseAddress="1"
1205                                DataExecutionPrevention="0"
1206                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
1207                                TargetMachine="5"
1208                        />
1209                        <Tool
1210                                Name="VCALinkTool"
1211                        />
1212                        <Tool
1213                                Name="VCManifestTool"
1214                        />
1215                        <Tool
1216                                Name="VCXDCMakeTool"
1217                        />
1218                        <Tool
1219                                Name="VCBscMakeTool"
1220                        />
1221                        <Tool
1222                                Name="VCFxCopTool"
1223                        />
1224                        <Tool
1225                                Name="VCAppVerifierTool"
1226                        />
1227                        <Tool
1228                                Name="VCPostBuildEventTool"
1229                        />
1230                </Configuration>
1231        </Configurations>
1232        <References>
1233        </References>
1234        <Files>
1235                <Filter
1236                        Name="Source Files"
1237                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1238                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1239                        >
1240                        <File
1241                                RelativePath="..\..\include\arrayBuffer.cpp"
1242                                >
1243                                <FileConfiguration
1244                                        Name="Release|Win32"
1245                                        >
1246                                        <Tool
1247                                                Name="VCCLCompilerTool"
1248                                                UsePrecompiledHeader="0"
1249                                                PrecompiledHeaderThrough=""
1250                                        />
1251                                </FileConfiguration>
1252                                <FileConfiguration
1253                                        Name="Release|x64"
1254                                        >
1255                                        <Tool
1256                                                Name="VCCLCompilerTool"
1257                                                UsePrecompiledHeader="0"
1258                                                PrecompiledHeaderThrough=""
1259                                        />
1260                                </FileConfiguration>
1261                                <FileConfiguration
1262                                        Name="Debug|Win32"
1263                                        >
1264                                        <Tool
1265                                                Name="VCCLCompilerTool"
1266                                                UsePrecompiledHeader="0"
1267                                                PrecompiledHeaderThrough=""
1268                                        />
1269                                </FileConfiguration>
1270                                <FileConfiguration
1271                                        Name="Debug|x64"
1272                                        >
1273                                        <Tool
1274                                                Name="VCCLCompilerTool"
1275                                                UsePrecompiledHeader="0"
1276                                                PrecompiledHeaderThrough=""
1277                                        />
1278                                </FileConfiguration>
1279                                <FileConfiguration
1280                                        Name="Distribution|Win32"
1281                                        >
1282                                        <Tool
1283                                                Name="VCCLCompilerTool"
1284                                                UsePrecompiledHeader="0"
1285                                                PrecompiledHeaderThrough=""
1286                                        />
1287                                </FileConfiguration>
1288                                <FileConfiguration
1289                                        Name="Distribution|x64"
1290                                        >
1291                                        <Tool
1292                                                Name="VCCLCompilerTool"
1293                                                UsePrecompiledHeader="0"
1294                                                PrecompiledHeaderThrough=""
1295                                        />
1296                                </FileConfiguration>
1297                                <FileConfiguration
1298                                        Name="Nightly|Win32"
1299                                        >
1300                                        <Tool
1301                                                Name="VCCLCompilerTool"
1302                                                UsePrecompiledHeader="0"
1303                                                PrecompiledHeaderThrough=""
1304                                        />
1305                                </FileConfiguration>
1306                                <FileConfiguration
1307                                        Name="Nightly|x64"
1308                                        >
1309                                        <Tool
1310                                                Name="VCCLCompilerTool"
1311                                                UsePrecompiledHeader="0"
1312                                                PrecompiledHeaderThrough=""
1313                                        />
1314                                </FileConfiguration>
1315                                <FileConfiguration
1316                                        Name="Debug-MemCheck|Win32"
1317                                        >
1318                                        <Tool
1319                                                Name="VCCLCompilerTool"
1320                                                UsePrecompiledHeader="0"
1321                                                PrecompiledHeaderThrough=""
1322                                        />
1323                                </FileConfiguration>
1324                                <FileConfiguration
1325                                        Name="Debug-MemCheck|x64"
1326                                        >
1327                                        <Tool
1328                                                Name="VCCLCompilerTool"
1329                                                UsePrecompiledHeader="0"
1330                                                PrecompiledHeaderThrough=""
1331                                        />
1332                                </FileConfiguration>
1333                                <FileConfiguration
1334                                        Name="Release|Itanium"
1335                                        >
1336                                        <Tool
1337                                                Name="VCCLCompilerTool"
1338                                                UsePrecompiledHeader="0"
1339                                                PrecompiledHeaderThrough=""
1340                                        />
1341                                </FileConfiguration>
1342                                <FileConfiguration
1343                                        Name="Debug|Itanium"
1344                                        >
1345                                        <Tool
1346                                                Name="VCCLCompilerTool"
1347                                                UsePrecompiledHeader="0"
1348                                                PrecompiledHeaderThrough=""
1349                                        />
1350                                </FileConfiguration>
1351                                <FileConfiguration
1352                                        Name="Distribution|Itanium"
1353                                        >
1354                                        <Tool
1355                                                Name="VCCLCompilerTool"
1356                                                UsePrecompiledHeader="0"
1357                                                PrecompiledHeaderThrough=""
1358                                        />
1359                                </FileConfiguration>
1360                                <FileConfiguration
1361                                        Name="Nightly|Itanium"
1362                                        >
1363                                        <Tool
1364                                                Name="VCCLCompilerTool"
1365                                                UsePrecompiledHeader="0"
1366                                                PrecompiledHeaderThrough=""
1367                                        />
1368                                </FileConfiguration>
1369                                <FileConfiguration
1370                                        Name="Debug-MemCheck|Itanium"
1371                                        >
1372                                        <Tool
1373                                                Name="VCCLCompilerTool"
1374                                                UsePrecompiledHeader="0"
1375                                                PrecompiledHeaderThrough=""
1376                                        />
1377                                </FileConfiguration>
1378                        </File>
1379                        <File
1380                                RelativePath=".\CheckEventLog.cpp"
1381                                >
1382                        </File>
1383                        <File
1384                                RelativePath="..\..\include\NSCHelper.cpp"
1385                                >
1386                                <FileConfiguration
1387                                        Name="Release|Win32"
1388                                        >
1389                                        <Tool
1390                                                Name="VCCLCompilerTool"
1391                                                UsePrecompiledHeader="0"
1392                                                PrecompiledHeaderThrough=""
1393                                        />
1394                                </FileConfiguration>
1395                                <FileConfiguration
1396                                        Name="Release|x64"
1397                                        >
1398                                        <Tool
1399                                                Name="VCCLCompilerTool"
1400                                                UsePrecompiledHeader="0"
1401                                                PrecompiledHeaderThrough=""
1402                                        />
1403                                </FileConfiguration>
1404                                <FileConfiguration
1405                                        Name="Debug|Win32"
1406                                        >
1407                                        <Tool
1408                                                Name="VCCLCompilerTool"
1409                                                UsePrecompiledHeader="0"
1410                                                PrecompiledHeaderThrough=""
1411                                        />
1412                                </FileConfiguration>
1413                                <FileConfiguration
1414                                        Name="Debug|x64"
1415                                        >
1416                                        <Tool
1417                                                Name="VCCLCompilerTool"
1418                                                UsePrecompiledHeader="0"
1419                                                PrecompiledHeaderThrough=""
1420                                        />
1421                                </FileConfiguration>
1422                                <FileConfiguration
1423                                        Name="Distribution|Win32"
1424                                        >
1425                                        <Tool
1426                                                Name="VCCLCompilerTool"
1427                                                UsePrecompiledHeader="0"
1428                                                PrecompiledHeaderThrough=""
1429                                        />
1430                                </FileConfiguration>
1431                                <FileConfiguration
1432                                        Name="Distribution|x64"
1433                                        >
1434                                        <Tool
1435                                                Name="VCCLCompilerTool"
1436                                                UsePrecompiledHeader="0"
1437                                                PrecompiledHeaderThrough=""
1438                                        />
1439                                </FileConfiguration>
1440                                <FileConfiguration
1441                                        Name="Nightly|Win32"
1442                                        >
1443                                        <Tool
1444                                                Name="VCCLCompilerTool"
1445                                                UsePrecompiledHeader="0"
1446                                                PrecompiledHeaderThrough=""
1447                                        />
1448                                </FileConfiguration>
1449                                <FileConfiguration
1450                                        Name="Nightly|x64"
1451                                        >
1452                                        <Tool
1453                                                Name="VCCLCompilerTool"
1454                                                UsePrecompiledHeader="0"
1455                                                PrecompiledHeaderThrough=""
1456                                        />
1457                                </FileConfiguration>
1458                                <FileConfiguration
1459                                        Name="Debug-MemCheck|Win32"
1460                                        >
1461                                        <Tool
1462                                                Name="VCCLCompilerTool"
1463                                                UsePrecompiledHeader="0"
1464                                                PrecompiledHeaderThrough=""
1465                                        />
1466                                </FileConfiguration>
1467                                <FileConfiguration
1468                                        Name="Debug-MemCheck|x64"
1469                                        >
1470                                        <Tool
1471                                                Name="VCCLCompilerTool"
1472                                                UsePrecompiledHeader="0"
1473                                                PrecompiledHeaderThrough=""
1474                                        />
1475                                </FileConfiguration>
1476                                <FileConfiguration
1477                                        Name="Release|Itanium"
1478                                        >
1479                                        <Tool
1480                                                Name="VCCLCompilerTool"
1481                                                UsePrecompiledHeader="0"
1482                                                PrecompiledHeaderThrough=""
1483                                        />
1484                                </FileConfiguration>
1485                                <FileConfiguration
1486                                        Name="Debug|Itanium"
1487                                        >
1488                                        <Tool
1489                                                Name="VCCLCompilerTool"
1490                                                UsePrecompiledHeader="0"
1491                                                PrecompiledHeaderThrough=""
1492                                        />
1493                                </FileConfiguration>
1494                                <FileConfiguration
1495                                        Name="Distribution|Itanium"
1496                                        >
1497                                        <Tool
1498                                                Name="VCCLCompilerTool"
1499                                                UsePrecompiledHeader="0"
1500                                                PrecompiledHeaderThrough=""
1501                                        />
1502                                </FileConfiguration>
1503                                <FileConfiguration
1504                                        Name="Nightly|Itanium"
1505                                        >
1506                                        <Tool
1507                                                Name="VCCLCompilerTool"
1508                                                UsePrecompiledHeader="0"
1509                                                PrecompiledHeaderThrough=""
1510                                        />
1511                                </FileConfiguration>
1512                                <FileConfiguration
1513                                        Name="Debug-MemCheck|Itanium"
1514                                        >
1515                                        <Tool
1516                                                Name="VCCLCompilerTool"
1517                                                UsePrecompiledHeader="0"
1518                                                PrecompiledHeaderThrough=""
1519                                        />
1520                                </FileConfiguration>
1521                        </File>
1522                        <File
1523                                RelativePath=".\stdafx.cpp"
1524                                >
1525                                <FileConfiguration
1526                                        Name="Release|Win32"
1527                                        >
1528                                        <Tool
1529                                                Name="VCCLCompilerTool"
1530                                                UsePrecompiledHeader="1"
1531                                        />
1532                                </FileConfiguration>
1533                                <FileConfiguration
1534                                        Name="Release|x64"
1535                                        >
1536                                        <Tool
1537                                                Name="VCCLCompilerTool"
1538                                                UsePrecompiledHeader="1"
1539                                        />
1540                                </FileConfiguration>
1541                                <FileConfiguration
1542                                        Name="Debug|Win32"
1543                                        >
1544                                        <Tool
1545                                                Name="VCCLCompilerTool"
1546                                                UsePrecompiledHeader="1"
1547                                        />
1548                                </FileConfiguration>
1549                                <FileConfiguration
1550                                        Name="Debug|x64"
1551                                        >
1552                                        <Tool
1553                                                Name="VCCLCompilerTool"
1554                                                UsePrecompiledHeader="1"
1555                                        />
1556                                </FileConfiguration>
1557                                <FileConfiguration
1558                                        Name="Distribution|Win32"
1559                                        >
1560                                        <Tool
1561                                                Name="VCCLCompilerTool"
1562                                                UsePrecompiledHeader="1"
1563                                        />
1564                                </FileConfiguration>
1565                                <FileConfiguration
1566                                        Name="Distribution|x64"
1567                                        >
1568                                        <Tool
1569                                                Name="VCCLCompilerTool"
1570                                                UsePrecompiledHeader="1"
1571                                        />
1572                                </FileConfiguration>
1573                                <FileConfiguration
1574                                        Name="Nightly|Win32"
1575                                        >
1576                                        <Tool
1577                                                Name="VCCLCompilerTool"
1578                                                UsePrecompiledHeader="1"
1579                                        />
1580                                </FileConfiguration>
1581                                <FileConfiguration
1582                                        Name="Nightly|x64"
1583                                        >
1584                                        <Tool
1585                                                Name="VCCLCompilerTool"
1586                                                UsePrecompiledHeader="1"
1587                                        />
1588                                </FileConfiguration>
1589                                <FileConfiguration
1590                                        Name="Debug-MemCheck|Win32"
1591                                        >
1592                                        <Tool
1593                                                Name="VCCLCompilerTool"
1594                                                UsePrecompiledHeader="1"
1595                                        />
1596                                </FileConfiguration>
1597                                <FileConfiguration
1598                                        Name="Debug-MemCheck|x64"
1599                                        >
1600                                        <Tool
1601                                                Name="VCCLCompilerTool"
1602                                                UsePrecompiledHeader="1"
1603                                        />
1604                                </FileConfiguration>
1605                                <FileConfiguration
1606                                        Name="Release|Itanium"
1607                                        >
1608                                        <Tool
1609                                                Name="VCCLCompilerTool"
1610                                                UsePrecompiledHeader="1"
1611                                        />
1612                                </FileConfiguration>
1613                                <FileConfiguration
1614                                        Name="Debug|Itanium"
1615                                        >
1616                                        <Tool
1617                                                Name="VCCLCompilerTool"
1618                                                UsePrecompiledHeader="1"
1619                                        />
1620                                </FileConfiguration>
1621                                <FileConfiguration
1622                                        Name="Distribution|Itanium"
1623                                        >
1624                                        <Tool
1625                                                Name="VCCLCompilerTool"
1626                                                UsePrecompiledHeader="1"
1627                                        />
1628                                </FileConfiguration>
1629                                <FileConfiguration
1630                                        Name="Nightly|Itanium"
1631                                        >
1632                                        <Tool
1633                                                Name="VCCLCompilerTool"
1634                                                UsePrecompiledHeader="1"
1635                                        />
1636                                </FileConfiguration>
1637                                <FileConfiguration
1638                                        Name="Debug-MemCheck|Itanium"
1639                                        >
1640                                        <Tool
1641                                                Name="VCCLCompilerTool"
1642                                                UsePrecompiledHeader="1"
1643                                        />
1644                                </FileConfiguration>
1645                        </File>
1646                        <File
1647                                RelativePath="..\..\include\utils.cpp"
1648                                >
1649                                <FileConfiguration
1650                                        Name="Release|Win32"
1651                                        >
1652                                        <Tool
1653                                                Name="VCCLCompilerTool"
1654                                                UsePrecompiledHeader="0"
1655                                                PrecompiledHeaderThrough=""
1656                                        />
1657                                </FileConfiguration>
1658                                <FileConfiguration
1659                                        Name="Release|x64"
1660                                        >
1661                                        <Tool
1662                                                Name="VCCLCompilerTool"
1663                                                UsePrecompiledHeader="0"
1664                                                PrecompiledHeaderThrough=""
1665                                        />
1666                                </FileConfiguration>
1667                                <FileConfiguration
1668                                        Name="Debug|Win32"
1669                                        >
1670                                        <Tool
1671                                                Name="VCCLCompilerTool"
1672                                                UsePrecompiledHeader="0"
1673                                                PrecompiledHeaderThrough=""
1674                                        />
1675                                </FileConfiguration>
1676                                <FileConfiguration
1677                                        Name="Debug|x64"
1678                                        >
1679                                        <Tool
1680                                                Name="VCCLCompilerTool"
1681                                                UsePrecompiledHeader="0"
1682                                                PrecompiledHeaderThrough=""
1683                                        />
1684                                </FileConfiguration>
1685                                <FileConfiguration
1686                                        Name="Distribution|Win32"
1687                                        >
1688                                        <Tool
1689                                                Name="VCCLCompilerTool"
1690                                                UsePrecompiledHeader="0"
1691                                                PrecompiledHeaderThrough=""
1692                                        />
1693                                </FileConfiguration>
1694                                <FileConfiguration
1695                                        Name="Distribution|x64"
1696                                        >
1697                                        <Tool
1698                                                Name="VCCLCompilerTool"
1699                                                UsePrecompiledHeader="0"
1700                                                PrecompiledHeaderThrough=""
1701                                        />
1702                                </FileConfiguration>
1703                                <FileConfiguration
1704                                        Name="Nightly|Win32"
1705                                        >
1706                                        <Tool
1707                                                Name="VCCLCompilerTool"
1708                                                UsePrecompiledHeader="0"
1709                                                PrecompiledHeaderThrough=""
1710                                        />
1711                                </FileConfiguration>
1712                                <FileConfiguration
1713                                        Name="Nightly|x64"
1714                                        >
1715                                        <Tool
1716                                                Name="VCCLCompilerTool"
1717                                                UsePrecompiledHeader="0"
1718                                                PrecompiledHeaderThrough=""
1719                                        />
1720                                </FileConfiguration>
1721                                <FileConfiguration
1722                                        Name="Debug-MemCheck|Win32"
1723                                        >
1724                                        <Tool
1725                                                Name="VCCLCompilerTool"
1726                                                UsePrecompiledHeader="0"
1727                                                PrecompiledHeaderThrough=""
1728                                        />
1729                                </FileConfiguration>
1730                                <FileConfiguration
1731                                        Name="Debug-MemCheck|x64"
1732                                        >
1733                                        <Tool
1734                                                Name="VCCLCompilerTool"
1735                                                UsePrecompiledHeader="0"
1736                                                PrecompiledHeaderThrough=""
1737                                        />
1738                                </FileConfiguration>
1739                                <FileConfiguration
1740                                        Name="Release|Itanium"
1741                                        >
1742                                        <Tool
1743                                                Name="VCCLCompilerTool"
1744                                                UsePrecompiledHeader="0"
1745                                                PrecompiledHeaderThrough=""
1746                                        />
1747                                </FileConfiguration>
1748                                <FileConfiguration
1749                                        Name="Debug|Itanium"
1750                                        >
1751                                        <Tool
1752                                                Name="VCCLCompilerTool"
1753                                                UsePrecompiledHeader="0"
1754                                                PrecompiledHeaderThrough=""
1755                                        />
1756                                </FileConfiguration>
1757                                <FileConfiguration
1758                                        Name="Distribution|Itanium"
1759                                        >
1760                                        <Tool
1761                                                Name="VCCLCompilerTool"
1762                                                UsePrecompiledHeader="0"
1763                                                PrecompiledHeaderThrough=""
1764                                        />
1765                                </FileConfiguration>
1766                                <FileConfiguration
1767                                        Name="Nightly|Itanium"
1768                                        >
1769                                        <Tool
1770                                                Name="VCCLCompilerTool"
1771                                                UsePrecompiledHeader="0"
1772                                                PrecompiledHeaderThrough=""
1773                                        />
1774                                </FileConfiguration>
1775                                <FileConfiguration
1776                                        Name="Debug-MemCheck|Itanium"
1777                                        >
1778                                        <Tool
1779                                                Name="VCCLCompilerTool"
1780                                                UsePrecompiledHeader="0"
1781                                                PrecompiledHeaderThrough=""
1782                                        />
1783                                </FileConfiguration>
1784                        </File>
1785                </Filter>
1786                <Filter
1787                        Name="Header Files"
1788                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1789                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1790                        >
1791                        <File
1792                                RelativePath=".\CheckEventLog.h"
1793                                >
1794                        </File>
1795                        <File
1796                                RelativePath="..\..\include\filter_framework.hpp"
1797                                >
1798                        </File>
1799                        <File
1800                                RelativePath="..\..\include\NSCHelper.h"
1801                                >
1802                        </File>
1803                        <File
1804                                RelativePath=".\stdafx.h"
1805                                >
1806                        </File>
1807                </Filter>
1808                <Filter
1809                        Name="Resource Files"
1810                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1811                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1812                        >
1813                </Filter>
1814                <File
1815                        RelativePath=".\ReadMe.txt"
1816                        >
1817                </File>
1818        </Files>
1819        <Globals>
1820        </Globals>
1821</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.