source: nscp/modules/CheckWMI/CheckWMI-2008.vcproj @ 8b206ee

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

humm...

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