source: nscp/modules/CheckDisk/CheckDisk-2005.vcproj @ c09c225

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

2008-09-14 MickeM - 0.3.4 RC-4

  • Fixed issue with OS detection (again)
  • Fixed issue with plugin unloading (again)
  • Fixed issue with SSL socket not unloading properly
  • Fixed issue with "login" and "no session" (should work now I hope) (#222)
  • Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)

2008-09-12 MickeM

  • Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!

2008-09-09 MickeM - 0.3.4 RC-3

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