source: nscp/modules/CheckSystem/CheckSystem-2005.vcproj @ 99e4d8f

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

2007-11-23 MickeM

  • Converted to unicode (damn sometimes I HATE C++) + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"

2007-11-22 MickeM

  • Fixed so the "default path" is correct even when running as a service (issue: #96)
  • Property mode set to 100644
File size: 47.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="CheckSystem"
6        ProjectGUID="{2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}"
7        RootNamespace="CheckSystem"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14                <Platform
15                        Name="x64"
16                />
17                <Platform
18                        Name="Itanium"
19                />
20        </Platforms>
21        <ToolFiles>
22        </ToolFiles>
23        <Configurations>
24                <Configuration
25                        Name="Debug|Win32"
26                        OutputDirectory="$(ConfigurationName)"
27                        IntermediateDirectory="$(ConfigurationName)"
28                        ConfigurationType="2"
29                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
30                        CharacterSet="1"
31                        >
32                        <Tool
33                                Name="VCPreBuildEventTool"
34                        />
35                        <Tool
36                                Name="VCCustomBuildTool"
37                        />
38                        <Tool
39                                Name="VCXMLDataGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCWebServiceProxyGeneratorTool"
43                        />
44                        <Tool
45                                Name="VCMIDLTool"
46                        />
47                        <Tool
48                                Name="VCCLCompilerTool"
49                                Optimization="0"
50                                AdditionalIncludeDirectories="../include;../../include"
51                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
52                                MinimalRebuild="true"
53                                BasicRuntimeChecks="3"
54                                RuntimeLibrary="3"
55                                UsePrecompiledHeader="2"
56                                WarningLevel="3"
57                                Detect64BitPortabilityProblems="false"
58                                DebugInformationFormat="4"
59                        />
60                        <Tool
61                                Name="VCManagedResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCResourceCompilerTool"
65                        />
66                        <Tool
67                                Name="VCPreLinkEventTool"
68                        />
69                        <Tool
70                                Name="VCLinkerTool"
71                                AdditionalDependencies="Pdh.lib"
72                                OutputFile="../../Debug/modules/$(ProjectName).dll"
73                                LinkIncremental="2"
74                                ModuleDefinitionFile="CheckSystem.def"
75                                GenerateDebugInformation="true"
76                                ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb"
77                                SubSystem="2"
78                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
101                        />
102                        <Tool
103                                Name="VCPostBuildEventTool"
104                        />
105                </Configuration>
106                <Configuration
107                        Name="Debug|x64"
108                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
109                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
110                        ConfigurationType="2"
111                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
112                        CharacterSet="2"
113                        >
114                        <Tool
115                                Name="VCPreBuildEventTool"
116                        />
117                        <Tool
118                                Name="VCCustomBuildTool"
119                        />
120                        <Tool
121                                Name="VCXMLDataGeneratorTool"
122                        />
123                        <Tool
124                                Name="VCWebServiceProxyGeneratorTool"
125                        />
126                        <Tool
127                                Name="VCMIDLTool"
128                                TargetEnvironment="3"
129                        />
130                        <Tool
131                                Name="VCCLCompilerTool"
132                                Optimization="0"
133                                AdditionalIncludeDirectories="../include;../../include"
134                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
135                                MinimalRebuild="true"
136                                BasicRuntimeChecks="3"
137                                RuntimeLibrary="3"
138                                UsePrecompiledHeader="2"
139                                WarningLevel="3"
140                                Detect64BitPortabilityProblems="false"
141                                DebugInformationFormat="3"
142                        />
143                        <Tool
144                                Name="VCManagedResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCResourceCompilerTool"
148                        />
149                        <Tool
150                                Name="VCPreLinkEventTool"
151                        />
152                        <Tool
153                                Name="VCLinkerTool"
154                                AdditionalDependencies="Pdh.lib"
155                                OutputFile="../../Debug/modules/$(ProjectName).dll"
156                                LinkIncremental="2"
157                                ModuleDefinitionFile="CheckSystem.def"
158                                GenerateDebugInformation="true"
159                                ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb"
160                                SubSystem="2"
161                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
184                        />
185                        <Tool
186                                Name="VCPostBuildEventTool"
187                        />
188                </Configuration>
189                <Configuration
190                        Name="Release|Win32"
191                        OutputDirectory="$(ConfigurationName)"
192                        IntermediateDirectory="$(ConfigurationName)"
193                        ConfigurationType="2"
194                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
195                        CharacterSet="1"
196                        >
197                        <Tool
198                                Name="VCPreBuildEventTool"
199                        />
200                        <Tool
201                                Name="VCCustomBuildTool"
202                        />
203                        <Tool
204                                Name="VCXMLDataGeneratorTool"
205                        />
206                        <Tool
207                                Name="VCWebServiceProxyGeneratorTool"
208                        />
209                        <Tool
210                                Name="VCMIDLTool"
211                        />
212                        <Tool
213                                Name="VCCLCompilerTool"
214                                AdditionalIncludeDirectories="../../include"
215                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
216                                RuntimeLibrary="0"
217                                UsePrecompiledHeader="2"
218                                WarningLevel="3"
219                                Detect64BitPortabilityProblems="false"
220                                DebugInformationFormat="3"
221                        />
222                        <Tool
223                                Name="VCManagedResourceCompilerTool"
224                        />
225                        <Tool
226                                Name="VCResourceCompilerTool"
227                        />
228                        <Tool
229                                Name="VCPreLinkEventTool"
230                        />
231                        <Tool
232                                Name="VCLinkerTool"
233                                AdditionalDependencies="Pdh.lib"
234                                OutputFile="../../Release/modules/$(ProjectName).dll"
235                                LinkIncremental="1"
236                                ModuleDefinitionFile="CheckSystem.def"
237                                GenerateDebugInformation="false"
238                                SubSystem="2"
239                                OptimizeReferences="2"
240                                EnableCOMDATFolding="2"
241                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
264                        />
265                        <Tool
266                                Name="VCPostBuildEventTool"
267                        />
268                </Configuration>
269                <Configuration
270                        Name="Release|x64"
271                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
272                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
273                        ConfigurationType="2"
274                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
275                        CharacterSet="2"
276                        >
277                        <Tool
278                                Name="VCPreBuildEventTool"
279                        />
280                        <Tool
281                                Name="VCCustomBuildTool"
282                        />
283                        <Tool
284                                Name="VCXMLDataGeneratorTool"
285                        />
286                        <Tool
287                                Name="VCWebServiceProxyGeneratorTool"
288                        />
289                        <Tool
290                                Name="VCMIDLTool"
291                                TargetEnvironment="3"
292                        />
293                        <Tool
294                                Name="VCCLCompilerTool"
295                                AdditionalIncludeDirectories="../../include"
296                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
297                                RuntimeLibrary="0"
298                                UsePrecompiledHeader="2"
299                                WarningLevel="3"
300                                Detect64BitPortabilityProblems="false"
301                                DebugInformationFormat="3"
302                        />
303                        <Tool
304                                Name="VCManagedResourceCompilerTool"
305                        />
306                        <Tool
307                                Name="VCResourceCompilerTool"
308                        />
309                        <Tool
310                                Name="VCPreLinkEventTool"
311                        />
312                        <Tool
313                                Name="VCLinkerTool"
314                                AdditionalDependencies="Pdh.lib"
315                                OutputFile="../../Release/modules/$(ProjectName).dll"
316                                LinkIncremental="1"
317                                ModuleDefinitionFile="CheckSystem.def"
318                                GenerateDebugInformation="false"
319                                SubSystem="2"
320                                OptimizeReferences="2"
321                                EnableCOMDATFolding="2"
322                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
345                        />
346                        <Tool
347                                Name="VCPostBuildEventTool"
348                        />
349                </Configuration>
350                <Configuration
351                        Name="Distribution|Win32"
352                        OutputDirectory="$(ConfigurationName)"
353                        IntermediateDirectory="$(ConfigurationName)"
354                        ConfigurationType="2"
355                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
356                        CharacterSet="2"
357                        >
358                        <Tool
359                                Name="VCPreBuildEventTool"
360                        />
361                        <Tool
362                                Name="VCCustomBuildTool"
363                        />
364                        <Tool
365                                Name="VCXMLDataGeneratorTool"
366                        />
367                        <Tool
368                                Name="VCWebServiceProxyGeneratorTool"
369                        />
370                        <Tool
371                                Name="VCMIDLTool"
372                        />
373                        <Tool
374                                Name="VCCLCompilerTool"
375                                AdditionalIncludeDirectories="../../include"
376                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
377                                RuntimeLibrary="0"
378                                UsePrecompiledHeader="2"
379                                WarningLevel="3"
380                                Detect64BitPortabilityProblems="false"
381                                DebugInformationFormat="3"
382                        />
383                        <Tool
384                                Name="VCManagedResourceCompilerTool"
385                        />
386                        <Tool
387                                Name="VCResourceCompilerTool"
388                        />
389                        <Tool
390                                Name="VCPreLinkEventTool"
391                        />
392                        <Tool
393                                Name="VCLinkerTool"
394                                AdditionalDependencies="Pdh.lib"
395                                OutputFile="../../Dist/modules/$(ProjectName).dll"
396                                LinkIncremental="1"
397                                ModuleDefinitionFile="CheckSystem.def"
398                                GenerateDebugInformation="false"
399                                SubSystem="2"
400                                OptimizeReferences="2"
401                                EnableCOMDATFolding="2"
402                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
425                        />
426                        <Tool
427                                Name="VCPostBuildEventTool"
428                        />
429                </Configuration>
430                <Configuration
431                        Name="Distribution|x64"
432                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
433                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
434                        ConfigurationType="2"
435                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
436                        CharacterSet="2"
437                        >
438                        <Tool
439                                Name="VCPreBuildEventTool"
440                        />
441                        <Tool
442                                Name="VCCustomBuildTool"
443                        />
444                        <Tool
445                                Name="VCXMLDataGeneratorTool"
446                        />
447                        <Tool
448                                Name="VCWebServiceProxyGeneratorTool"
449                        />
450                        <Tool
451                                Name="VCMIDLTool"
452                                TargetEnvironment="3"
453                        />
454                        <Tool
455                                Name="VCCLCompilerTool"
456                                AdditionalIncludeDirectories="../../include"
457                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
458                                RuntimeLibrary="0"
459                                UsePrecompiledHeader="2"
460                                WarningLevel="3"
461                                Detect64BitPortabilityProblems="false"
462                                DebugInformationFormat="3"
463                        />
464                        <Tool
465                                Name="VCManagedResourceCompilerTool"
466                        />
467                        <Tool
468                                Name="VCResourceCompilerTool"
469                        />
470                        <Tool
471                                Name="VCPreLinkEventTool"
472                        />
473                        <Tool
474                                Name="VCLinkerTool"
475                                AdditionalDependencies="Pdh.lib"
476                                OutputFile="../../Dist/modules/$(ProjectName).dll"
477                                LinkIncremental="1"
478                                ModuleDefinitionFile="CheckSystem.def"
479                                GenerateDebugInformation="false"
480                                SubSystem="2"
481                                OptimizeReferences="2"
482                                EnableCOMDATFolding="2"
483                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
506                        />
507                        <Tool
508                                Name="VCPostBuildEventTool"
509                        />
510                </Configuration>
511                <Configuration
512                        Name="Nightly|Win32"
513                        OutputDirectory="$(ConfigurationName)"
514                        IntermediateDirectory="$(ConfigurationName)"
515                        ConfigurationType="2"
516                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
517                        CharacterSet="2"
518                        >
519                        <Tool
520                                Name="VCPreBuildEventTool"
521                        />
522                        <Tool
523                                Name="VCCustomBuildTool"
524                        />
525                        <Tool
526                                Name="VCXMLDataGeneratorTool"
527                        />
528                        <Tool
529                                Name="VCWebServiceProxyGeneratorTool"
530                        />
531                        <Tool
532                                Name="VCMIDLTool"
533                        />
534                        <Tool
535                                Name="VCCLCompilerTool"
536                                AdditionalIncludeDirectories="../../include"
537                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS"
538                                RuntimeLibrary="0"
539                                UsePrecompiledHeader="2"
540                                WarningLevel="3"
541                                Detect64BitPortabilityProblems="false"
542                                DebugInformationFormat="3"
543                        />
544                        <Tool
545                                Name="VCManagedResourceCompilerTool"
546                        />
547                        <Tool
548                                Name="VCResourceCompilerTool"
549                        />
550                        <Tool
551                                Name="VCPreLinkEventTool"
552                        />
553                        <Tool
554                                Name="VCLinkerTool"
555                                AdditionalDependencies="Pdh.lib"
556                                OutputFile="../../Dist/modules/$(ProjectName).dll"
557                                LinkIncremental="1"
558                                ModuleDefinitionFile="CheckSystem.def"
559                                GenerateDebugInformation="true"
560                                SubSystem="2"
561                                OptimizeReferences="2"
562                                EnableCOMDATFolding="2"
563                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
586                        />
587                        <Tool
588                                Name="VCPostBuildEventTool"
589                        />
590                </Configuration>
591                <Configuration
592                        Name="Nightly|x64"
593                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
594                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
595                        ConfigurationType="2"
596                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
597                        CharacterSet="2"
598                        >
599                        <Tool
600                                Name="VCPreBuildEventTool"
601                        />
602                        <Tool
603                                Name="VCCustomBuildTool"
604                        />
605                        <Tool
606                                Name="VCXMLDataGeneratorTool"
607                        />
608                        <Tool
609                                Name="VCWebServiceProxyGeneratorTool"
610                        />
611                        <Tool
612                                Name="VCMIDLTool"
613                                TargetEnvironment="3"
614                        />
615                        <Tool
616                                Name="VCCLCompilerTool"
617                                AdditionalIncludeDirectories="../../include"
618                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
619                                RuntimeLibrary="0"
620                                UsePrecompiledHeader="2"
621                                WarningLevel="3"
622                                Detect64BitPortabilityProblems="false"
623                                DebugInformationFormat="3"
624                        />
625                        <Tool
626                                Name="VCManagedResourceCompilerTool"
627                        />
628                        <Tool
629                                Name="VCResourceCompilerTool"
630                        />
631                        <Tool
632                                Name="VCPreLinkEventTool"
633                        />
634                        <Tool
635                                Name="VCLinkerTool"
636                                AdditionalDependencies="Pdh.lib"
637                                OutputFile="../../Dist/modules/$(ProjectName).dll"
638                                LinkIncremental="1"
639                                ModuleDefinitionFile="CheckSystem.def"
640                                GenerateDebugInformation="true"
641                                SubSystem="2"
642                                OptimizeReferences="2"
643                                EnableCOMDATFolding="2"
644                                ImportLibrary="$(OutDir)/CheckSystem.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="VCWebDeploymentTool"
667                        />
668                        <Tool
669                                Name="VCPostBuildEventTool"
670                        />
671                </Configuration>
672                <Configuration
673                        Name="Debug-MemCheck|Win32"
674                        OutputDirectory="$(ConfigurationName)"
675                        IntermediateDirectory="$(ConfigurationName)"
676                        ConfigurationType="2"
677                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
678                        CharacterSet="2"
679                        >
680                        <Tool
681                                Name="VCPreBuildEventTool"
682                        />
683                        <Tool
684                                Name="VCCustomBuildTool"
685                        />
686                        <Tool
687                                Name="VCXMLDataGeneratorTool"
688                        />
689                        <Tool
690                                Name="VCWebServiceProxyGeneratorTool"
691                        />
692                        <Tool
693                                Name="VCMIDLTool"
694                        />
695                        <Tool
696                                Name="VCCLCompilerTool"
697                                Optimization="0"
698                                AdditionalIncludeDirectories="../include;../../include"
699                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK"
700                                MinimalRebuild="true"
701                                BasicRuntimeChecks="3"
702                                RuntimeLibrary="3"
703                                UsePrecompiledHeader="2"
704                                WarningLevel="3"
705                                Detect64BitPortabilityProblems="false"
706                                DebugInformationFormat="4"
707                        />
708                        <Tool
709                                Name="VCManagedResourceCompilerTool"
710                        />
711                        <Tool
712                                Name="VCResourceCompilerTool"
713                        />
714                        <Tool
715                                Name="VCPreLinkEventTool"
716                        />
717                        <Tool
718                                Name="VCLinkerTool"
719                                AdditionalDependencies="Pdh.lib"
720                                OutputFile="../../Debug/modules/$(ProjectName).dll"
721                                LinkIncremental="2"
722                                ModuleDefinitionFile="CheckSystem.def"
723                                GenerateDebugInformation="true"
724                                ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb"
725                                SubSystem="2"
726                                ImportLibrary="$(OutDir)/CheckSystem.lib"
727                                TargetMachine="1"
728                        />
729                        <Tool
730                                Name="VCALinkTool"
731                        />
732                        <Tool
733                                Name="VCManifestTool"
734                        />
735                        <Tool
736                                Name="VCXDCMakeTool"
737                        />
738                        <Tool
739                                Name="VCBscMakeTool"
740                        />
741                        <Tool
742                                Name="VCFxCopTool"
743                        />
744                        <Tool
745                                Name="VCAppVerifierTool"
746                        />
747                        <Tool
748                                Name="VCWebDeploymentTool"
749                        />
750                        <Tool
751                                Name="VCPostBuildEventTool"
752                        />
753                </Configuration>
754                <Configuration
755                        Name="Debug-MemCheck|x64"
756                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
757                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
758                        ConfigurationType="2"
759                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
760                        CharacterSet="2"
761                        >
762                        <Tool
763                                Name="VCPreBuildEventTool"
764                        />
765                        <Tool
766                                Name="VCCustomBuildTool"
767                        />
768                        <Tool
769                                Name="VCXMLDataGeneratorTool"
770                        />
771                        <Tool
772                                Name="VCWebServiceProxyGeneratorTool"
773                        />
774                        <Tool
775                                Name="VCMIDLTool"
776                                TargetEnvironment="3"
777                        />
778                        <Tool
779                                Name="VCCLCompilerTool"
780                                Optimization="0"
781                                AdditionalIncludeDirectories="../include;../../include"
782                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
783                                MinimalRebuild="true"
784                                BasicRuntimeChecks="3"
785                                RuntimeLibrary="3"
786                                UsePrecompiledHeader="2"
787                                WarningLevel="3"
788                                Detect64BitPortabilityProblems="false"
789                                DebugInformationFormat="3"
790                        />
791                        <Tool
792                                Name="VCManagedResourceCompilerTool"
793                        />
794                        <Tool
795                                Name="VCResourceCompilerTool"
796                        />
797                        <Tool
798                                Name="VCPreLinkEventTool"
799                        />
800                        <Tool
801                                Name="VCLinkerTool"
802                                AdditionalDependencies="Pdh.lib"
803                                OutputFile="../../Debug/modules/$(ProjectName).dll"
804                                LinkIncremental="2"
805                                ModuleDefinitionFile="CheckSystem.def"
806                                GenerateDebugInformation="true"
807                                ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb"
808                                SubSystem="2"
809                                ImportLibrary="$(OutDir)/CheckSystem.lib"
810                                TargetMachine="17"
811                        />
812                        <Tool
813                                Name="VCALinkTool"
814                        />
815                        <Tool
816                                Name="VCManifestTool"
817                        />
818                        <Tool
819                                Name="VCXDCMakeTool"
820                        />
821                        <Tool
822                                Name="VCBscMakeTool"
823                        />
824                        <Tool
825                                Name="VCFxCopTool"
826                        />
827                        <Tool
828                                Name="VCAppVerifierTool"
829                        />
830                        <Tool
831                                Name="VCWebDeploymentTool"
832                        />
833                        <Tool
834                                Name="VCPostBuildEventTool"
835                        />
836                </Configuration>
837                <Configuration
838                        Name="Debug|Itanium"
839                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
840                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
841                        ConfigurationType="2"
842                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
843                        CharacterSet="2"
844                        >
845                        <Tool
846                                Name="VCPreBuildEventTool"
847                        />
848                        <Tool
849                                Name="VCCustomBuildTool"
850                        />
851                        <Tool
852                                Name="VCXMLDataGeneratorTool"
853                        />
854                        <Tool
855                                Name="VCWebServiceProxyGeneratorTool"
856                        />
857                        <Tool
858                                Name="VCMIDLTool"
859                                TargetEnvironment="2"
860                        />
861                        <Tool
862                                Name="VCCLCompilerTool"
863                                Optimization="0"
864                                AdditionalIncludeDirectories="../include;../../include"
865                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
866                                MinimalRebuild="true"
867                                BasicRuntimeChecks="3"
868                                RuntimeLibrary="3"
869                                UsePrecompiledHeader="2"
870                                WarningLevel="3"
871                                Detect64BitPortabilityProblems="false"
872                                DebugInformationFormat="3"
873                        />
874                        <Tool
875                                Name="VCManagedResourceCompilerTool"
876                        />
877                        <Tool
878                                Name="VCResourceCompilerTool"
879                        />
880                        <Tool
881                                Name="VCPreLinkEventTool"
882                        />
883                        <Tool
884                                Name="VCLinkerTool"
885                                AdditionalDependencies="Pdh.lib"
886                                OutputFile="../../Debug/modules/$(ProjectName).dll"
887                                LinkIncremental="2"
888                                ModuleDefinitionFile="CheckSystem.def"
889                                GenerateDebugInformation="true"
890                                ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb"
891                                SubSystem="2"
892                                RandomizedBaseAddress="1"
893                                DataExecutionPrevention="0"
894                                ImportLibrary="$(OutDir)/CheckSystem.lib"
895                                TargetMachine="5"
896                        />
897                        <Tool
898                                Name="VCALinkTool"
899                        />
900                        <Tool
901                                Name="VCManifestTool"
902                        />
903                        <Tool
904                                Name="VCXDCMakeTool"
905                        />
906                        <Tool
907                                Name="VCBscMakeTool"
908                        />
909                        <Tool
910                                Name="VCFxCopTool"
911                        />
912                        <Tool
913                                Name="VCAppVerifierTool"
914                        />
915                        <Tool
916                                Name="VCPostBuildEventTool"
917                        />
918                </Configuration>
919                <Configuration
920                        Name="Release|Itanium"
921                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
922                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
923                        ConfigurationType="2"
924                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
925                        CharacterSet="2"
926                        >
927                        <Tool
928                                Name="VCPreBuildEventTool"
929                        />
930                        <Tool
931                                Name="VCCustomBuildTool"
932                        />
933                        <Tool
934                                Name="VCXMLDataGeneratorTool"
935                        />
936                        <Tool
937                                Name="VCWebServiceProxyGeneratorTool"
938                        />
939                        <Tool
940                                Name="VCMIDLTool"
941                                TargetEnvironment="2"
942                        />
943                        <Tool
944                                Name="VCCLCompilerTool"
945                                AdditionalIncludeDirectories="../../include"
946                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
947                                RuntimeLibrary="0"
948                                UsePrecompiledHeader="2"
949                                WarningLevel="3"
950                                Detect64BitPortabilityProblems="false"
951                                DebugInformationFormat="3"
952                        />
953                        <Tool
954                                Name="VCManagedResourceCompilerTool"
955                        />
956                        <Tool
957                                Name="VCResourceCompilerTool"
958                        />
959                        <Tool
960                                Name="VCPreLinkEventTool"
961                        />
962                        <Tool
963                                Name="VCLinkerTool"
964                                AdditionalDependencies="Pdh.lib"
965                                OutputFile="../../Release/modules/$(ProjectName).dll"
966                                LinkIncremental="1"
967                                ModuleDefinitionFile="CheckSystem.def"
968                                GenerateDebugInformation="false"
969                                SubSystem="2"
970                                OptimizeReferences="2"
971                                EnableCOMDATFolding="2"
972                                RandomizedBaseAddress="1"
973                                DataExecutionPrevention="0"
974                                ImportLibrary="$(OutDir)/CheckSystem.lib"
975                                TargetMachine="5"
976                        />
977                        <Tool
978                                Name="VCALinkTool"
979                        />
980                        <Tool
981                                Name="VCManifestTool"
982                        />
983                        <Tool
984                                Name="VCXDCMakeTool"
985                        />
986                        <Tool
987                                Name="VCBscMakeTool"
988                        />
989                        <Tool
990                                Name="VCFxCopTool"
991                        />
992                        <Tool
993                                Name="VCAppVerifierTool"
994                        />
995                        <Tool
996                                Name="VCPostBuildEventTool"
997                        />
998                </Configuration>
999                <Configuration
1000                        Name="Distribution|Itanium"
1001                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1002                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1003                        ConfigurationType="2"
1004                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1005                        CharacterSet="2"
1006                        >
1007                        <Tool
1008                                Name="VCPreBuildEventTool"
1009                        />
1010                        <Tool
1011                                Name="VCCustomBuildTool"
1012                        />
1013                        <Tool
1014                                Name="VCXMLDataGeneratorTool"
1015                        />
1016                        <Tool
1017                                Name="VCWebServiceProxyGeneratorTool"
1018                        />
1019                        <Tool
1020                                Name="VCMIDLTool"
1021                                TargetEnvironment="2"
1022                        />
1023                        <Tool
1024                                Name="VCCLCompilerTool"
1025                                AdditionalIncludeDirectories="../../include"
1026                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1027                                RuntimeLibrary="0"
1028                                UsePrecompiledHeader="2"
1029                                WarningLevel="3"
1030                                Detect64BitPortabilityProblems="false"
1031                                DebugInformationFormat="3"
1032                        />
1033                        <Tool
1034                                Name="VCManagedResourceCompilerTool"
1035                        />
1036                        <Tool
1037                                Name="VCResourceCompilerTool"
1038                        />
1039                        <Tool
1040                                Name="VCPreLinkEventTool"
1041                        />
1042                        <Tool
1043                                Name="VCLinkerTool"
1044                                AdditionalDependencies="Pdh.lib"
1045                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1046                                LinkIncremental="1"
1047                                ModuleDefinitionFile="CheckSystem.def"
1048                                GenerateDebugInformation="false"
1049                                SubSystem="2"
1050                                OptimizeReferences="2"
1051                                EnableCOMDATFolding="2"
1052                                RandomizedBaseAddress="1"
1053                                DataExecutionPrevention="0"
1054                                ImportLibrary="$(OutDir)/CheckSystem.lib"
1055                                TargetMachine="5"
1056                        />
1057                        <Tool
1058                                Name="VCALinkTool"
1059                        />
1060                        <Tool
1061                                Name="VCManifestTool"
1062                        />
1063                        <Tool
1064                                Name="VCXDCMakeTool"
1065                        />
1066                        <Tool
1067                                Name="VCBscMakeTool"
1068                        />
1069                        <Tool
1070                                Name="VCFxCopTool"
1071                        />
1072                        <Tool
1073                                Name="VCAppVerifierTool"
1074                        />
1075                        <Tool
1076                                Name="VCPostBuildEventTool"
1077                        />
1078                </Configuration>
1079                <Configuration
1080                        Name="Nightly|Itanium"
1081                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1082                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1083                        ConfigurationType="2"
1084                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1085                        CharacterSet="2"
1086                        >
1087                        <Tool
1088                                Name="VCPreBuildEventTool"
1089                        />
1090                        <Tool
1091                                Name="VCCustomBuildTool"
1092                        />
1093                        <Tool
1094                                Name="VCXMLDataGeneratorTool"
1095                        />
1096                        <Tool
1097                                Name="VCWebServiceProxyGeneratorTool"
1098                        />
1099                        <Tool
1100                                Name="VCMIDLTool"
1101                                TargetEnvironment="2"
1102                        />
1103                        <Tool
1104                                Name="VCCLCompilerTool"
1105                                AdditionalIncludeDirectories="../../include"
1106                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1107                                RuntimeLibrary="0"
1108                                UsePrecompiledHeader="2"
1109                                WarningLevel="3"
1110                                Detect64BitPortabilityProblems="false"
1111                                DebugInformationFormat="3"
1112                        />
1113                        <Tool
1114                                Name="VCManagedResourceCompilerTool"
1115                        />
1116                        <Tool
1117                                Name="VCResourceCompilerTool"
1118                        />
1119                        <Tool
1120                                Name="VCPreLinkEventTool"
1121                        />
1122                        <Tool
1123                                Name="VCLinkerTool"
1124                                AdditionalDependencies="Pdh.lib"
1125                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1126                                LinkIncremental="1"
1127                                ModuleDefinitionFile="CheckSystem.def"
1128                                GenerateDebugInformation="true"
1129                                SubSystem="2"
1130                                OptimizeReferences="2"
1131                                EnableCOMDATFolding="2"
1132                                RandomizedBaseAddress="1"
1133                                DataExecutionPrevention="0"
1134                                ImportLibrary="$(OutDir)/CheckSystem.lib"
1135                                TargetMachine="5"
1136                        />
1137                        <Tool
1138                                Name="VCALinkTool"
1139                        />
1140                        <Tool
1141                                Name="VCManifestTool"
1142                        />
1143                        <Tool
1144                                Name="VCXDCMakeTool"
1145                        />
1146                        <Tool
1147                                Name="VCBscMakeTool"
1148                        />
1149                        <Tool
1150                                Name="VCFxCopTool"
1151                        />
1152                        <Tool
1153                                Name="VCAppVerifierTool"
1154                        />
1155                        <Tool
1156                                Name="VCPostBuildEventTool"
1157                        />
1158                </Configuration>
1159                <Configuration
1160                        Name="Debug-MemCheck|Itanium"
1161                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1162                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1163                        ConfigurationType="2"
1164                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1165                        CharacterSet="2"
1166                        >
1167                        <Tool
1168                                Name="VCPreBuildEventTool"
1169                        />
1170                        <Tool
1171                                Name="VCCustomBuildTool"
1172                        />
1173                        <Tool
1174                                Name="VCXMLDataGeneratorTool"
1175                        />
1176                        <Tool
1177                                Name="VCWebServiceProxyGeneratorTool"
1178                        />
1179                        <Tool
1180                                Name="VCMIDLTool"
1181                                TargetEnvironment="2"
1182                        />
1183                        <Tool
1184                                Name="VCCLCompilerTool"
1185                                Optimization="0"
1186                                AdditionalIncludeDirectories="../include;../../include"
1187                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1188                                MinimalRebuild="true"
1189                                BasicRuntimeChecks="3"
1190                                RuntimeLibrary="3"
1191                                UsePrecompiledHeader="2"
1192                                WarningLevel="3"
1193                                Detect64BitPortabilityProblems="false"
1194                                DebugInformationFormat="3"
1195                        />
1196                        <Tool
1197                                Name="VCManagedResourceCompilerTool"
1198                        />
1199                        <Tool
1200                                Name="VCResourceCompilerTool"
1201                        />
1202                        <Tool
1203                                Name="VCPreLinkEventTool"
1204                        />
1205                        <Tool
1206                                Name="VCLinkerTool"
1207                                AdditionalDependencies="Pdh.lib"
1208                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1209                                LinkIncremental="2"
1210                                ModuleDefinitionFile="CheckSystem.def"
1211                                GenerateDebugInformation="true"
1212                                ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb"
1213                                SubSystem="2"
1214                                RandomizedBaseAddress="1"
1215                                DataExecutionPrevention="0"
1216                                ImportLibrary="$(OutDir)/CheckSystem.lib"
1217                                TargetMachine="5"
1218                        />
1219                        <Tool
1220                                Name="VCALinkTool"
1221                        />
1222                        <Tool
1223                                Name="VCManifestTool"
1224                        />
1225                        <Tool
1226                                Name="VCXDCMakeTool"
1227                        />
1228                        <Tool
1229                                Name="VCBscMakeTool"
1230                        />
1231                        <Tool
1232                                Name="VCFxCopTool"
1233                        />
1234                        <Tool
1235                                Name="VCAppVerifierTool"
1236                        />
1237                        <Tool
1238                                Name="VCPostBuildEventTool"
1239                        />
1240                </Configuration>
1241        </Configurations>
1242        <References>
1243        </References>
1244        <Files>
1245                <Filter
1246                        Name="Source Files"
1247                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1248                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1249                        >
1250                        <File
1251                                RelativePath="..\..\include\arrayBuffer.cpp"
1252                                >
1253                                <FileConfiguration
1254                                        Name="Debug|Win32"
1255                                        >
1256                                        <Tool
1257                                                Name="VCCLCompilerTool"
1258                                                UsePrecompiledHeader="0"
1259                                                PrecompiledHeaderThrough=""
1260                                        />
1261                                </FileConfiguration>
1262                                <FileConfiguration
1263                                        Name="Debug|x64"
1264                                        >
1265                                        <Tool
1266                                                Name="VCCLCompilerTool"
1267                                                UsePrecompiledHeader="0"
1268                                                PrecompiledHeaderThrough=""
1269                                        />
1270                                </FileConfiguration>
1271                                <FileConfiguration
1272                                        Name="Release|Win32"
1273                                        >
1274                                        <Tool
1275                                                Name="VCCLCompilerTool"
1276                                                UsePrecompiledHeader="0"
1277                                                PrecompiledHeaderThrough=""
1278                                        />
1279                                </FileConfiguration>
1280                                <FileConfiguration
1281                                        Name="Release|x64"
1282                                        >
1283                                        <Tool
1284                                                Name="VCCLCompilerTool"
1285                                                UsePrecompiledHeader="0"
1286                                                PrecompiledHeaderThrough=""
1287                                        />
1288                                </FileConfiguration>
1289                                <FileConfiguration
1290                                        Name="Distribution|Win32"
1291                                        >
1292                                        <Tool
1293                                                Name="VCCLCompilerTool"
1294                                                UsePrecompiledHeader="0"
1295                                                PrecompiledHeaderThrough=""
1296                                        />
1297                                </FileConfiguration>
1298                                <FileConfiguration
1299                                        Name="Distribution|x64"
1300                                        >
1301                                        <Tool
1302                                                Name="VCCLCompilerTool"
1303                                                UsePrecompiledHeader="0"
1304                                                PrecompiledHeaderThrough=""
1305                                        />
1306                                </FileConfiguration>
1307                                <FileConfiguration
1308                                        Name="Nightly|Win32"
1309                                        >
1310                                        <Tool
1311                                                Name="VCCLCompilerTool"
1312                                                UsePrecompiledHeader="0"
1313                                                PrecompiledHeaderThrough=""
1314                                        />
1315                                </FileConfiguration>
1316                                <FileConfiguration
1317                                        Name="Nightly|x64"
1318                                        >
1319                                        <Tool
1320                                                Name="VCCLCompilerTool"
1321                                                UsePrecompiledHeader="0"
1322                                                PrecompiledHeaderThrough=""
1323                                        />
1324                                </FileConfiguration>
1325                                <FileConfiguration
1326                                        Name="Debug-MemCheck|Win32"
1327                                        >
1328                                        <Tool
1329                                                Name="VCCLCompilerTool"
1330                                                UsePrecompiledHeader="0"
1331                                                PrecompiledHeaderThrough=""
1332                                        />
1333                                </FileConfiguration>
1334                                <FileConfiguration
1335                                        Name="Debug-MemCheck|x64"
1336                                        >
1337                                        <Tool
1338                                                Name="VCCLCompilerTool"
1339                                                UsePrecompiledHeader="0"
1340                                                PrecompiledHeaderThrough=""
1341                                        />
1342                                </FileConfiguration>
1343                                <FileConfiguration
1344                                        Name="Debug|Itanium"
1345                                        >
1346                                        <Tool
1347                                                Name="VCCLCompilerTool"
1348                                                UsePrecompiledHeader="0"
1349                                                PrecompiledHeaderThrough=""
1350                                        />
1351                                </FileConfiguration>
1352                                <FileConfiguration
1353                                        Name="Release|Itanium"
1354                                        >
1355                                        <Tool
1356                                                Name="VCCLCompilerTool"
1357                                                UsePrecompiledHeader="0"
1358                                                PrecompiledHeaderThrough=""
1359                                        />
1360                                </FileConfiguration>
1361                                <FileConfiguration
1362                                        Name="Distribution|Itanium"
1363                                        >
1364                                        <Tool
1365                                                Name="VCCLCompilerTool"
1366                                                UsePrecompiledHeader="0"
1367                                                PrecompiledHeaderThrough=""
1368                                        />
1369                                </FileConfiguration>
1370                                <FileConfiguration
1371                                        Name="Nightly|Itanium"
1372                                        >
1373                                        <Tool
1374                                                Name="VCCLCompilerTool"
1375                                                UsePrecompiledHeader="0"
1376                                                PrecompiledHeaderThrough=""
1377                                        />
1378                                </FileConfiguration>
1379                                <FileConfiguration
1380                                        Name="Debug-MemCheck|Itanium"
1381                                        >
1382                                        <Tool
1383                                                Name="VCCLCompilerTool"
1384                                                UsePrecompiledHeader="0"
1385                                                PrecompiledHeaderThrough=""
1386                                        />
1387                                </FileConfiguration>
1388                        </File>
1389                        <File
1390                                RelativePath=".\CheckSystem.cpp"
1391                                >
1392                        </File>
1393                        <File
1394                                RelativePath=".\CheckSystem.def"
1395                                >
1396                        </File>
1397                        <File
1398                                RelativePath="..\..\include\EnumNtSrv.cpp"
1399                                >
1400                                <FileConfiguration
1401                                        Name="Debug|Win32"
1402                                        >
1403                                        <Tool
1404                                                Name="VCCLCompilerTool"
1405                                                UsePrecompiledHeader="0"
1406                                                PrecompiledHeaderThrough=""
1407                                        />
1408                                </FileConfiguration>
1409                                <FileConfiguration
1410                                        Name="Debug|x64"
1411                                        >
1412                                        <Tool
1413                                                Name="VCCLCompilerTool"
1414                                                UsePrecompiledHeader="0"
1415                                                PrecompiledHeaderThrough=""
1416                                        />
1417                                </FileConfiguration>
1418                                <FileConfiguration
1419                                        Name="Release|Win32"
1420                                        >
1421                                        <Tool
1422                                                Name="VCCLCompilerTool"
1423                                                UsePrecompiledHeader="0"
1424                                                PrecompiledHeaderThrough=""
1425                                        />
1426                                </FileConfiguration>
1427                                <FileConfiguration
1428                                        Name="Release|x64"
1429                                        >
1430                                        <Tool
1431                                                Name="VCCLCompilerTool"
1432                                                UsePrecompiledHeader="0"
1433                                                PrecompiledHeaderThrough=""
1434                                        />
1435                                </FileConfiguration>
1436                                <FileConfiguration
1437                                        Name="Distribution|Win32"
1438                                        >
1439                                        <Tool
1440                                                Name="VCCLCompilerTool"
1441                                                UsePrecompiledHeader="0"
1442                                                PrecompiledHeaderThrough=""
1443                                        />
1444                                </FileConfiguration>
1445                                <FileConfiguration
1446                                        Name="Distribution|x64"
1447                                        >
1448                                        <Tool
1449                                                Name="VCCLCompilerTool"
1450                                                UsePrecompiledHeader="0"
1451                                                PrecompiledHeaderThrough=""
1452                                        />
1453                                </FileConfiguration>
1454                                <FileConfiguration
1455                                        Name="Nightly|Win32"
1456                                        >
1457                                        <Tool
1458                                                Name="VCCLCompilerTool"
1459                                                UsePrecompiledHeader="0"
1460                                                PrecompiledHeaderThrough=""
1461                                        />
1462                                </FileConfiguration>
1463                                <FileConfiguration
1464                                        Name="Nightly|x64"
1465                                        >
1466                                        <Tool
1467                                                Name="VCCLCompilerTool"
1468                                                UsePrecompiledHeader="0"
1469                                                PrecompiledHeaderThrough=""
1470                                        />
1471                                </FileConfiguration>
1472                                <FileConfiguration
1473                                        Name="Debug-MemCheck|Win32"
1474                                        >
1475                                        <Tool
1476                                                Name="VCCLCompilerTool"
1477                                                UsePrecompiledHeader="0"
1478                                                PrecompiledHeaderThrough=""
1479                                        />
1480                                </FileConfiguration>
1481                                <FileConfiguration
1482                                        Name="Debug-MemCheck|x64"
1483                                        >
1484                                        <Tool
1485                                                Name="VCCLCompilerTool"
1486                                                UsePrecompiledHeader="0"
1487                                                PrecompiledHeaderThrough=""
1488                                        />
1489                                </FileConfiguration>
1490                                <FileConfiguration
1491                                        Name="Debug|Itanium"
1492                                        >
1493                                        <Tool
1494                                                Name="VCCLCompilerTool"
1495                                                UsePrecompiledHeader="0"
1496                                                PrecompiledHeaderThrough=""
1497                                        />
1498                                </FileConfiguration>
1499                                <FileConfiguration
1500                                        Name="Release|Itanium"
1501                                        >
1502                                        <Tool
1503                                                Name="VCCLCompilerTool"
1504                                                UsePrecompiledHeader="0"
1505                                                PrecompiledHeaderThrough=""
1506                                        />
1507                                </FileConfiguration>
1508                                <FileConfiguration
1509                                        Name="Distribution|Itanium"
1510                                        >
1511                                        <Tool
1512                                                Name="VCCLCompilerTool"
1513                                                UsePrecompiledHeader="0"
1514                                                PrecompiledHeaderThrough=""
1515                                        />
1516                                </FileConfiguration>
1517                                <FileConfiguration
1518                                        Name="Nightly|Itanium"
1519                                        >
1520                                        <Tool
1521                                                Name="VCCLCompilerTool"
1522                                                UsePrecompiledHeader="0"
1523                                                PrecompiledHeaderThrough=""
1524                                        />
1525                                </FileConfiguration>
1526                                <FileConfiguration
1527                                        Name="Debug-MemCheck|Itanium"
1528                                        >
1529                                        <Tool
1530                                                Name="VCCLCompilerTool"
1531                                                UsePrecompiledHeader="0"
1532                                                PrecompiledHeaderThrough=""
1533                                        />
1534                                </FileConfiguration>
1535                        </File>
1536                        <File
1537                                RelativePath="..\..\include\EnumProcess.cpp"
1538                                >
1539                                <FileConfiguration
1540                                        Name="Debug|Win32"
1541                                        >
1542                                        <Tool
1543                                                Name="VCCLCompilerTool"
1544                                                UsePrecompiledHeader="0"
1545                                                PrecompiledHeaderThrough=""
1546                                        />
1547                                </FileConfiguration>
1548                                <FileConfiguration
1549                                        Name="Debug|x64"
1550                                        >
1551                                        <Tool
1552                                                Name="VCCLCompilerTool"
1553                                                UsePrecompiledHeader="0"
1554                                                PrecompiledHeaderThrough=""
1555                                        />
1556                                </FileConfiguration>
1557                                <FileConfiguration
1558                                        Name="Release|Win32"
1559                                        >
1560                                        <Tool
1561                                                Name="VCCLCompilerTool"
1562                                                UsePrecompiledHeader="0"
1563                                                PrecompiledHeaderThrough=""
1564                                        />
1565                                </FileConfiguration>
1566                                <FileConfiguration
1567                                        Name="Release|x64"
1568                                        >
1569                                        <Tool
1570                                                Name="VCCLCompilerTool"
1571                                                UsePrecompiledHeader="0"
1572                                                PrecompiledHeaderThrough=""
1573                                        />
1574                                </FileConfiguration>
1575                                <FileConfiguration
1576                                        Name="Distribution|Win32"
1577                                        >
1578                                        <Tool
1579                                                Name="VCCLCompilerTool"
1580                                                UsePrecompiledHeader="0"
1581                                                PrecompiledHeaderThrough=""
1582                                        />
1583                                </FileConfiguration>
1584                                <FileConfiguration
1585                                        Name="Distribution|x64"
1586                                        >
1587                                        <Tool
1588                                                Name="VCCLCompilerTool"
1589                                                UsePrecompiledHeader="0"
1590                                                PrecompiledHeaderThrough=""
1591                                        />
1592                                </FileConfiguration>
1593                                <FileConfiguration
1594                                        Name="Nightly|Win32"
1595                                        >
1596                                        <Tool
1597                                                Name="VCCLCompilerTool"
1598                                                UsePrecompiledHeader="0"
1599                                                PrecompiledHeaderThrough=""
1600                                        />
1601                                </FileConfiguration>
1602                                <FileConfiguration
1603                                        Name="Nightly|x64"
1604                                        >
1605                                        <Tool
1606                                                Name="VCCLCompilerTool"
1607                                                UsePrecompiledHeader="0"
1608                                                PrecompiledHeaderThrough=""
1609                                        />
1610                                </FileConfiguration>
1611                                <FileConfiguration
1612                                        Name="Debug-MemCheck|Win32"
1613                                        >
1614                                        <Tool
1615                                                Name="VCCLCompilerTool"
1616                                                UsePrecompiledHeader="0"
1617                                                PrecompiledHeaderThrough=""
1618                                        />
1619                                </FileConfiguration>
1620                                <FileConfiguration
1621                                        Name="Debug-MemCheck|x64"
1622                                        >
1623                                        <Tool
1624                                                Name="VCCLCompilerTool"
1625                                                UsePrecompiledHeader="0"
1626                                                PrecompiledHeaderThrough=""
1627                                        />
1628                                </FileConfiguration>
1629                                <FileConfiguration
1630                                        Name="Debug|Itanium"
1631                                        >
1632                                        <Tool
1633                                                Name="VCCLCompilerTool"
1634                                                UsePrecompiledHeader="0"
1635                                                PrecompiledHeaderThrough=""
1636                                        />
1637                                </FileConfiguration>
1638                                <FileConfiguration
1639                                        Name="Release|Itanium"
1640                                        >
1641                                        <Tool
1642                                                Name="VCCLCompilerTool"
1643                                                UsePrecompiledHeader="0"
1644                                                PrecompiledHeaderThrough=""
1645                                        />
1646                                </FileConfiguration>
1647                                <FileConfiguration
1648                                        Name="Distribution|Itanium"
1649                                        >
1650                                        <Tool
1651                                                Name="VCCLCompilerTool"
1652                                                UsePrecompiledHeader="0"
1653                                                PrecompiledHeaderThrough=""
1654                                        />
1655                                </FileConfiguration>
1656                                <FileConfiguration
1657                                        Name="Nightly|Itanium"
1658                                        >
1659                                        <Tool
1660                                                Name="VCCLCompilerTool"
1661                                                UsePrecompiledHeader="0"
1662                                                PrecompiledHeaderThrough=""
1663                                        />
1664                                </FileConfiguration>
1665                                <FileConfiguration
1666                                        Name="Debug-MemCheck|Itanium"
1667                                        >
1668                                        <Tool
1669                                                Name="VCCLCompilerTool"
1670                                                UsePrecompiledHeader="0"
1671                                                PrecompiledHeaderThrough=""
1672                                        />
1673                                </FileConfiguration>
1674                        </File>
1675                        <File
1676                                RelativePath="..\..\include\NSCHelper.cpp"
1677                                >
1678                                <FileConfiguration
1679                                        Name="Debug|Win32"
1680                                        >
1681                                        <Tool
1682                                                Name="VCCLCompilerTool"
1683                                                UsePrecompiledHeader="0"
1684                                                PrecompiledHeaderThrough=""
1685                                        />
1686                                </FileConfiguration>
1687                                <FileConfiguration
1688                                        Name="Debug|x64"
1689                                        >
1690                                        <Tool
1691                                                Name="VCCLCompilerTool"
1692                                                UsePrecompiledHeader="0"
1693                                                PrecompiledHeaderThrough=""
1694                                        />
1695                                </FileConfiguration>
1696                                <FileConfiguration
1697                                        Name="Release|Win32"
1698                                        >
1699                                        <Tool
1700                                                Name="VCCLCompilerTool"
1701                                                UsePrecompiledHeader="0"
1702                                                PrecompiledHeaderThrough=""
1703                                        />
1704                                </FileConfiguration>
1705                                <FileConfiguration
1706                                        Name="Release|x64"
1707                                        >
1708                                        <Tool
1709                                                Name="VCCLCompilerTool"
1710                                                UsePrecompiledHeader="0"
1711                                                PrecompiledHeaderThrough=""
1712                                        />
1713                                </FileConfiguration>
1714                                <FileConfiguration
1715                                        Name="Distribution|Win32"
1716                                        >
1717                                        <Tool
1718                                                Name="VCCLCompilerTool"
1719                                                UsePrecompiledHeader="0"
1720                                                PrecompiledHeaderThrough=""
1721                                        />
1722                                </FileConfiguration>
1723                                <FileConfiguration
1724                                        Name="Distribution|x64"
1725                                        >
1726                                        <Tool
1727                                                Name="VCCLCompilerTool"
1728                                                UsePrecompiledHeader="0"
1729                                                PrecompiledHeaderThrough=""
1730                                        />
1731                                </FileConfiguration>
1732                                <FileConfiguration
1733                                        Name="Nightly|Win32"
1734                                        >
1735                                        <Tool
1736                                                Name="VCCLCompilerTool"
1737                                                UsePrecompiledHeader="0"
1738                                                PrecompiledHeaderThrough=""
1739                                        />
1740                                </FileConfiguration>
1741                                <FileConfiguration
1742                                        Name="Nightly|x64"
1743                                        >
1744                                        <Tool
1745                                                Name="VCCLCompilerTool"
1746                                                UsePrecompiledHeader="0"
1747                                                PrecompiledHeaderThrough=""
1748                                        />
1749                                </FileConfiguration>
1750                                <FileConfiguration
1751                                        Name="Debug-MemCheck|Win32"
1752                                        >
1753                                        <Tool
1754                                                Name="VCCLCompilerTool"
1755                                                UsePrecompiledHeader="0"
1756                                                PrecompiledHeaderThrough=""
1757                                        />
1758                                </FileConfiguration>
1759                                <FileConfiguration
1760                                        Name="Debug-MemCheck|x64"
1761                                        >
1762                                        <Tool
1763                                                Name="VCCLCompilerTool"
1764                                                UsePrecompiledHeader="0"
1765                                                PrecompiledHeaderThrough=""
1766                                        />
1767                                </FileConfiguration>
1768                                <FileConfiguration
1769                                        Name="Debug|Itanium"
1770                                        >
1771                                        <Tool
1772                                                Name="VCCLCompilerTool"
1773                                                UsePrecompiledHeader="0"
1774                                                PrecompiledHeaderThrough=""
1775                                        />
1776                                </FileConfiguration>
1777                                <FileConfiguration
1778                                        Name="Release|Itanium"
1779                                        >
1780                                        <Tool
1781                                                Name="VCCLCompilerTool"
1782                                                UsePrecompiledHeader="0"
1783                                                PrecompiledHeaderThrough=""
1784                                        />
1785                                </FileConfiguration>
1786                                <FileConfiguration
1787                                        Name="Distribution|Itanium"
1788                                        >
1789                                        <Tool
1790                                                Name="VCCLCompilerTool"
1791                                                UsePrecompiledHeader="0"
1792                                                PrecompiledHeaderThrough=""
1793                                        />
1794                                </FileConfiguration>
1795                                <FileConfiguration
1796                                        Name="Nightly|Itanium"
1797                                        >
1798                                        <Tool
1799                                                Name="VCCLCompilerTool"
1800                                                UsePrecompiledHeader="0"
1801                                                PrecompiledHeaderThrough=""
1802                                        />
1803                                </FileConfiguration>
1804                                <FileConfiguration
1805                                        Name="Debug-MemCheck|Itanium"
1806                                        >
1807                                        <Tool
1808                                                Name="VCCLCompilerTool"
1809                                                UsePrecompiledHeader="0"
1810                                                PrecompiledHeaderThrough=""
1811                                        />
1812                                </FileConfiguration>
1813                        </File>
1814                        <File
1815                                RelativePath=".\PDHCollector.cpp"
1816                                >
1817                        </File>
1818                        <File
1819                                RelativePath="..\..\include\PDHCounter.cpp"
1820                                >
1821                        </File>
1822                        <File
1823                                RelativePath=".\stdafx.cpp"
1824                                >
1825                                <FileConfiguration
1826                                        Name="Debug|Win32"
1827                                        >
1828                                        <Tool
1829                                                Name="VCCLCompilerTool"
1830                                                UsePrecompiledHeader="1"
1831                                        />
1832                                </FileConfiguration>
1833                                <FileConfiguration
1834                                        Name="Debug|x64"
1835                                        >
1836                                        <Tool
1837                                                Name="VCCLCompilerTool"
1838                                                UsePrecompiledHeader="1"
1839                                        />
1840                                </FileConfiguration>
1841                                <FileConfiguration
1842                                        Name="Release|Win32"
1843                                        >
1844                                        <Tool
1845                                                Name="VCCLCompilerTool"
1846                                                UsePrecompiledHeader="1"
1847                                        />
1848                                </FileConfiguration>
1849                                <FileConfiguration
1850                                        Name="Release|x64"
1851                                        >
1852                                        <Tool
1853                                                Name="VCCLCompilerTool"
1854                                                UsePrecompiledHeader="1"
1855                                        />
1856                                </FileConfiguration>
1857                                <FileConfiguration
1858                                        Name="Distribution|Win32"
1859                                        >
1860                                        <Tool
1861                                                Name="VCCLCompilerTool"
1862                                                UsePrecompiledHeader="1"
1863                                        />
1864                                </FileConfiguration>
1865                                <FileConfiguration
1866                                        Name="Distribution|x64"
1867                                        >
1868                                        <Tool
1869                                                Name="VCCLCompilerTool"
1870                                                UsePrecompiledHeader="1"
1871                                        />
1872                                </FileConfiguration>
1873                                <FileConfiguration
1874                                        Name="Nightly|Win32"
1875                                        >
1876                                        <Tool
1877                                                Name="VCCLCompilerTool"
1878                                                UsePrecompiledHeader="1"
1879                                        />
1880                                </FileConfiguration>
1881                                <FileConfiguration
1882                                        Name="Nightly|x64"
1883                                        >
1884                                        <Tool
1885                                                Name="VCCLCompilerTool"
1886                                                UsePrecompiledHeader="1"
1887                                        />
1888                                </FileConfiguration>
1889                                <FileConfiguration
1890                                        Name="Debug-MemCheck|Win32"
1891                                        >
1892                                        <Tool
1893                                                Name="VCCLCompilerTool"
1894                                                UsePrecompiledHeader="1"
1895                                        />
1896                                </FileConfiguration>
1897                                <FileConfiguration
1898                                        Name="Debug-MemCheck|x64"
1899                                        >
1900                                        <Tool
1901                                                Name="VCCLCompilerTool"
1902                                                UsePrecompiledHeader="1"
1903                                        />
1904                                </FileConfiguration>
1905                                <FileConfiguration
1906                                        Name="Debug|Itanium"
1907                                        >
1908                                        <Tool
1909                                                Name="VCCLCompilerTool"
1910                                                UsePrecompiledHeader="1"
1911                                        />
1912                                </FileConfiguration>
1913                                <FileConfiguration
1914                                        Name="Release|Itanium"
1915                                        >
1916                                        <Tool
1917                                                Name="VCCLCompilerTool"
1918                                                UsePrecompiledHeader="1"
1919                                        />
1920                                </FileConfiguration>
1921                                <FileConfiguration
1922                                        Name="Distribution|Itanium"
1923                                        >
1924                                        <Tool
1925                                                Name="VCCLCompilerTool"
1926                                                UsePrecompiledHeader="1"
1927                                        />
1928                                </FileConfiguration>
1929                                <FileConfiguration
1930                                        Name="Nightly|Itanium"
1931                                        >
1932                                        <Tool
1933                                                Name="VCCLCompilerTool"
1934                                                UsePrecompiledHeader="1"
1935                                        />
1936                                </FileConfiguration>
1937                                <FileConfiguration
1938                                        Name="Debug-MemCheck|Itanium"
1939                                        >
1940                                        <Tool
1941                                                Name="VCCLCompilerTool"
1942                                                UsePrecompiledHeader="1"
1943                                        />
1944                                </FileConfiguration>
1945                        </File>
1946                        <File
1947                                RelativePath="..\..\include\sysinfo.cpp"
1948                                >
1949                        </File>
1950                        <File
1951                                RelativePath="..\..\include\utils.cpp"
1952                                >
1953                                <FileConfiguration
1954                                        Name="Debug|Win32"
1955                                        >
1956                                        <Tool
1957                                                Name="VCCLCompilerTool"
1958                                                UsePrecompiledHeader="0"
1959                                                PrecompiledHeaderThrough=""
1960                                        />
1961                                </FileConfiguration>
1962                                <FileConfiguration
1963                                        Name="Debug|x64"
1964                                        >
1965                                        <Tool
1966                                                Name="VCCLCompilerTool"
1967                                                UsePrecompiledHeader="0"
1968                                                PrecompiledHeaderThrough=""
1969                                        />
1970                                </FileConfiguration>
1971                                <FileConfiguration
1972                                        Name="Release|Win32"
1973                                        >
1974                                        <Tool
1975                                                Name="VCCLCompilerTool"
1976                                                UsePrecompiledHeader="0"
1977                                                PrecompiledHeaderThrough=""
1978                                        />
1979                                </FileConfiguration>
1980                                <FileConfiguration
1981                                        Name="Release|x64"
1982                                        >
1983                                        <Tool
1984                                                Name="VCCLCompilerTool"
1985                                                UsePrecompiledHeader="0"
1986                                                PrecompiledHeaderThrough=""
1987                                        />
1988                                </FileConfiguration>
1989                                <FileConfiguration
1990                                        Name="Distribution|Win32"
1991                                        >
1992                                        <Tool
1993                                                Name="VCCLCompilerTool"
1994                                                UsePrecompiledHeader="0"
1995                                                PrecompiledHeaderThrough=""
1996                                        />
1997                                </FileConfiguration>
1998                                <FileConfiguration
1999                                        Name="Distribution|x64"
2000                                        >
2001                                        <Tool
2002                                                Name="VCCLCompilerTool"
2003                                                UsePrecompiledHeader="0"
2004                                                PrecompiledHeaderThrough=""
2005                                        />
2006                                </FileConfiguration>
2007                                <FileConfiguration
2008                                        Name="Nightly|Win32"
2009                                        >
2010                                        <Tool
2011                                                Name="VCCLCompilerTool"
2012                                                UsePrecompiledHeader="0"
2013                                                PrecompiledHeaderThrough=""
2014                                        />
2015                                </FileConfiguration>
2016                                <FileConfiguration
2017                                        Name="Nightly|x64"
2018                                        >
2019                                        <Tool
2020                                                Name="VCCLCompilerTool"
2021                                                UsePrecompiledHeader="0"
2022                                                PrecompiledHeaderThrough=""
2023                                        />
2024                                </FileConfiguration>
2025                                <FileConfiguration
2026                                        Name="Debug-MemCheck|Win32"
2027                                        >
2028                                        <Tool
2029                                                Name="VCCLCompilerTool"
2030                                                UsePrecompiledHeader="0"
2031                                                PrecompiledHeaderThrough=""
2032                                        />
2033                                </FileConfiguration>
2034                                <FileConfiguration
2035                                        Name="Debug-MemCheck|x64"
2036                                        >
2037                                        <Tool
2038                                                Name="VCCLCompilerTool"
2039                                                UsePrecompiledHeader="0"
2040                                                PrecompiledHeaderThrough=""
2041                                        />
2042                                </FileConfiguration>
2043                                <FileConfiguration
2044                                        Name="Debug|Itanium"
2045                                        >
2046                                        <Tool
2047                                                Name="VCCLCompilerTool"
2048                                                UsePrecompiledHeader="0"
2049                                                PrecompiledHeaderThrough=""
2050                                        />
2051                                </FileConfiguration>
2052                                <FileConfiguration
2053                                        Name="Release|Itanium"
2054                                        >
2055                                        <Tool
2056                                                Name="VCCLCompilerTool"
2057                                                UsePrecompiledHeader="0"
2058                                                PrecompiledHeaderThrough=""
2059                                        />
2060                                </FileConfiguration>
2061                                <FileConfiguration
2062                                        Name="Distribution|Itanium"
2063                                        >
2064                                        <Tool
2065                                                Name="VCCLCompilerTool"
2066                                                UsePrecompiledHeader="0"
2067                                                PrecompiledHeaderThrough=""
2068                                        />
2069                                </FileConfiguration>
2070                                <FileConfiguration
2071                                        Name="Nightly|Itanium"
2072                                        >
2073                                        <Tool
2074                                                Name="VCCLCompilerTool"
2075                                                UsePrecompiledHeader="0"
2076                                                PrecompiledHeaderThrough=""
2077                                        />
2078                                </FileConfiguration>
2079                                <FileConfiguration
2080                                        Name="Debug-MemCheck|Itanium"
2081                                        >
2082                                        <Tool
2083                                                Name="VCCLCompilerTool"
2084                                                UsePrecompiledHeader="0"
2085                                                PrecompiledHeaderThrough=""
2086                                        />
2087                                </FileConfiguration>
2088                        </File>
2089                </Filter>
2090                <Filter
2091                        Name="Header Files"
2092                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
2093                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
2094                        >
2095                        <File
2096                                RelativePath="..\..\include\arrayBuffer.h"
2097                                >
2098                        </File>
2099                        <File
2100                                RelativePath="..\..\include\CheckMemory.h"
2101                                >
2102                        </File>
2103                        <File
2104                                RelativePath=".\CheckSystem.h"
2105                                >
2106                        </File>
2107                        <File
2108                                RelativePath="..\..\include\config.h"
2109                                >
2110                        </File>
2111                        <File
2112                                RelativePath="..\..\include\EnumNtSrv.h"
2113                                >
2114                        </File>
2115                        <File
2116                                RelativePath="..\..\include\EnumProcess.h"
2117                                >
2118                        </File>
2119                        <File
2120                                RelativePath="..\..\include\error.hpp"
2121                                >
2122                        </File>
2123                        <File
2124                                RelativePath=".\PDHCollector.h"
2125                                >
2126                        </File>
2127                        <File
2128                                RelativePath="..\..\include\PDHCollectors.h"
2129                                >
2130                        </File>
2131                        <File
2132                                RelativePath="..\..\include\PDHCounter.h"
2133                                >
2134                        </File>
2135                        <File
2136                                RelativePath=".\stdafx.h"
2137                                >
2138                        </File>
2139                        <File
2140                                RelativePath="..\..\include\strEx.h"
2141                                >
2142                        </File>
2143                        <File
2144                                RelativePath="..\..\include\sysinfo.h"
2145                                >
2146                        </File>
2147                        <File
2148                                RelativePath="..\..\include\utils.h"
2149                                >
2150                        </File>
2151                </Filter>
2152        </Files>
2153        <Globals>
2154        </Globals>
2155</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.