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

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

Cleanup build enviornment a bit and updated to it builds on w64 (-regular expressions support (boost))
Fixed an issue with the nsclient-listener getting the wrong password

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