source: nscp/modules/CheckWMI/CheckWMI.vcproj @ 478588b

0.4.00.4.10.4.2stable
Last change on this file since 478588b was 478588b, checked in by Michael Medin <michael@…>, 6 years ago
  • Restructured build and include to work from CLI + Started to add makefiles to build from CLI + Added finnish counters (#98)
    • Fixed performance counter issue with check_nt (#99)
  • Property mode set to 100644
File size: 21.6 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        Keyword="Win32Proj"
8        TargetFrameworkVersion="131072"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14                <Platform
15                        Name="x64"
16                />
17        </Platforms>
18        <ToolFiles>
19        </ToolFiles>
20        <Configurations>
21                <Configuration
22                        Name="Debug|Win32"
23                        OutputDirectory="Debug"
24                        IntermediateDirectory="Debug"
25                        ConfigurationType="2"
26                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
27                        CharacterSet="2"
28                        >
29                        <Tool
30                                Name="VCPreBuildEventTool"
31                        />
32                        <Tool
33                                Name="VCCustomBuildTool"
34                        />
35                        <Tool
36                                Name="VCXMLDataGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCWebServiceProxyGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCMIDLTool"
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                Optimization="0"
47                                AdditionalIncludeDirectories="../include;../../include"
48                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
49                                MinimalRebuild="true"
50                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="3"
52                                UsePrecompiledHeader="2"
53                                WarningLevel="3"
54                                Detect64BitPortabilityProblems="true"
55                                DebugInformationFormat="4"
56                        />
57                        <Tool
58                                Name="VCManagedResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCPreLinkEventTool"
65                        />
66                        <Tool
67                                Name="VCLinkerTool"
68                                AdditionalDependencies="Wbemuuid.lib"
69                                OutputFile="../../Debug/modules/$(ProjectName).dll"
70                                LinkIncremental="2"
71                                AdditionalLibraryDirectories=""
72                                ModuleDefinitionFile="CheckWMI.def"
73                                GenerateDebugInformation="true"
74                                ProgramDatabaseFile="$(OutDir)/CheckWMI.pdb"
75                                SubSystem="2"
76                                RandomizedBaseAddress="1"
77                                DataExecutionPrevention="0"
78                                ImportLibrary="$(OutDir)/CheckWMI.lib"
79                                TargetMachine="1"
80                        />
81                        <Tool
82                                Name="VCALinkTool"
83                        />
84                        <Tool
85                                Name="VCManifestTool"
86                        />
87                        <Tool
88                                Name="VCXDCMakeTool"
89                        />
90                        <Tool
91                                Name="VCBscMakeTool"
92                        />
93                        <Tool
94                                Name="VCFxCopTool"
95                        />
96                        <Tool
97                                Name="VCAppVerifierTool"
98                        />
99                        <Tool
100                                Name="VCPostBuildEventTool"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Debug|x64"
105                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
106                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
107                        ConfigurationType="2"
108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
109                        CharacterSet="2"
110                        >
111                        <Tool
112                                Name="VCPreBuildEventTool"
113                        />
114                        <Tool
115                                Name="VCCustomBuildTool"
116                        />
117                        <Tool
118                                Name="VCXMLDataGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"
122                        />
123                        <Tool
124                                Name="VCMIDLTool"
125                                TargetEnvironment="3"
126                        />
127                        <Tool
128                                Name="VCCLCompilerTool"
129                                Optimization="0"
130                                AdditionalIncludeDirectories="../include;../../include"
131                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
132                                MinimalRebuild="true"
133                                BasicRuntimeChecks="3"
134                                RuntimeLibrary="3"
135                                UsePrecompiledHeader="2"
136                                WarningLevel="3"
137                                Detect64BitPortabilityProblems="true"
138                                DebugInformationFormat="3"
139                        />
140                        <Tool
141                                Name="VCManagedResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCPreLinkEventTool"
148                        />
149                        <Tool
150                                Name="VCLinkerTool"
151                                AdditionalDependencies="Wbemuuid.lib"
152                                OutputFile="../../Debug/modules/$(ProjectName).dll"
153                                LinkIncremental="2"
154                                AdditionalLibraryDirectories=""
155                                ModuleDefinitionFile="CheckWMI.def"
156                                GenerateDebugInformation="true"
157                                ProgramDatabaseFile="$(OutDir)/CheckWMI.pdb"
158                                SubSystem="2"
159                                RandomizedBaseAddress="1"
160                                DataExecutionPrevention="0"
161                                ImportLibrary="$(OutDir)/CheckWMI.lib"
162                                TargetMachine="17"
163                        />
164                        <Tool
165                                Name="VCALinkTool"
166                        />
167                        <Tool
168                                Name="VCManifestTool"
169                        />
170                        <Tool
171                                Name="VCXDCMakeTool"
172                        />
173                        <Tool
174                                Name="VCBscMakeTool"
175                        />
176                        <Tool
177                                Name="VCFxCopTool"
178                        />
179                        <Tool
180                                Name="VCAppVerifierTool"
181                        />
182                        <Tool
183                                Name="VCPostBuildEventTool"
184                        />
185                </Configuration>
186                <Configuration
187                        Name="Release|Win32"
188                        OutputDirectory="Release"
189                        IntermediateDirectory="Release"
190                        ConfigurationType="2"
191                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
192                        CharacterSet="2"
193                        >
194                        <Tool
195                                Name="VCPreBuildEventTool"
196                        />
197                        <Tool
198                                Name="VCCustomBuildTool"
199                        />
200                        <Tool
201                                Name="VCXMLDataGeneratorTool"
202                        />
203                        <Tool
204                                Name="VCWebServiceProxyGeneratorTool"
205                        />
206                        <Tool
207                                Name="VCMIDLTool"
208                        />
209                        <Tool
210                                Name="VCCLCompilerTool"
211                                AdditionalIncludeDirectories="../include;../../include"
212                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
213                                RuntimeLibrary="0"
214                                UsePrecompiledHeader="2"
215                                WarningLevel="3"
216                                Detect64BitPortabilityProblems="true"
217                                DebugInformationFormat="3"
218                        />
219                        <Tool
220                                Name="VCManagedResourceCompilerTool"
221                        />
222                        <Tool
223                                Name="VCResourceCompilerTool"
224                        />
225                        <Tool
226                                Name="VCPreLinkEventTool"
227                        />
228                        <Tool
229                                Name="VCLinkerTool"
230                                AdditionalDependencies="Wbemuuid.lib"
231                                OutputFile="../../Release/modules/$(ProjectName).dll"
232                                LinkIncremental="1"
233                                AdditionalLibraryDirectories=""
234                                ModuleDefinitionFile="CheckWMI.def"
235                                GenerateDebugInformation="false"
236                                SubSystem="2"
237                                OptimizeReferences="2"
238                                EnableCOMDATFolding="2"
239                                RandomizedBaseAddress="1"
240                                DataExecutionPrevention="0"
241                                ImportLibrary="$(OutDir)/CheckWMI.lib"
242                                TargetMachine="1"
243                        />
244                        <Tool
245                                Name="VCALinkTool"
246                        />
247                        <Tool
248                                Name="VCManifestTool"
249                        />
250                        <Tool
251                                Name="VCXDCMakeTool"
252                        />
253                        <Tool
254                                Name="VCBscMakeTool"
255                        />
256                        <Tool
257                                Name="VCFxCopTool"
258                        />
259                        <Tool
260                                Name="VCAppVerifierTool"
261                        />
262                        <Tool
263                                Name="VCPostBuildEventTool"
264                        />
265                </Configuration>
266                <Configuration
267                        Name="Release|x64"
268                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
269                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
270                        ConfigurationType="2"
271                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
272                        CharacterSet="2"
273                        >
274                        <Tool
275                                Name="VCPreBuildEventTool"
276                        />
277                        <Tool
278                                Name="VCCustomBuildTool"
279                        />
280                        <Tool
281                                Name="VCXMLDataGeneratorTool"
282                        />
283                        <Tool
284                                Name="VCWebServiceProxyGeneratorTool"
285                        />
286                        <Tool
287                                Name="VCMIDLTool"
288                                TargetEnvironment="3"
289                        />
290                        <Tool
291                                Name="VCCLCompilerTool"
292                                AdditionalIncludeDirectories="../include;../../include"
293                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
294                                RuntimeLibrary="0"
295                                UsePrecompiledHeader="2"
296                                WarningLevel="3"
297                                Detect64BitPortabilityProblems="true"
298                                DebugInformationFormat="3"
299                        />
300                        <Tool
301                                Name="VCManagedResourceCompilerTool"
302                        />
303                        <Tool
304                                Name="VCResourceCompilerTool"
305                        />
306                        <Tool
307                                Name="VCPreLinkEventTool"
308                        />
309                        <Tool
310                                Name="VCLinkerTool"
311                                AdditionalDependencies="Wbemuuid.lib"
312                                OutputFile="../../Release/modules/$(ProjectName).dll"
313                                LinkIncremental="1"
314                                AdditionalLibraryDirectories=""
315                                ModuleDefinitionFile="CheckWMI.def"
316                                GenerateDebugInformation="false"
317                                SubSystem="2"
318                                OptimizeReferences="2"
319                                EnableCOMDATFolding="2"
320                                RandomizedBaseAddress="1"
321                                DataExecutionPrevention="0"
322                                ImportLibrary="$(OutDir)/CheckWMI.lib"
323                                TargetMachine="17"
324                        />
325                        <Tool
326                                Name="VCALinkTool"
327                        />
328                        <Tool
329                                Name="VCManifestTool"
330                        />
331                        <Tool
332                                Name="VCXDCMakeTool"
333                        />
334                        <Tool
335                                Name="VCBscMakeTool"
336                        />
337                        <Tool
338                                Name="VCFxCopTool"
339                        />
340                        <Tool
341                                Name="VCAppVerifierTool"
342                        />
343                        <Tool
344                                Name="VCPostBuildEventTool"
345                        />
346                </Configuration>
347                <Configuration
348                        Name="Distribution|Win32"
349                        OutputDirectory="$(ConfigurationName)"
350                        IntermediateDirectory="$(ConfigurationName)"
351                        ConfigurationType="2"
352                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
353                        CharacterSet="2"
354                        >
355                        <Tool
356                                Name="VCPreBuildEventTool"
357                        />
358                        <Tool
359                                Name="VCCustomBuildTool"
360                        />
361                        <Tool
362                                Name="VCXMLDataGeneratorTool"
363                        />
364                        <Tool
365                                Name="VCWebServiceProxyGeneratorTool"
366                        />
367                        <Tool
368                                Name="VCMIDLTool"
369                        />
370                        <Tool
371                                Name="VCCLCompilerTool"
372                                AdditionalIncludeDirectories="../include;../../include"
373                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
374                                RuntimeLibrary="0"
375                                UsePrecompiledHeader="2"
376                                WarningLevel="3"
377                                Detect64BitPortabilityProblems="true"
378                                DebugInformationFormat="3"
379                        />
380                        <Tool
381                                Name="VCManagedResourceCompilerTool"
382                        />
383                        <Tool
384                                Name="VCResourceCompilerTool"
385                        />
386                        <Tool
387                                Name="VCPreLinkEventTool"
388                        />
389                        <Tool
390                                Name="VCLinkerTool"
391                                AdditionalDependencies="Wbemuuid.lib"
392                                OutputFile="../../Dist/modules/$(ProjectName).dll"
393                                LinkIncremental="1"
394                                AdditionalLibraryDirectories=""
395                                ModuleDefinitionFile="CheckWMI.def"
396                                GenerateDebugInformation="false"
397                                SubSystem="2"
398                                OptimizeReferences="2"
399                                EnableCOMDATFolding="2"
400                                RandomizedBaseAddress="1"
401                                DataExecutionPrevention="0"
402                                ImportLibrary="$(OutDir)/CheckWMI.lib"
403                                TargetMachine="1"
404                        />
405                        <Tool
406                                Name="VCALinkTool"
407                        />
408                        <Tool
409                                Name="VCManifestTool"
410                        />
411                        <Tool
412                                Name="VCXDCMakeTool"
413                        />
414                        <Tool
415                                Name="VCBscMakeTool"
416                        />
417                        <Tool
418                                Name="VCFxCopTool"
419                        />
420                        <Tool
421                                Name="VCAppVerifierTool"
422                        />
423                        <Tool
424                                Name="VCPostBuildEventTool"
425                        />
426                </Configuration>
427                <Configuration
428                        Name="Distribution|x64"
429                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
430                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
431                        ConfigurationType="2"
432                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
433                        CharacterSet="2"
434                        >
435                        <Tool
436                                Name="VCPreBuildEventTool"
437                        />
438                        <Tool
439                                Name="VCCustomBuildTool"
440                        />
441                        <Tool
442                                Name="VCXMLDataGeneratorTool"
443                        />
444                        <Tool
445                                Name="VCWebServiceProxyGeneratorTool"
446                        />
447                        <Tool
448                                Name="VCMIDLTool"
449                                TargetEnvironment="3"
450                        />
451                        <Tool
452                                Name="VCCLCompilerTool"
453                                AdditionalIncludeDirectories="../include;../../include"
454                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
455                                RuntimeLibrary="0"
456                                UsePrecompiledHeader="2"
457                                WarningLevel="3"
458                                Detect64BitPortabilityProblems="true"
459                                DebugInformationFormat="3"
460                        />
461                        <Tool
462                                Name="VCManagedResourceCompilerTool"
463                        />
464                        <Tool
465                                Name="VCResourceCompilerTool"
466                        />
467                        <Tool
468                                Name="VCPreLinkEventTool"
469                        />
470                        <Tool
471                                Name="VCLinkerTool"
472                                AdditionalDependencies="Wbemuuid.lib"
473                                OutputFile="../../Dist/modules/$(ProjectName).dll"
474                                LinkIncremental="1"
475                                AdditionalLibraryDirectories=""
476                                ModuleDefinitionFile="CheckWMI.def"
477                                GenerateDebugInformation="false"
478                                SubSystem="2"
479                                OptimizeReferences="2"
480                                EnableCOMDATFolding="2"
481                                RandomizedBaseAddress="1"
482                                DataExecutionPrevention="0"
483                                ImportLibrary="$(OutDir)/CheckWMI.lib"
484                                TargetMachine="17"
485                        />
486                        <Tool
487                                Name="VCALinkTool"
488                        />
489                        <Tool
490                                Name="VCManifestTool"
491                        />
492                        <Tool
493                                Name="VCXDCMakeTool"
494                        />
495                        <Tool
496                                Name="VCBscMakeTool"
497                        />
498                        <Tool
499                                Name="VCFxCopTool"
500                        />
501                        <Tool
502                                Name="VCAppVerifierTool"
503                        />
504                        <Tool
505                                Name="VCPostBuildEventTool"
506                        />
507                </Configuration>
508                <Configuration
509                        Name="Nightly|Win32"
510                        OutputDirectory="$(ConfigurationName)"
511                        IntermediateDirectory="$(ConfigurationName)"
512                        ConfigurationType="2"
513                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
514                        CharacterSet="2"
515                        >
516                        <Tool
517                                Name="VCPreBuildEventTool"
518                        />
519                        <Tool
520                                Name="VCCustomBuildTool"
521                        />
522                        <Tool
523                                Name="VCXMLDataGeneratorTool"
524                        />
525                        <Tool
526                                Name="VCWebServiceProxyGeneratorTool"
527                        />
528                        <Tool
529                                Name="VCMIDLTool"
530                        />
531                        <Tool
532                                Name="VCCLCompilerTool"
533                                AdditionalIncludeDirectories="../include;../../include"
534                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
535                                RuntimeLibrary="0"
536                                UsePrecompiledHeader="2"
537                                WarningLevel="3"
538                                Detect64BitPortabilityProblems="true"
539                                DebugInformationFormat="3"
540                        />
541                        <Tool
542                                Name="VCManagedResourceCompilerTool"
543                        />
544                        <Tool
545                                Name="VCResourceCompilerTool"
546                        />
547                        <Tool
548                                Name="VCPreLinkEventTool"
549                        />
550                        <Tool
551                                Name="VCLinkerTool"
552                                AdditionalDependencies="Wbemuuid.lib"
553                                OutputFile="../../Dist/modules/$(ProjectName).dll"
554                                LinkIncremental="1"
555                                AdditionalLibraryDirectories=""
556                                ModuleDefinitionFile="CheckWMI.def"
557                                GenerateDebugInformation="true"
558                                SubSystem="2"
559                                OptimizeReferences="2"
560                                EnableCOMDATFolding="2"
561                                RandomizedBaseAddress="1"
562                                DataExecutionPrevention="0"
563                                ImportLibrary="$(OutDir)/CheckWMI.lib"
564                                TargetMachine="1"
565                        />
566                        <Tool
567                                Name="VCALinkTool"
568                        />
569                        <Tool
570                                Name="VCManifestTool"
571                        />
572                        <Tool
573                                Name="VCXDCMakeTool"
574                        />
575                        <Tool
576                                Name="VCBscMakeTool"
577                        />
578                        <Tool
579                                Name="VCFxCopTool"
580                        />
581                        <Tool
582                                Name="VCAppVerifierTool"
583                        />
584                        <Tool
585                                Name="VCPostBuildEventTool"
586                        />
587                </Configuration>
588                <Configuration
589                        Name="Nightly|x64"
590                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
591                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
592                        ConfigurationType="2"
593                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
594                        CharacterSet="2"
595                        >
596                        <Tool
597                                Name="VCPreBuildEventTool"
598                        />
599                        <Tool
600                                Name="VCCustomBuildTool"
601                        />
602                        <Tool
603                                Name="VCXMLDataGeneratorTool"
604                        />
605                        <Tool
606                                Name="VCWebServiceProxyGeneratorTool"
607                        />
608                        <Tool
609                                Name="VCMIDLTool"
610                                TargetEnvironment="3"
611                        />
612                        <Tool
613                                Name="VCCLCompilerTool"
614                                AdditionalIncludeDirectories="../include;../../include"
615                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
616                                RuntimeLibrary="0"
617                                UsePrecompiledHeader="2"
618                                WarningLevel="3"
619                                Detect64BitPortabilityProblems="true"
620                                DebugInformationFormat="3"
621                        />
622                        <Tool
623                                Name="VCManagedResourceCompilerTool"
624                        />
625                        <Tool
626                                Name="VCResourceCompilerTool"
627                        />
628                        <Tool
629                                Name="VCPreLinkEventTool"
630                        />
631                        <Tool
632                                Name="VCLinkerTool"
633                                AdditionalDependencies="Wbemuuid.lib"
634                                OutputFile="../../Dist/modules/$(ProjectName).dll"
635                                LinkIncremental="1"
636                                AdditionalLibraryDirectories=""
637                                ModuleDefinitionFile="CheckWMI.def"
638                                GenerateDebugInformation="true"
639                                SubSystem="2"
640                                OptimizeReferences="2"
641                                EnableCOMDATFolding="2"
642                                RandomizedBaseAddress="1"
643                                DataExecutionPrevention="0"
644                                ImportLibrary="$(OutDir)/CheckWMI.lib"
645                                TargetMachine="17"
646                        />
647                        <Tool
648                                Name="VCALinkTool"
649                        />
650                        <Tool
651                                Name="VCManifestTool"
652                        />
653                        <Tool
654                                Name="VCXDCMakeTool"
655                        />
656                        <Tool
657                                Name="VCBscMakeTool"
658                        />
659                        <Tool
660                                Name="VCFxCopTool"
661                        />
662                        <Tool
663                                Name="VCAppVerifierTool"
664                        />
665                        <Tool
666                                Name="VCPostBuildEventTool"
667                        />
668                </Configuration>
669        </Configurations>
670        <References>
671        </References>
672        <Files>
673                <Filter
674                        Name="Source Files"
675                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
676                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
677                        >
678                        <File
679                                RelativePath="..\..\include\arrayBuffer.cpp"
680                                >
681                                <FileConfiguration
682                                        Name="Debug|Win32"
683                                        >
684                                        <Tool
685                                                Name="VCCLCompilerTool"
686                                                UsePrecompiledHeader="0"
687                                                PrecompiledHeaderThrough=""
688                                        />
689                                </FileConfiguration>
690                                <FileConfiguration
691                                        Name="Debug|x64"
692                                        >
693                                        <Tool
694                                                Name="VCCLCompilerTool"
695                                                UsePrecompiledHeader="0"
696                                                PrecompiledHeaderThrough=""
697                                        />
698                                </FileConfiguration>
699                                <FileConfiguration
700                                        Name="Release|Win32"
701                                        >
702                                        <Tool
703                                                Name="VCCLCompilerTool"
704                                                UsePrecompiledHeader="0"
705                                                PrecompiledHeaderThrough=""
706                                        />
707                                </FileConfiguration>
708                                <FileConfiguration
709                                        Name="Release|x64"
710                                        >
711                                        <Tool
712                                                Name="VCCLCompilerTool"
713                                                UsePrecompiledHeader="0"
714                                                PrecompiledHeaderThrough=""
715                                        />
716                                </FileConfiguration>
717                                <FileConfiguration
718                                        Name="Distribution|Win32"
719                                        >
720                                        <Tool
721                                                Name="VCCLCompilerTool"
722                                                UsePrecompiledHeader="0"
723                                                PrecompiledHeaderThrough=""
724                                        />
725                                </FileConfiguration>
726                                <FileConfiguration
727                                        Name="Distribution|x64"
728                                        >
729                                        <Tool
730                                                Name="VCCLCompilerTool"
731                                                UsePrecompiledHeader="0"
732                                                PrecompiledHeaderThrough=""
733                                        />
734                                </FileConfiguration>
735                                <FileConfiguration
736                                        Name="Nightly|Win32"
737                                        >
738                                        <Tool
739                                                Name="VCCLCompilerTool"
740                                                UsePrecompiledHeader="0"
741                                                PrecompiledHeaderThrough=""
742                                        />
743                                </FileConfiguration>
744                                <FileConfiguration
745                                        Name="Nightly|x64"
746                                        >
747                                        <Tool
748                                                Name="VCCLCompilerTool"
749                                                UsePrecompiledHeader="0"
750                                                PrecompiledHeaderThrough=""
751                                        />
752                                </FileConfiguration>
753                        </File>
754                        <File
755                                RelativePath=".\CheckWMI.cpp"
756                                >
757                        </File>
758                        <File
759                                RelativePath="..\..\include\NSCHelper.cpp"
760                                >
761                                <FileConfiguration
762                                        Name="Debug|Win32"
763                                        >
764                                        <Tool
765                                                Name="VCCLCompilerTool"
766                                                UsePrecompiledHeader="0"
767                                                PrecompiledHeaderThrough=""
768                                        />
769                                </FileConfiguration>
770                                <FileConfiguration
771                                        Name="Debug|x64"
772                                        >
773                                        <Tool
774                                                Name="VCCLCompilerTool"
775                                                UsePrecompiledHeader="0"
776                                                PrecompiledHeaderThrough=""
777                                        />
778                                </FileConfiguration>
779                                <FileConfiguration
780                                        Name="Release|Win32"
781                                        >
782                                        <Tool
783                                                Name="VCCLCompilerTool"
784                                                UsePrecompiledHeader="0"
785                                                PrecompiledHeaderThrough=""
786                                        />
787                                </FileConfiguration>
788                                <FileConfiguration
789                                        Name="Release|x64"
790                                        >
791                                        <Tool
792                                                Name="VCCLCompilerTool"
793                                                UsePrecompiledHeader="0"
794                                                PrecompiledHeaderThrough=""
795                                        />
796                                </FileConfiguration>
797                                <FileConfiguration
798                                        Name="Distribution|Win32"
799                                        >
800                                        <Tool
801                                                Name="VCCLCompilerTool"
802                                                UsePrecompiledHeader="0"
803                                                PrecompiledHeaderThrough=""
804                                        />
805                                </FileConfiguration>
806                                <FileConfiguration
807                                        Name="Distribution|x64"
808                                        >
809                                        <Tool
810                                                Name="VCCLCompilerTool"
811                                                UsePrecompiledHeader="0"
812                                                PrecompiledHeaderThrough=""
813                                        />
814                                </FileConfiguration>
815                                <FileConfiguration
816                                        Name="Nightly|Win32"
817                                        >
818                                        <Tool
819                                                Name="VCCLCompilerTool"
820                                                UsePrecompiledHeader="0"
821                                                PrecompiledHeaderThrough=""
822                                        />
823                                </FileConfiguration>
824                                <FileConfiguration
825                                        Name="Nightly|x64"
826                                        >
827                                        <Tool
828                                                Name="VCCLCompilerTool"
829                                                UsePrecompiledHeader="0"
830                                                PrecompiledHeaderThrough=""
831                                        />
832                                </FileConfiguration>
833                        </File>
834                        <File
835                                RelativePath=".\stdafx.cpp"
836                                >
837                                <FileConfiguration
838                                        Name="Debug|Win32"
839                                        >
840                                        <Tool
841                                                Name="VCCLCompilerTool"
842                                                UsePrecompiledHeader="1"
843                                        />
844                                </FileConfiguration>
845                                <FileConfiguration
846                                        Name="Debug|x64"
847                                        >
848                                        <Tool
849                                                Name="VCCLCompilerTool"
850                                                UsePrecompiledHeader="1"
851                                        />
852                                </FileConfiguration>
853                                <FileConfiguration
854                                        Name="Release|Win32"
855                                        >
856                                        <Tool
857                                                Name="VCCLCompilerTool"
858                                                UsePrecompiledHeader="1"
859                                        />
860                                </FileConfiguration>
861                                <FileConfiguration
862                                        Name="Release|x64"
863                                        >
864                                        <Tool
865                                                Name="VCCLCompilerTool"
866                                                UsePrecompiledHeader="1"
867                                        />
868                                </FileConfiguration>
869                                <FileConfiguration
870                                        Name="Distribution|Win32"
871                                        >
872                                        <Tool
873                                                Name="VCCLCompilerTool"
874                                                UsePrecompiledHeader="1"
875                                        />
876                                </FileConfiguration>
877                                <FileConfiguration
878                                        Name="Distribution|x64"
879                                        >
880                                        <Tool
881                                                Name="VCCLCompilerTool"
882                                                UsePrecompiledHeader="1"
883                                        />
884                                </FileConfiguration>
885                                <FileConfiguration
886                                        Name="Nightly|Win32"
887                                        >
888                                        <Tool
889                                                Name="VCCLCompilerTool"
890                                                UsePrecompiledHeader="1"
891                                        />
892                                </FileConfiguration>
893                                <FileConfiguration
894                                        Name="Nightly|x64"
895                                        >
896                                        <Tool
897                                                Name="VCCLCompilerTool"
898                                                UsePrecompiledHeader="1"
899                                        />
900                                </FileConfiguration>
901                        </File>
902                        <File
903                                RelativePath="..\..\include\utils.cpp"
904                                >
905                                <FileConfiguration
906                                        Name="Debug|Win32"
907                                        >
908                                        <Tool
909                                                Name="VCCLCompilerTool"
910                                                UsePrecompiledHeader="0"
911                                                PrecompiledHeaderThrough=""
912                                        />
913                                </FileConfiguration>
914                                <FileConfiguration
915                                        Name="Debug|x64"
916                                        >
917                                        <Tool
918                                                Name="VCCLCompilerTool"
919                                                UsePrecompiledHeader="0"
920                                                PrecompiledHeaderThrough=""
921                                        />
922                                </FileConfiguration>
923                                <FileConfiguration
924                                        Name="Release|Win32"
925                                        >
926                                        <Tool
927                                                Name="VCCLCompilerTool"
928                                                UsePrecompiledHeader="0"
929                                                PrecompiledHeaderThrough=""
930                                        />
931                                </FileConfiguration>
932                                <FileConfiguration
933                                        Name="Release|x64"
934                                        >
935                                        <Tool
936                                                Name="VCCLCompilerTool"
937                                                UsePrecompiledHeader="0"
938                                                PrecompiledHeaderThrough=""
939                                        />
940                                </FileConfiguration>
941                                <FileConfiguration
942                                        Name="Distribution|Win32"
943                                        >
944                                        <Tool
945                                                Name="VCCLCompilerTool"
946                                                UsePrecompiledHeader="0"
947                                                PrecompiledHeaderThrough=""
948                                        />
949                                </FileConfiguration>
950                                <FileConfiguration
951                                        Name="Distribution|x64"
952                                        >
953                                        <Tool
954                                                Name="VCCLCompilerTool"
955                                                UsePrecompiledHeader="0"
956                                                PrecompiledHeaderThrough=""
957                                        />
958                                </FileConfiguration>
959                                <FileConfiguration
960                                        Name="Nightly|Win32"
961                                        >
962                                        <Tool
963                                                Name="VCCLCompilerTool"
964                                                UsePrecompiledHeader="0"
965                                                PrecompiledHeaderThrough=""
966                                        />
967                                </FileConfiguration>
968                                <FileConfiguration
969                                        Name="Nightly|x64"
970                                        >
971                                        <Tool
972                                                Name="VCCLCompilerTool"
973                                                UsePrecompiledHeader="0"
974                                                PrecompiledHeaderThrough=""
975                                        />
976                                </FileConfiguration>
977                        </File>
978                        <File
979                                RelativePath=".\WMIQuery.cpp"
980                                >
981                        </File>
982                </Filter>
983                <Filter
984                        Name="Header Files"
985                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
986                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
987                        >
988                        <File
989                                RelativePath="..\..\include\checkHelpers.hpp"
990                                >
991                        </File>
992                        <File
993                                RelativePath=".\CheckWMI.h"
994                                >
995                        </File>
996                        <File
997                                RelativePath="..\..\include\NSCHelper.h"
998                                >
999                        </File>
1000                        <File
1001                                RelativePath=".\stdafx.h"
1002                                >
1003                        </File>
1004                        <File
1005                                RelativePath="..\..\include\utils.h"
1006                                >
1007                        </File>
1008                        <File
1009                                RelativePath=".\WMIQuery.h"
1010                                >
1011                        </File>
1012                </Filter>
1013                <Filter
1014                        Name="Resource Files"
1015                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1016                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1017                        >
1018                </Filter>
1019                <File
1020                        RelativePath=".\ReadMe.txt"
1021                        >
1022                </File>
1023        </Files>
1024        <Globals>
1025        </Globals>
1026</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.