source: nscp/modules/CheckEventLog/CheckEventLog.vcproj @ a6aaf0a

0.4.00.4.10.4.2stable
Last change on this file since a6aaf0a was a6aaf0a, checked in by Michael Medin <michael@…>, 6 years ago
  • Added Dutch performance counters to counters.defs
    • Added Spanish performance counters to counters.defs
    • Added #69 [includes] directive to INI-file to include other files
    • Fixed #75 (spelling issue)

+++ Tried to setup a 64bit build +++

  • Property mode set to 100644
File size: 16.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="CheckEventLog"
6        ProjectGUID="{BA246C01-063A-4548-8957-32D5CC76171B}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13                <Platform
14                        Name="x64"
15                />
16        </Platforms>
17        <ToolFiles>
18        </ToolFiles>
19        <Configurations>
20                <Configuration
21                        Name="Release|Win32"
22                        OutputDirectory="$(ConfigurationName)"
23                        IntermediateDirectory="$(ConfigurationName)"
24                        ConfigurationType="2"
25                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26                        CharacterSet="2"
27                        >
28                        <Tool
29                                Name="VCPreBuildEventTool"
30                                ExcludedFromBuild="true"
31                        />
32                        <Tool
33                                Name="VCCustomBuildTool"
34                        />
35                        <Tool
36                                Name="VCXMLDataGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCWebServiceProxyGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCMIDLTool"
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                AdditionalIncludeDirectories="../include;../../include"
47                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
48                                RuntimeLibrary="0"
49                                UsePrecompiledHeader="2"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="3"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                OutputFile="../../Release/modules/$(ProjectName).dll"
66                                LinkIncremental="1"
67                                ModuleDefinitionFile="CheckEventLog.def"
68                                GenerateDebugInformation="false"
69                                SubSystem="2"
70                                OptimizeReferences="2"
71                                EnableCOMDATFolding="2"
72                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCWebDeploymentTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                        />
99                </Configuration>
100                <Configuration
101                        Name="Debug|Win32"
102                        OutputDirectory="$(ConfigurationName)"
103                        IntermediateDirectory="$(ConfigurationName)"
104                        ConfigurationType="2"
105                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
106                        CharacterSet="2"
107                        >
108                        <Tool
109                                Name="VCPreBuildEventTool"
110                                ExcludedFromBuild="true"
111                        />
112                        <Tool
113                                Name="VCCustomBuildTool"
114                        />
115                        <Tool
116                                Name="VCXMLDataGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCMIDLTool"
123                        />
124                        <Tool
125                                Name="VCCLCompilerTool"
126                                Optimization="0"
127                                AdditionalIncludeDirectories="../include;../../include"
128                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;BOOST_REGEX_DYN_LINK;_CRT_SECURE_NO_DEPRECATE"
129                                MinimalRebuild="true"
130                                BasicRuntimeChecks="3"
131                                RuntimeLibrary="3"
132                                UsePrecompiledHeader="2"
133                                WarningLevel="3"
134                                Detect64BitPortabilityProblems="true"
135                                DebugInformationFormat="4"
136                        />
137                        <Tool
138                                Name="VCManagedResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCPreLinkEventTool"
145                        />
146                        <Tool
147                                Name="VCLinkerTool"
148                                OutputFile="../../Debug/modules/$(ProjectName).dll"
149                                LinkIncremental="2"
150                                ModuleDefinitionFile="CheckEventLog.def"
151                                GenerateDebugInformation="true"
152                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
153                                SubSystem="2"
154                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
155                                TargetMachine="1"
156                        />
157                        <Tool
158                                Name="VCALinkTool"
159                        />
160                        <Tool
161                                Name="VCManifestTool"
162                        />
163                        <Tool
164                                Name="VCXDCMakeTool"
165                        />
166                        <Tool
167                                Name="VCBscMakeTool"
168                        />
169                        <Tool
170                                Name="VCFxCopTool"
171                        />
172                        <Tool
173                                Name="VCAppVerifierTool"
174                        />
175                        <Tool
176                                Name="VCWebDeploymentTool"
177                        />
178                        <Tool
179                                Name="VCPostBuildEventTool"
180                        />
181                </Configuration>
182                <Configuration
183                        Name="Distribution|Win32"
184                        OutputDirectory="$(ConfigurationName)"
185                        IntermediateDirectory="$(ConfigurationName)"
186                        ConfigurationType="2"
187                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
188                        CharacterSet="2"
189                        >
190                        <Tool
191                                Name="VCPreBuildEventTool"
192                                ExcludedFromBuild="true"
193                        />
194                        <Tool
195                                Name="VCCustomBuildTool"
196                        />
197                        <Tool
198                                Name="VCXMLDataGeneratorTool"
199                        />
200                        <Tool
201                                Name="VCWebServiceProxyGeneratorTool"
202                        />
203                        <Tool
204                                Name="VCMIDLTool"
205                        />
206                        <Tool
207                                Name="VCCLCompilerTool"
208                                AdditionalIncludeDirectories="../include;../../include"
209                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK"
210                                RuntimeLibrary="2"
211                                UsePrecompiledHeader="2"
212                                WarningLevel="3"
213                                Detect64BitPortabilityProblems="true"
214                                DebugInformationFormat="3"
215                        />
216                        <Tool
217                                Name="VCManagedResourceCompilerTool"
218                        />
219                        <Tool
220                                Name="VCResourceCompilerTool"
221                        />
222                        <Tool
223                                Name="VCPreLinkEventTool"
224                        />
225                        <Tool
226                                Name="VCLinkerTool"
227                                OutputFile="../../Dist/modules/$(ProjectName).dll"
228                                LinkIncremental="1"
229                                ModuleDefinitionFile="CheckEventLog.def"
230                                GenerateDebugInformation="true"
231                                SubSystem="2"
232                                OptimizeReferences="2"
233                                EnableCOMDATFolding="2"
234                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
235                                TargetMachine="1"
236                        />
237                        <Tool
238                                Name="VCALinkTool"
239                        />
240                        <Tool
241                                Name="VCManifestTool"
242                        />
243                        <Tool
244                                Name="VCXDCMakeTool"
245                        />
246                        <Tool
247                                Name="VCBscMakeTool"
248                        />
249                        <Tool
250                                Name="VCFxCopTool"
251                        />
252                        <Tool
253                                Name="VCAppVerifierTool"
254                        />
255                        <Tool
256                                Name="VCWebDeploymentTool"
257                        />
258                        <Tool
259                                Name="VCPostBuildEventTool"
260                        />
261                </Configuration>
262                <Configuration
263                        Name="Nightly|Win32"
264                        OutputDirectory="$(ConfigurationName)"
265                        IntermediateDirectory="$(ConfigurationName)"
266                        ConfigurationType="2"
267                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
268                        CharacterSet="2"
269                        >
270                        <Tool
271                                Name="VCPreBuildEventTool"
272                                ExcludedFromBuild="true"
273                        />
274                        <Tool
275                                Name="VCCustomBuildTool"
276                        />
277                        <Tool
278                                Name="VCXMLDataGeneratorTool"
279                        />
280                        <Tool
281                                Name="VCWebServiceProxyGeneratorTool"
282                        />
283                        <Tool
284                                Name="VCMIDLTool"
285                        />
286                        <Tool
287                                Name="VCCLCompilerTool"
288                                AdditionalIncludeDirectories="../include;../../include"
289                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
290                                RuntimeLibrary="0"
291                                UsePrecompiledHeader="2"
292                                WarningLevel="3"
293                                Detect64BitPortabilityProblems="true"
294                                DebugInformationFormat="3"
295                        />
296                        <Tool
297                                Name="VCManagedResourceCompilerTool"
298                        />
299                        <Tool
300                                Name="VCResourceCompilerTool"
301                        />
302                        <Tool
303                                Name="VCPreLinkEventTool"
304                        />
305                        <Tool
306                                Name="VCLinkerTool"
307                                OutputFile="../../Dist/modules/$(ProjectName).dll"
308                                LinkIncremental="1"
309                                ModuleDefinitionFile="CheckEventLog.def"
310                                GenerateDebugInformation="true"
311                                SubSystem="2"
312                                OptimizeReferences="2"
313                                EnableCOMDATFolding="2"
314                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
315                                TargetMachine="1"
316                        />
317                        <Tool
318                                Name="VCALinkTool"
319                        />
320                        <Tool
321                                Name="VCManifestTool"
322                        />
323                        <Tool
324                                Name="VCXDCMakeTool"
325                        />
326                        <Tool
327                                Name="VCBscMakeTool"
328                        />
329                        <Tool
330                                Name="VCFxCopTool"
331                        />
332                        <Tool
333                                Name="VCAppVerifierTool"
334                        />
335                        <Tool
336                                Name="VCWebDeploymentTool"
337                        />
338                        <Tool
339                                Name="VCPostBuildEventTool"
340                        />
341                </Configuration>
342                <Configuration
343                        Name="Release|x64"
344                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
345                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
346                        ConfigurationType="2"
347                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
348                        CharacterSet="2"
349                        >
350                        <Tool
351                                Name="VCPreBuildEventTool"
352                                ExcludedFromBuild="true"
353                        />
354                        <Tool
355                                Name="VCCustomBuildTool"
356                        />
357                        <Tool
358                                Name="VCXMLDataGeneratorTool"
359                        />
360                        <Tool
361                                Name="VCWebServiceProxyGeneratorTool"
362                        />
363                        <Tool
364                                Name="VCMIDLTool"
365                                TargetEnvironment="3"
366                        />
367                        <Tool
368                                Name="VCCLCompilerTool"
369                                AdditionalIncludeDirectories="../include;../../include"
370                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
371                                RuntimeLibrary="0"
372                                UsePrecompiledHeader="2"
373                                WarningLevel="3"
374                                Detect64BitPortabilityProblems="true"
375                                DebugInformationFormat="3"
376                        />
377                        <Tool
378                                Name="VCManagedResourceCompilerTool"
379                        />
380                        <Tool
381                                Name="VCResourceCompilerTool"
382                        />
383                        <Tool
384                                Name="VCPreLinkEventTool"
385                        />
386                        <Tool
387                                Name="VCLinkerTool"
388                                OutputFile="../../Release/modules/$(ProjectName).dll"
389                                LinkIncremental="1"
390                                ModuleDefinitionFile="CheckEventLog.def"
391                                GenerateDebugInformation="false"
392                                SubSystem="2"
393                                OptimizeReferences="2"
394                                EnableCOMDATFolding="2"
395                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
396                                TargetMachine="17"
397                        />
398                        <Tool
399                                Name="VCALinkTool"
400                        />
401                        <Tool
402                                Name="VCManifestTool"
403                        />
404                        <Tool
405                                Name="VCXDCMakeTool"
406                        />
407                        <Tool
408                                Name="VCBscMakeTool"
409                        />
410                        <Tool
411                                Name="VCFxCopTool"
412                        />
413                        <Tool
414                                Name="VCAppVerifierTool"
415                        />
416                        <Tool
417                                Name="VCWebDeploymentTool"
418                        />
419                        <Tool
420                                Name="VCPostBuildEventTool"
421                        />
422                </Configuration>
423                <Configuration
424                        Name="Debug|x64"
425                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
426                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
427                        ConfigurationType="2"
428                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
429                        CharacterSet="2"
430                        >
431                        <Tool
432                                Name="VCPreBuildEventTool"
433                                ExcludedFromBuild="true"
434                        />
435                        <Tool
436                                Name="VCCustomBuildTool"
437                        />
438                        <Tool
439                                Name="VCXMLDataGeneratorTool"
440                        />
441                        <Tool
442                                Name="VCWebServiceProxyGeneratorTool"
443                        />
444                        <Tool
445                                Name="VCMIDLTool"
446                                TargetEnvironment="3"
447                        />
448                        <Tool
449                                Name="VCCLCompilerTool"
450                                Optimization="0"
451                                AdditionalIncludeDirectories="../include;../../include"
452                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;BOOST_REGEX_DYN_LINK;_CRT_SECURE_NO_DEPRECATE"
453                                MinimalRebuild="true"
454                                BasicRuntimeChecks="3"
455                                RuntimeLibrary="3"
456                                UsePrecompiledHeader="2"
457                                WarningLevel="3"
458                                Detect64BitPortabilityProblems="true"
459                                DebugInformationFormat="3"
460                        />
461                        <Tool
462                                Name="VCManagedResourceCompilerTool"
463                        />
464                        <Tool
465                                Name="VCResourceCompilerTool"
466                        />
467                        <Tool
468                                Name="VCPreLinkEventTool"
469                        />
470                        <Tool
471                                Name="VCLinkerTool"
472                                OutputFile="../../Debug/modules/$(ProjectName).dll"
473                                LinkIncremental="2"
474                                ModuleDefinitionFile="CheckEventLog.def"
475                                GenerateDebugInformation="true"
476                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
477                                SubSystem="2"
478                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
479                                TargetMachine="17"
480                        />
481                        <Tool
482                                Name="VCALinkTool"
483                        />
484                        <Tool
485                                Name="VCManifestTool"
486                        />
487                        <Tool
488                                Name="VCXDCMakeTool"
489                        />
490                        <Tool
491                                Name="VCBscMakeTool"
492                        />
493                        <Tool
494                                Name="VCFxCopTool"
495                        />
496                        <Tool
497                                Name="VCAppVerifierTool"
498                        />
499                        <Tool
500                                Name="VCWebDeploymentTool"
501                        />
502                        <Tool
503                                Name="VCPostBuildEventTool"
504                        />
505                </Configuration>
506                <Configuration
507                        Name="Distribution|x64"
508                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
509                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
510                        ConfigurationType="2"
511                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
512                        CharacterSet="2"
513                        >
514                        <Tool
515                                Name="VCPreBuildEventTool"
516                                ExcludedFromBuild="true"
517                        />
518                        <Tool
519                                Name="VCCustomBuildTool"
520                        />
521                        <Tool
522                                Name="VCXMLDataGeneratorTool"
523                        />
524                        <Tool
525                                Name="VCWebServiceProxyGeneratorTool"
526                        />
527                        <Tool
528                                Name="VCMIDLTool"
529                                TargetEnvironment="3"
530                        />
531                        <Tool
532                                Name="VCCLCompilerTool"
533                                AdditionalIncludeDirectories="../include;../../include"
534                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK"
535                                RuntimeLibrary="2"
536                                UsePrecompiledHeader="2"
537                                WarningLevel="3"
538                                Detect64BitPortabilityProblems="true"
539                                DebugInformationFormat="3"
540                        />
541                        <Tool
542                                Name="VCManagedResourceCompilerTool"
543                        />
544                        <Tool
545                                Name="VCResourceCompilerTool"
546                        />
547                        <Tool
548                                Name="VCPreLinkEventTool"
549                        />
550                        <Tool
551                                Name="VCLinkerTool"
552                                OutputFile="../../Dist/modules/$(ProjectName).dll"
553                                LinkIncremental="1"
554                                ModuleDefinitionFile="CheckEventLog.def"
555                                GenerateDebugInformation="true"
556                                SubSystem="2"
557                                OptimizeReferences="2"
558                                EnableCOMDATFolding="2"
559                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
560                                TargetMachine="17"
561                        />
562                        <Tool
563                                Name="VCALinkTool"
564                        />
565                        <Tool
566                                Name="VCManifestTool"
567                        />
568                        <Tool
569                                Name="VCXDCMakeTool"
570                        />
571                        <Tool
572                                Name="VCBscMakeTool"
573                        />
574                        <Tool
575                                Name="VCFxCopTool"
576                        />
577                        <Tool
578                                Name="VCAppVerifierTool"
579                        />
580                        <Tool
581                                Name="VCWebDeploymentTool"
582                        />
583                        <Tool
584                                Name="VCPostBuildEventTool"
585                        />
586                </Configuration>
587                <Configuration
588                        Name="Nightly|x64"
589                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
590                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
591                        ConfigurationType="2"
592                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
593                        CharacterSet="2"
594                        >
595                        <Tool
596                                Name="VCPreBuildEventTool"
597                                ExcludedFromBuild="true"
598                        />
599                        <Tool
600                                Name="VCCustomBuildTool"
601                        />
602                        <Tool
603                                Name="VCXMLDataGeneratorTool"
604                        />
605                        <Tool
606                                Name="VCWebServiceProxyGeneratorTool"
607                        />
608                        <Tool
609                                Name="VCMIDLTool"
610                                TargetEnvironment="3"
611                        />
612                        <Tool
613                                Name="VCCLCompilerTool"
614                                AdditionalIncludeDirectories="../include;../../include"
615                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
616                                RuntimeLibrary="0"
617                                UsePrecompiledHeader="2"
618                                WarningLevel="3"
619                                Detect64BitPortabilityProblems="true"
620                                DebugInformationFormat="3"
621                        />
622                        <Tool
623                                Name="VCManagedResourceCompilerTool"
624                        />
625                        <Tool
626                                Name="VCResourceCompilerTool"
627                        />
628                        <Tool
629                                Name="VCPreLinkEventTool"
630                        />
631                        <Tool
632                                Name="VCLinkerTool"
633                                OutputFile="../../Dist/modules/$(ProjectName).dll"
634                                LinkIncremental="1"
635                                ModuleDefinitionFile="CheckEventLog.def"
636                                GenerateDebugInformation="true"
637                                SubSystem="2"
638                                OptimizeReferences="2"
639                                EnableCOMDATFolding="2"
640                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
641                                TargetMachine="17"
642                        />
643                        <Tool
644                                Name="VCALinkTool"
645                        />
646                        <Tool
647                                Name="VCManifestTool"
648                        />
649                        <Tool
650                                Name="VCXDCMakeTool"
651                        />
652                        <Tool
653                                Name="VCBscMakeTool"
654                        />
655                        <Tool
656                                Name="VCFxCopTool"
657                        />
658                        <Tool
659                                Name="VCAppVerifierTool"
660                        />
661                        <Tool
662                                Name="VCWebDeploymentTool"
663                        />
664                        <Tool
665                                Name="VCPostBuildEventTool"
666                        />
667                </Configuration>
668        </Configurations>
669        <References>
670        </References>
671        <Files>
672                <Filter
673                        Name="Source Files"
674                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
675                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
676                        >
677                        <File
678                                RelativePath="..\..\include\arrayBuffer.cpp"
679                                >
680                        </File>
681                        <File
682                                RelativePath=".\CheckEventLog.cpp"
683                                >
684                        </File>
685                        <File
686                                RelativePath="..\..\include\NSCHelper.cpp"
687                                >
688                        </File>
689                        <File
690                                RelativePath=".\stdafx.cpp"
691                                >
692                                <FileConfiguration
693                                        Name="Release|Win32"
694                                        >
695                                        <Tool
696                                                Name="VCCLCompilerTool"
697                                                UsePrecompiledHeader="1"
698                                        />
699                                </FileConfiguration>
700                                <FileConfiguration
701                                        Name="Debug|Win32"
702                                        >
703                                        <Tool
704                                                Name="VCCLCompilerTool"
705                                                UsePrecompiledHeader="1"
706                                        />
707                                </FileConfiguration>
708                                <FileConfiguration
709                                        Name="Distribution|Win32"
710                                        >
711                                        <Tool
712                                                Name="VCCLCompilerTool"
713                                                UsePrecompiledHeader="1"
714                                        />
715                                </FileConfiguration>
716                                <FileConfiguration
717                                        Name="Nightly|Win32"
718                                        >
719                                        <Tool
720                                                Name="VCCLCompilerTool"
721                                                UsePrecompiledHeader="1"
722                                        />
723                                </FileConfiguration>
724                                <FileConfiguration
725                                        Name="Release|x64"
726                                        >
727                                        <Tool
728                                                Name="VCCLCompilerTool"
729                                                UsePrecompiledHeader="1"
730                                        />
731                                </FileConfiguration>
732                                <FileConfiguration
733                                        Name="Debug|x64"
734                                        >
735                                        <Tool
736                                                Name="VCCLCompilerTool"
737                                                UsePrecompiledHeader="1"
738                                        />
739                                </FileConfiguration>
740                                <FileConfiguration
741                                        Name="Distribution|x64"
742                                        >
743                                        <Tool
744                                                Name="VCCLCompilerTool"
745                                                UsePrecompiledHeader="1"
746                                        />
747                                </FileConfiguration>
748                                <FileConfiguration
749                                        Name="Nightly|x64"
750                                        >
751                                        <Tool
752                                                Name="VCCLCompilerTool"
753                                                UsePrecompiledHeader="1"
754                                        />
755                                </FileConfiguration>
756                        </File>
757                </Filter>
758                <Filter
759                        Name="Header Files"
760                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
761                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
762                        >
763                        <File
764                                RelativePath=".\CheckEventLog.h"
765                                >
766                        </File>
767                        <File
768                                RelativePath="..\..\include\filter_framework.hpp"
769                                >
770                        </File>
771                        <File
772                                RelativePath="..\..\include\NSCHelper.h"
773                                >
774                        </File>
775                        <File
776                                RelativePath=".\stdafx.h"
777                                >
778                        </File>
779                </Filter>
780                <Filter
781                        Name="Resource Files"
782                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
783                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
784                        >
785                </Filter>
786                <File
787                        RelativePath=".\ReadMe.txt"
788                        >
789                </File>
790        </Files>
791        <Globals>
792        </Globals>
793</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.