source: nscp/modules/CheckSystem/CheckSystem-2005.vcproj @ 5044c09

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

2007-11-19 MickeM

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