source: nscp/modules/CheckWMI/CheckWMI-2008.vcproj @ 5044c09

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

2007-11-19 MickeM

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