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

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

2007-11-23 MickeM

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

2007-11-22 MickeM

  • Fixed so the "default path" is correct even when running as a service (issue: #96)
  • Property mode set to 100644
File size: 40.1 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="Debug"
27                        IntermediateDirectory="Debug"
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="../../Debug/modules/$(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="$(PlatformName)\$(ConfigurationName)"
108                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
109                        ConfigurationType="2"
110                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
111                        CharacterSet="2"
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="../../Debug/modules/$(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="Release"
190                        IntermediateDirectory="Release"
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="../../Release/modules/$(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="$(PlatformName)\$(ConfigurationName)"
269                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
270                        ConfigurationType="2"
271                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
272                        CharacterSet="2"
273                        >
274                        <Tool
275                                Name="VCPreBuildEventTool"
276                        />
277                        <Tool
278                                Name="VCCustomBuildTool"
279                        />
280                        <Tool
281                                Name="VCXMLDataGeneratorTool"
282                        />
283                        <Tool
284                                Name="VCWebServiceProxyGeneratorTool"
285                        />
286                        <Tool
287                                Name="VCMIDLTool"
288                                TargetEnvironment="3"
289                        />
290                        <Tool
291                                Name="VCCLCompilerTool"
292                                AdditionalIncludeDirectories="../include;../../include"
293                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
294                                RuntimeLibrary="0"
295                                UsePrecompiledHeader="2"
296                                WarningLevel="3"
297                                Detect64BitPortabilityProblems="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="../../Release/modules/$(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="$(ConfigurationName)"
349                        IntermediateDirectory="$(ConfigurationName)"
350                        ConfigurationType="2"
351                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
352                        CharacterSet="2"
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="../../Dist/modules/$(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="$(PlatformName)\$(ConfigurationName)"
428                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
429                        ConfigurationType="2"
430                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
431                        CharacterSet="2"
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="../../Dist/modules/$(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="$(ConfigurationName)"
508                        IntermediateDirectory="$(ConfigurationName)"
509                        ConfigurationType="2"
510                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
511                        CharacterSet="2"
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                                Detect64BitPortabilityProblems="false"
535                                DebugInformationFormat="3"
536                        />
537                        <Tool
538                                Name="VCManagedResourceCompilerTool"
539                        />
540                        <Tool
541                                Name="VCResourceCompilerTool"
542                        />
543                        <Tool
544                                Name="VCPreLinkEventTool"
545                        />
546                        <Tool
547                                Name="VCLinkerTool"
548                                OutputFile="../../Dist/modules/$(ProjectName).dll"
549                                LinkIncremental="1"
550                                ModuleDefinitionFile="CheckDisk.def"
551                                GenerateDebugInformation="true"
552                                SubSystem="2"
553                                OptimizeReferences="2"
554                                EnableCOMDATFolding="2"
555                                ImportLibrary="$(OutDir)/CheckDisk.lib"
556                                TargetMachine="1"
557                        />
558                        <Tool
559                                Name="VCALinkTool"
560                        />
561                        <Tool
562                                Name="VCManifestTool"
563                        />
564                        <Tool
565                                Name="VCXDCMakeTool"
566                        />
567                        <Tool
568                                Name="VCBscMakeTool"
569                        />
570                        <Tool
571                                Name="VCFxCopTool"
572                        />
573                        <Tool
574                                Name="VCAppVerifierTool"
575                        />
576                        <Tool
577                                Name="VCWebDeploymentTool"
578                        />
579                        <Tool
580                                Name="VCPostBuildEventTool"
581                        />
582                </Configuration>
583                <Configuration
584                        Name="Nightly|x64"
585                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
586                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
587                        ConfigurationType="2"
588                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
589                        CharacterSet="2"
590                        >
591                        <Tool
592                                Name="VCPreBuildEventTool"
593                        />
594                        <Tool
595                                Name="VCCustomBuildTool"
596                        />
597                        <Tool
598                                Name="VCXMLDataGeneratorTool"
599                        />
600                        <Tool
601                                Name="VCWebServiceProxyGeneratorTool"
602                        />
603                        <Tool
604                                Name="VCMIDLTool"
605                                TargetEnvironment="3"
606                        />
607                        <Tool
608                                Name="VCCLCompilerTool"
609                                AdditionalIncludeDirectories="../include;../../include"
610                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
611                                UsePrecompiledHeader="2"
612                                WarningLevel="3"
613                                Detect64BitPortabilityProblems="false"
614                                DebugInformationFormat="3"
615                        />
616                        <Tool
617                                Name="VCManagedResourceCompilerTool"
618                        />
619                        <Tool
620                                Name="VCResourceCompilerTool"
621                        />
622                        <Tool
623                                Name="VCPreLinkEventTool"
624                        />
625                        <Tool
626                                Name="VCLinkerTool"
627                                OutputFile="../../Dist/modules/$(ProjectName).dll"
628                                LinkIncremental="1"
629                                ModuleDefinitionFile="CheckDisk.def"
630                                GenerateDebugInformation="true"
631                                SubSystem="2"
632                                OptimizeReferences="2"
633                                EnableCOMDATFolding="2"
634                                ImportLibrary="$(OutDir)/CheckDisk.lib"
635                                TargetMachine="17"
636                        />
637                        <Tool
638                                Name="VCALinkTool"
639                        />
640                        <Tool
641                                Name="VCManifestTool"
642                        />
643                        <Tool
644                                Name="VCXDCMakeTool"
645                        />
646                        <Tool
647                                Name="VCBscMakeTool"
648                        />
649                        <Tool
650                                Name="VCFxCopTool"
651                        />
652                        <Tool
653                                Name="VCAppVerifierTool"
654                        />
655                        <Tool
656                                Name="VCWebDeploymentTool"
657                        />
658                        <Tool
659                                Name="VCPostBuildEventTool"
660                        />
661                </Configuration>
662                <Configuration
663                        Name="Debug-MemCheck|Win32"
664                        OutputDirectory="$(ConfigurationName)"
665                        IntermediateDirectory="$(ConfigurationName)"
666                        ConfigurationType="2"
667                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
668                        CharacterSet="2"
669                        >
670                        <Tool
671                                Name="VCPreBuildEventTool"
672                        />
673                        <Tool
674                                Name="VCCustomBuildTool"
675                        />
676                        <Tool
677                                Name="VCXMLDataGeneratorTool"
678                        />
679                        <Tool
680                                Name="VCWebServiceProxyGeneratorTool"
681                        />
682                        <Tool
683                                Name="VCMIDLTool"
684                        />
685                        <Tool
686                                Name="VCCLCompilerTool"
687                                Optimization="0"
688                                AdditionalIncludeDirectories="../include;../../include"
689                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK"
690                                MinimalRebuild="true"
691                                BasicRuntimeChecks="3"
692                                RuntimeLibrary="3"
693                                UsePrecompiledHeader="2"
694                                WarningLevel="3"
695                                Detect64BitPortabilityProblems="false"
696                                DebugInformationFormat="4"
697                        />
698                        <Tool
699                                Name="VCManagedResourceCompilerTool"
700                        />
701                        <Tool
702                                Name="VCResourceCompilerTool"
703                        />
704                        <Tool
705                                Name="VCPreLinkEventTool"
706                        />
707                        <Tool
708                                Name="VCLinkerTool"
709                                OutputFile="../../Debug/modules/$(ProjectName).dll"
710                                LinkIncremental="2"
711                                ModuleDefinitionFile="CheckDisk.def"
712                                GenerateDebugInformation="true"
713                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
714                                SubSystem="2"
715                                ImportLibrary="$(OutDir)/CheckDisk.lib"
716                                TargetMachine="1"
717                        />
718                        <Tool
719                                Name="VCALinkTool"
720                        />
721                        <Tool
722                                Name="VCManifestTool"
723                        />
724                        <Tool
725                                Name="VCXDCMakeTool"
726                        />
727                        <Tool
728                                Name="VCBscMakeTool"
729                        />
730                        <Tool
731                                Name="VCFxCopTool"
732                        />
733                        <Tool
734                                Name="VCAppVerifierTool"
735                        />
736                        <Tool
737                                Name="VCWebDeploymentTool"
738                        />
739                        <Tool
740                                Name="VCPostBuildEventTool"
741                        />
742                </Configuration>
743                <Configuration
744                        Name="Debug-MemCheck|x64"
745                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
746                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
747                        ConfigurationType="2"
748                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
749                        CharacterSet="2"
750                        >
751                        <Tool
752                                Name="VCPreBuildEventTool"
753                        />
754                        <Tool
755                                Name="VCCustomBuildTool"
756                        />
757                        <Tool
758                                Name="VCXMLDataGeneratorTool"
759                        />
760                        <Tool
761                                Name="VCWebServiceProxyGeneratorTool"
762                        />
763                        <Tool
764                                Name="VCMIDLTool"
765                                TargetEnvironment="3"
766                        />
767                        <Tool
768                                Name="VCCLCompilerTool"
769                                Optimization="0"
770                                AdditionalIncludeDirectories="../include;../../include"
771                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
772                                MinimalRebuild="true"
773                                BasicRuntimeChecks="3"
774                                RuntimeLibrary="3"
775                                UsePrecompiledHeader="2"
776                                WarningLevel="3"
777                                Detect64BitPortabilityProblems="false"
778                                DebugInformationFormat="3"
779                        />
780                        <Tool
781                                Name="VCManagedResourceCompilerTool"
782                        />
783                        <Tool
784                                Name="VCResourceCompilerTool"
785                        />
786                        <Tool
787                                Name="VCPreLinkEventTool"
788                        />
789                        <Tool
790                                Name="VCLinkerTool"
791                                OutputFile="../../Debug/modules/$(ProjectName).dll"
792                                LinkIncremental="2"
793                                ModuleDefinitionFile="CheckDisk.def"
794                                GenerateDebugInformation="true"
795                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
796                                SubSystem="2"
797                                ImportLibrary="$(OutDir)/CheckDisk.lib"
798                                TargetMachine="17"
799                        />
800                        <Tool
801                                Name="VCALinkTool"
802                        />
803                        <Tool
804                                Name="VCManifestTool"
805                        />
806                        <Tool
807                                Name="VCXDCMakeTool"
808                        />
809                        <Tool
810                                Name="VCBscMakeTool"
811                        />
812                        <Tool
813                                Name="VCFxCopTool"
814                        />
815                        <Tool
816                                Name="VCAppVerifierTool"
817                        />
818                        <Tool
819                                Name="VCWebDeploymentTool"
820                        />
821                        <Tool
822                                Name="VCPostBuildEventTool"
823                        />
824                </Configuration>
825                <Configuration
826                        Name="Debug|Itanium"
827                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
828                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
829                        ConfigurationType="2"
830                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
831                        CharacterSet="2"
832                        >
833                        <Tool
834                                Name="VCPreBuildEventTool"
835                        />
836                        <Tool
837                                Name="VCCustomBuildTool"
838                        />
839                        <Tool
840                                Name="VCXMLDataGeneratorTool"
841                        />
842                        <Tool
843                                Name="VCWebServiceProxyGeneratorTool"
844                        />
845                        <Tool
846                                Name="VCMIDLTool"
847                                TargetEnvironment="2"
848                        />
849                        <Tool
850                                Name="VCCLCompilerTool"
851                                Optimization="0"
852                                AdditionalIncludeDirectories="../include;../../include"
853                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
854                                MinimalRebuild="true"
855                                BasicRuntimeChecks="3"
856                                RuntimeLibrary="3"
857                                UsePrecompiledHeader="2"
858                                WarningLevel="3"
859                                Detect64BitPortabilityProblems="false"
860                                DebugInformationFormat="3"
861                        />
862                        <Tool
863                                Name="VCManagedResourceCompilerTool"
864                        />
865                        <Tool
866                                Name="VCResourceCompilerTool"
867                        />
868                        <Tool
869                                Name="VCPreLinkEventTool"
870                        />
871                        <Tool
872                                Name="VCLinkerTool"
873                                OutputFile="../../Debug/modules/$(ProjectName).dll"
874                                LinkIncremental="2"
875                                ModuleDefinitionFile="CheckDisk.def"
876                                GenerateDebugInformation="true"
877                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
878                                SubSystem="2"
879                                RandomizedBaseAddress="1"
880                                DataExecutionPrevention="0"
881                                ImportLibrary="$(OutDir)/CheckDisk.lib"
882                                TargetMachine="5"
883                        />
884                        <Tool
885                                Name="VCALinkTool"
886                        />
887                        <Tool
888                                Name="VCManifestTool"
889                        />
890                        <Tool
891                                Name="VCXDCMakeTool"
892                        />
893                        <Tool
894                                Name="VCBscMakeTool"
895                        />
896                        <Tool
897                                Name="VCFxCopTool"
898                        />
899                        <Tool
900                                Name="VCAppVerifierTool"
901                        />
902                        <Tool
903                                Name="VCPostBuildEventTool"
904                        />
905                </Configuration>
906                <Configuration
907                        Name="Release|Itanium"
908                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
909                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
910                        ConfigurationType="2"
911                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
912                        CharacterSet="2"
913                        >
914                        <Tool
915                                Name="VCPreBuildEventTool"
916                        />
917                        <Tool
918                                Name="VCCustomBuildTool"
919                        />
920                        <Tool
921                                Name="VCXMLDataGeneratorTool"
922                        />
923                        <Tool
924                                Name="VCWebServiceProxyGeneratorTool"
925                        />
926                        <Tool
927                                Name="VCMIDLTool"
928                                TargetEnvironment="2"
929                        />
930                        <Tool
931                                Name="VCCLCompilerTool"
932                                AdditionalIncludeDirectories="../include;../../include"
933                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
934                                RuntimeLibrary="0"
935                                UsePrecompiledHeader="2"
936                                WarningLevel="3"
937                                Detect64BitPortabilityProblems="false"
938                                DebugInformationFormat="3"
939                        />
940                        <Tool
941                                Name="VCManagedResourceCompilerTool"
942                        />
943                        <Tool
944                                Name="VCResourceCompilerTool"
945                        />
946                        <Tool
947                                Name="VCPreLinkEventTool"
948                        />
949                        <Tool
950                                Name="VCLinkerTool"
951                                OutputFile="../../Release/modules/$(ProjectName).dll"
952                                LinkIncremental="1"
953                                ModuleDefinitionFile="CheckDisk.def"
954                                GenerateDebugInformation="false"
955                                SubSystem="2"
956                                OptimizeReferences="2"
957                                EnableCOMDATFolding="2"
958                                RandomizedBaseAddress="1"
959                                DataExecutionPrevention="0"
960                                ImportLibrary="$(OutDir)/CheckDisk.lib"
961                                TargetMachine="5"
962                        />
963                        <Tool
964                                Name="VCALinkTool"
965                        />
966                        <Tool
967                                Name="VCManifestTool"
968                        />
969                        <Tool
970                                Name="VCXDCMakeTool"
971                        />
972                        <Tool
973                                Name="VCBscMakeTool"
974                        />
975                        <Tool
976                                Name="VCFxCopTool"
977                        />
978                        <Tool
979                                Name="VCAppVerifierTool"
980                        />
981                        <Tool
982                                Name="VCPostBuildEventTool"
983                        />
984                </Configuration>
985                <Configuration
986                        Name="Distribution|Itanium"
987                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
988                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
989                        ConfigurationType="2"
990                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
991                        CharacterSet="2"
992                        >
993                        <Tool
994                                Name="VCPreBuildEventTool"
995                        />
996                        <Tool
997                                Name="VCCustomBuildTool"
998                        />
999                        <Tool
1000                                Name="VCXMLDataGeneratorTool"
1001                        />
1002                        <Tool
1003                                Name="VCWebServiceProxyGeneratorTool"
1004                        />
1005                        <Tool
1006                                Name="VCMIDLTool"
1007                                TargetEnvironment="2"
1008                        />
1009                        <Tool
1010                                Name="VCCLCompilerTool"
1011                                AdditionalIncludeDirectories="../include;../../include"
1012                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1013                                RuntimeLibrary="0"
1014                                UsePrecompiledHeader="2"
1015                                WarningLevel="3"
1016                                Detect64BitPortabilityProblems="false"
1017                                DebugInformationFormat="3"
1018                        />
1019                        <Tool
1020                                Name="VCManagedResourceCompilerTool"
1021                        />
1022                        <Tool
1023                                Name="VCResourceCompilerTool"
1024                        />
1025                        <Tool
1026                                Name="VCPreLinkEventTool"
1027                        />
1028                        <Tool
1029                                Name="VCLinkerTool"
1030                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1031                                LinkIncremental="1"
1032                                ModuleDefinitionFile="CheckDisk.def"
1033                                GenerateDebugInformation="false"
1034                                SubSystem="2"
1035                                OptimizeReferences="2"
1036                                EnableCOMDATFolding="2"
1037                                RandomizedBaseAddress="1"
1038                                DataExecutionPrevention="0"
1039                                ImportLibrary="$(OutDir)/CheckDisk.lib"
1040                                TargetMachine="5"
1041                        />
1042                        <Tool
1043                                Name="VCALinkTool"
1044                        />
1045                        <Tool
1046                                Name="VCManifestTool"
1047                        />
1048                        <Tool
1049                                Name="VCXDCMakeTool"
1050                        />
1051                        <Tool
1052                                Name="VCBscMakeTool"
1053                        />
1054                        <Tool
1055                                Name="VCFxCopTool"
1056                        />
1057                        <Tool
1058                                Name="VCAppVerifierTool"
1059                        />
1060                        <Tool
1061                                Name="VCPostBuildEventTool"
1062                        />
1063                </Configuration>
1064                <Configuration
1065                        Name="Nightly|Itanium"
1066                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1067                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1068                        ConfigurationType="2"
1069                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1070                        CharacterSet="2"
1071                        >
1072                        <Tool
1073                                Name="VCPreBuildEventTool"
1074                        />
1075                        <Tool
1076                                Name="VCCustomBuildTool"
1077                        />
1078                        <Tool
1079                                Name="VCXMLDataGeneratorTool"
1080                        />
1081                        <Tool
1082                                Name="VCWebServiceProxyGeneratorTool"
1083                        />
1084                        <Tool
1085                                Name="VCMIDLTool"
1086                                TargetEnvironment="2"
1087                        />
1088                        <Tool
1089                                Name="VCCLCompilerTool"
1090                                AdditionalIncludeDirectories="../include;../../include"
1091                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1092                                UsePrecompiledHeader="2"
1093                                WarningLevel="3"
1094                                Detect64BitPortabilityProblems="false"
1095                                DebugInformationFormat="3"
1096                        />
1097                        <Tool
1098                                Name="VCManagedResourceCompilerTool"
1099                        />
1100                        <Tool
1101                                Name="VCResourceCompilerTool"
1102                        />
1103                        <Tool
1104                                Name="VCPreLinkEventTool"
1105                        />
1106                        <Tool
1107                                Name="VCLinkerTool"
1108                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1109                                LinkIncremental="1"
1110                                ModuleDefinitionFile="CheckDisk.def"
1111                                GenerateDebugInformation="true"
1112                                SubSystem="2"
1113                                OptimizeReferences="2"
1114                                EnableCOMDATFolding="2"
1115                                RandomizedBaseAddress="1"
1116                                DataExecutionPrevention="0"
1117                                ImportLibrary="$(OutDir)/CheckDisk.lib"
1118                                TargetMachine="5"
1119                        />
1120                        <Tool
1121                                Name="VCALinkTool"
1122                        />
1123                        <Tool
1124                                Name="VCManifestTool"
1125                        />
1126                        <Tool
1127                                Name="VCXDCMakeTool"
1128                        />
1129                        <Tool
1130                                Name="VCBscMakeTool"
1131                        />
1132                        <Tool
1133                                Name="VCFxCopTool"
1134                        />
1135                        <Tool
1136                                Name="VCAppVerifierTool"
1137                        />
1138                        <Tool
1139                                Name="VCPostBuildEventTool"
1140                        />
1141                </Configuration>
1142                <Configuration
1143                        Name="Debug-MemCheck|Itanium"
1144                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1145                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1146                        ConfigurationType="2"
1147                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1148                        CharacterSet="2"
1149                        >
1150                        <Tool
1151                                Name="VCPreBuildEventTool"
1152                        />
1153                        <Tool
1154                                Name="VCCustomBuildTool"
1155                        />
1156                        <Tool
1157                                Name="VCXMLDataGeneratorTool"
1158                        />
1159                        <Tool
1160                                Name="VCWebServiceProxyGeneratorTool"
1161                        />
1162                        <Tool
1163                                Name="VCMIDLTool"
1164                                TargetEnvironment="2"
1165                        />
1166                        <Tool
1167                                Name="VCCLCompilerTool"
1168                                Optimization="0"
1169                                AdditionalIncludeDirectories="../include;../../include"
1170                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1171                                MinimalRebuild="true"
1172                                BasicRuntimeChecks="3"
1173                                RuntimeLibrary="3"
1174                                UsePrecompiledHeader="2"
1175                                WarningLevel="3"
1176                                Detect64BitPortabilityProblems="false"
1177                                DebugInformationFormat="3"
1178                        />
1179                        <Tool
1180                                Name="VCManagedResourceCompilerTool"
1181                        />
1182                        <Tool
1183                                Name="VCResourceCompilerTool"
1184                        />
1185                        <Tool
1186                                Name="VCPreLinkEventTool"
1187                        />
1188                        <Tool
1189                                Name="VCLinkerTool"
1190                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1191                                LinkIncremental="2"
1192                                ModuleDefinitionFile="CheckDisk.def"
1193                                GenerateDebugInformation="true"
1194                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
1195                                SubSystem="2"
1196                                RandomizedBaseAddress="1"
1197                                DataExecutionPrevention="0"
1198                                ImportLibrary="$(OutDir)/CheckDisk.lib"
1199                                TargetMachine="5"
1200                        />
1201                        <Tool
1202                                Name="VCALinkTool"
1203                        />
1204                        <Tool
1205                                Name="VCManifestTool"
1206                        />
1207                        <Tool
1208                                Name="VCXDCMakeTool"
1209                        />
1210                        <Tool
1211                                Name="VCBscMakeTool"
1212                        />
1213                        <Tool
1214                                Name="VCFxCopTool"
1215                        />
1216                        <Tool
1217                                Name="VCAppVerifierTool"
1218                        />
1219                        <Tool
1220                                Name="VCPostBuildEventTool"
1221                        />
1222                </Configuration>
1223        </Configurations>
1224        <References>
1225        </References>
1226        <Files>
1227                <Filter
1228                        Name="Source Files"
1229                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1230                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1231                        >
1232                        <File
1233                                RelativePath="..\..\include\arrayBuffer.cpp"
1234                                >
1235                                <FileConfiguration
1236                                        Name="Debug|Win32"
1237                                        >
1238                                        <Tool
1239                                                Name="VCCLCompilerTool"
1240                                                UsePrecompiledHeader="0"
1241                                                PrecompiledHeaderThrough=""
1242                                        />
1243                                </FileConfiguration>
1244                                <FileConfiguration
1245                                        Name="Debug|x64"
1246                                        >
1247                                        <Tool
1248                                                Name="VCCLCompilerTool"
1249                                                UsePrecompiledHeader="0"
1250                                                PrecompiledHeaderThrough=""
1251                                        />
1252                                </FileConfiguration>
1253                                <FileConfiguration
1254                                        Name="Release|Win32"
1255                                        >
1256                                        <Tool
1257                                                Name="VCCLCompilerTool"
1258                                                UsePrecompiledHeader="0"
1259                                                PrecompiledHeaderThrough=""
1260                                        />
1261                                </FileConfiguration>
1262                                <FileConfiguration
1263                                        Name="Release|x64"
1264                                        >
1265                                        <Tool
1266                                                Name="VCCLCompilerTool"
1267                                                UsePrecompiledHeader="0"
1268                                                PrecompiledHeaderThrough=""
1269                                        />
1270                                </FileConfiguration>
1271                                <FileConfiguration
1272                                        Name="Distribution|Win32"
1273                                        >
1274                                        <Tool
1275                                                Name="VCCLCompilerTool"
1276                                                UsePrecompiledHeader="0"
1277                                                PrecompiledHeaderThrough=""
1278                                        />
1279                                </FileConfiguration>
1280                                <FileConfiguration
1281                                        Name="Distribution|x64"
1282                                        >
1283                                        <Tool
1284                                                Name="VCCLCompilerTool"
1285                                                UsePrecompiledHeader="0"
1286                                                PrecompiledHeaderThrough=""
1287                                        />
1288                                </FileConfiguration>
1289                                <FileConfiguration
1290                                        Name="Nightly|Win32"
1291                                        >
1292                                        <Tool
1293                                                Name="VCCLCompilerTool"
1294                                                UsePrecompiledHeader="0"
1295                                                PrecompiledHeaderThrough=""
1296                                        />
1297                                </FileConfiguration>
1298                                <FileConfiguration
1299                                        Name="Nightly|x64"
1300                                        >
1301                                        <Tool
1302                                                Name="VCCLCompilerTool"
1303                                                UsePrecompiledHeader="0"
1304                                                PrecompiledHeaderThrough=""
1305                                        />
1306                                </FileConfiguration>
1307                                <FileConfiguration
1308                                        Name="Debug-MemCheck|Win32"
1309                                        >
1310                                        <Tool
1311                                                Name="VCCLCompilerTool"
1312                                                UsePrecompiledHeader="0"
1313                                                PrecompiledHeaderThrough=""
1314                                        />
1315                                </FileConfiguration>
1316                                <FileConfiguration
1317                                        Name="Debug-MemCheck|x64"
1318                                        >
1319                                        <Tool
1320                                                Name="VCCLCompilerTool"
1321                                                UsePrecompiledHeader="0"
1322                                                PrecompiledHeaderThrough=""
1323                                        />
1324                                </FileConfiguration>
1325                                <FileConfiguration
1326                                        Name="Debug|Itanium"
1327                                        >
1328                                        <Tool
1329                                                Name="VCCLCompilerTool"
1330                                                UsePrecompiledHeader="0"
1331                                                PrecompiledHeaderThrough=""
1332                                        />
1333                                </FileConfiguration>
1334                                <FileConfiguration
1335                                        Name="Release|Itanium"
1336                                        >
1337                                        <Tool
1338                                                Name="VCCLCompilerTool"
1339                                                UsePrecompiledHeader="0"
1340                                                PrecompiledHeaderThrough=""
1341                                        />
1342                                </FileConfiguration>
1343                                <FileConfiguration
1344                                        Name="Distribution|Itanium"
1345                                        >
1346                                        <Tool
1347                                                Name="VCCLCompilerTool"
1348                                                UsePrecompiledHeader="0"
1349                                                PrecompiledHeaderThrough=""
1350                                        />
1351                                </FileConfiguration>
1352                                <FileConfiguration
1353                                        Name="Nightly|Itanium"
1354                                        >
1355                                        <Tool
1356                                                Name="VCCLCompilerTool"
1357                                                UsePrecompiledHeader="0"
1358                                                PrecompiledHeaderThrough=""
1359                                        />
1360                                </FileConfiguration>
1361                                <FileConfiguration
1362                                        Name="Debug-MemCheck|Itanium"
1363                                        >
1364                                        <Tool
1365                                                Name="VCCLCompilerTool"
1366                                                UsePrecompiledHeader="0"
1367                                                PrecompiledHeaderThrough=""
1368                                        />
1369                                </FileConfiguration>
1370                        </File>
1371                        <File
1372                                RelativePath=".\CheckDisk.cpp"
1373                                >
1374                        </File>
1375                        <File
1376                                RelativePath="..\..\include\NSCHelper.cpp"
1377                                >
1378                                <FileConfiguration
1379                                        Name="Debug|Win32"
1380                                        >
1381                                        <Tool
1382                                                Name="VCCLCompilerTool"
1383                                                UsePrecompiledHeader="0"
1384                                                PrecompiledHeaderThrough=""
1385                                        />
1386                                </FileConfiguration>
1387                                <FileConfiguration
1388                                        Name="Debug|x64"
1389                                        >
1390                                        <Tool
1391                                                Name="VCCLCompilerTool"
1392                                                UsePrecompiledHeader="0"
1393                                                PrecompiledHeaderThrough=""
1394                                        />
1395                                </FileConfiguration>
1396                                <FileConfiguration
1397                                        Name="Release|Win32"
1398                                        >
1399                                        <Tool
1400                                                Name="VCCLCompilerTool"
1401                                                UsePrecompiledHeader="0"
1402                                                PrecompiledHeaderThrough=""
1403                                        />
1404                                </FileConfiguration>
1405                                <FileConfiguration
1406                                        Name="Release|x64"
1407                                        >
1408                                        <Tool
1409                                                Name="VCCLCompilerTool"
1410                                                UsePrecompiledHeader="0"
1411                                                PrecompiledHeaderThrough=""
1412                                        />
1413                                </FileConfiguration>
1414                                <FileConfiguration
1415                                        Name="Distribution|Win32"
1416                                        >
1417                                        <Tool
1418                                                Name="VCCLCompilerTool"
1419                                                UsePrecompiledHeader="0"
1420                                                PrecompiledHeaderThrough=""
1421                                        />
1422                                </FileConfiguration>
1423                                <FileConfiguration
1424                                        Name="Distribution|x64"
1425                                        >
1426                                        <Tool
1427                                                Name="VCCLCompilerTool"
1428                                                UsePrecompiledHeader="0"
1429                                                PrecompiledHeaderThrough=""
1430                                        />
1431                                </FileConfiguration>
1432                                <FileConfiguration
1433                                        Name="Nightly|Win32"
1434                                        >
1435                                        <Tool
1436                                                Name="VCCLCompilerTool"
1437                                                UsePrecompiledHeader="0"
1438                                                PrecompiledHeaderThrough=""
1439                                        />
1440                                </FileConfiguration>
1441                                <FileConfiguration
1442                                        Name="Nightly|x64"
1443                                        >
1444                                        <Tool
1445                                                Name="VCCLCompilerTool"
1446                                                UsePrecompiledHeader="0"
1447                                                PrecompiledHeaderThrough=""
1448                                        />
1449                                </FileConfiguration>
1450                                <FileConfiguration
1451                                        Name="Debug-MemCheck|Win32"
1452                                        >
1453                                        <Tool
1454                                                Name="VCCLCompilerTool"
1455                                                UsePrecompiledHeader="0"
1456                                                PrecompiledHeaderThrough=""
1457                                        />
1458                                </FileConfiguration>
1459                                <FileConfiguration
1460                                        Name="Debug-MemCheck|x64"
1461                                        >
1462                                        <Tool
1463                                                Name="VCCLCompilerTool"
1464                                                UsePrecompiledHeader="0"
1465                                                PrecompiledHeaderThrough=""
1466                                        />
1467                                </FileConfiguration>
1468                                <FileConfiguration
1469                                        Name="Debug|Itanium"
1470                                        >
1471                                        <Tool
1472                                                Name="VCCLCompilerTool"
1473                                                UsePrecompiledHeader="0"
1474                                                PrecompiledHeaderThrough=""
1475                                        />
1476                                </FileConfiguration>
1477                                <FileConfiguration
1478                                        Name="Release|Itanium"
1479                                        >
1480                                        <Tool
1481                                                Name="VCCLCompilerTool"
1482                                                UsePrecompiledHeader="0"
1483                                                PrecompiledHeaderThrough=""
1484                                        />
1485                                </FileConfiguration>
1486                                <FileConfiguration
1487                                        Name="Distribution|Itanium"
1488                                        >
1489                                        <Tool
1490                                                Name="VCCLCompilerTool"
1491                                                UsePrecompiledHeader="0"
1492                                                PrecompiledHeaderThrough=""
1493                                        />
1494                                </FileConfiguration>
1495                                <FileConfiguration
1496                                        Name="Nightly|Itanium"
1497                                        >
1498                                        <Tool
1499                                                Name="VCCLCompilerTool"
1500                                                UsePrecompiledHeader="0"
1501                                                PrecompiledHeaderThrough=""
1502                                        />
1503                                </FileConfiguration>
1504                                <FileConfiguration
1505                                        Name="Debug-MemCheck|Itanium"
1506                                        >
1507                                        <Tool
1508                                                Name="VCCLCompilerTool"
1509                                                UsePrecompiledHeader="0"
1510                                                PrecompiledHeaderThrough=""
1511                                        />
1512                                </FileConfiguration>
1513                        </File>
1514                        <File
1515                                RelativePath=".\stdafx.cpp"
1516                                >
1517                                <FileConfiguration
1518                                        Name="Debug|Win32"
1519                                        >
1520                                        <Tool
1521                                                Name="VCCLCompilerTool"
1522                                                UsePrecompiledHeader="1"
1523                                        />
1524                                </FileConfiguration>
1525                                <FileConfiguration
1526                                        Name="Debug|x64"
1527                                        >
1528                                        <Tool
1529                                                Name="VCCLCompilerTool"
1530                                                UsePrecompiledHeader="1"
1531                                        />
1532                                </FileConfiguration>
1533                                <FileConfiguration
1534                                        Name="Release|Win32"
1535                                        >
1536                                        <Tool
1537                                                Name="VCCLCompilerTool"
1538                                                UsePrecompiledHeader="1"
1539                                        />
1540                                </FileConfiguration>
1541                                <FileConfiguration
1542                                        Name="Release|x64"
1543                                        >
1544                                        <Tool
1545                                                Name="VCCLCompilerTool"
1546                                                UsePrecompiledHeader="1"
1547                                        />
1548                                </FileConfiguration>
1549                                <FileConfiguration
1550                                        Name="Distribution|Win32"
1551                                        >
1552                                        <Tool
1553                                                Name="VCCLCompilerTool"
1554                                                UsePrecompiledHeader="1"
1555                                        />
1556                                </FileConfiguration>
1557                                <FileConfiguration
1558                                        Name="Distribution|x64"
1559                                        >
1560                                        <Tool
1561                                                Name="VCCLCompilerTool"
1562                                                UsePrecompiledHeader="1"
1563                                        />
1564                                </FileConfiguration>
1565                                <FileConfiguration
1566                                        Name="Nightly|Win32"
1567                                        >
1568                                        <Tool
1569                                                Name="VCCLCompilerTool"
1570                                                UsePrecompiledHeader="1"
1571                                        />
1572                                </FileConfiguration>
1573                                <FileConfiguration
1574                                        Name="Nightly|x64"
1575                                        >
1576                                        <Tool
1577                                                Name="VCCLCompilerTool"
1578                                                UsePrecompiledHeader="1"
1579                                        />
1580                                </FileConfiguration>
1581                                <FileConfiguration
1582                                        Name="Debug-MemCheck|Win32"
1583                                        >
1584                                        <Tool
1585                                                Name="VCCLCompilerTool"
1586                                                UsePrecompiledHeader="1"
1587                                        />
1588                                </FileConfiguration>
1589                                <FileConfiguration
1590                                        Name="Debug-MemCheck|x64"
1591                                        >
1592                                        <Tool
1593                                                Name="VCCLCompilerTool"
1594                                                UsePrecompiledHeader="1"
1595                                        />
1596                                </FileConfiguration>
1597                                <FileConfiguration
1598                                        Name="Debug|Itanium"
1599                                        >
1600                                        <Tool
1601                                                Name="VCCLCompilerTool"
1602                                                UsePrecompiledHeader="1"
1603                                        />
1604                                </FileConfiguration>
1605                                <FileConfiguration
1606                                        Name="Release|Itanium"
1607                                        >
1608                                        <Tool
1609                                                Name="VCCLCompilerTool"
1610                                                UsePrecompiledHeader="1"
1611                                        />
1612                                </FileConfiguration>
1613                                <FileConfiguration
1614                                        Name="Distribution|Itanium"
1615                                        >
1616                                        <Tool
1617                                                Name="VCCLCompilerTool"
1618                                                UsePrecompiledHeader="1"
1619                                        />
1620                                </FileConfiguration>
1621                                <FileConfiguration
1622                                        Name="Nightly|Itanium"
1623                                        >
1624                                        <Tool
1625                                                Name="VCCLCompilerTool"
1626                                                UsePrecompiledHeader="1"
1627                                        />
1628                                </FileConfiguration>
1629                                <FileConfiguration
1630                                        Name="Debug-MemCheck|Itanium"
1631                                        >
1632                                        <Tool
1633                                                Name="VCCLCompilerTool"
1634                                                UsePrecompiledHeader="1"
1635                                        />
1636                                </FileConfiguration>
1637                        </File>
1638                        <File
1639                                RelativePath="..\..\include\utils.cpp"
1640                                >
1641                                <FileConfiguration
1642                                        Name="Debug|Win32"
1643                                        >
1644                                        <Tool
1645                                                Name="VCCLCompilerTool"
1646                                                UsePrecompiledHeader="0"
1647                                                PrecompiledHeaderThrough=""
1648                                        />
1649                                </FileConfiguration>
1650                                <FileConfiguration
1651                                        Name="Debug|x64"
1652                                        >
1653                                        <Tool
1654                                                Name="VCCLCompilerTool"
1655                                                UsePrecompiledHeader="0"
1656                                                PrecompiledHeaderThrough=""
1657                                        />
1658                                </FileConfiguration>
1659                                <FileConfiguration
1660                                        Name="Release|Win32"
1661                                        >
1662                                        <Tool
1663                                                Name="VCCLCompilerTool"
1664                                                UsePrecompiledHeader="0"
1665                                                PrecompiledHeaderThrough=""
1666                                        />
1667                                </FileConfiguration>
1668                                <FileConfiguration
1669                                        Name="Release|x64"
1670                                        >
1671                                        <Tool
1672                                                Name="VCCLCompilerTool"
1673                                                UsePrecompiledHeader="0"
1674                                                PrecompiledHeaderThrough=""
1675                                        />
1676                                </FileConfiguration>
1677                                <FileConfiguration
1678                                        Name="Distribution|Win32"
1679                                        >
1680                                        <Tool
1681                                                Name="VCCLCompilerTool"
1682                                                UsePrecompiledHeader="0"
1683                                                PrecompiledHeaderThrough=""
1684                                        />
1685                                </FileConfiguration>
1686                                <FileConfiguration
1687                                        Name="Distribution|x64"
1688                                        >
1689                                        <Tool
1690                                                Name="VCCLCompilerTool"
1691                                                UsePrecompiledHeader="0"
1692                                                PrecompiledHeaderThrough=""
1693                                        />
1694                                </FileConfiguration>
1695                                <FileConfiguration
1696                                        Name="Nightly|Win32"
1697                                        >
1698                                        <Tool
1699                                                Name="VCCLCompilerTool"
1700                                                UsePrecompiledHeader="0"
1701                                                PrecompiledHeaderThrough=""
1702                                        />
1703                                </FileConfiguration>
1704                                <FileConfiguration
1705                                        Name="Nightly|x64"
1706                                        >
1707                                        <Tool
1708                                                Name="VCCLCompilerTool"
1709                                                UsePrecompiledHeader="0"
1710                                                PrecompiledHeaderThrough=""
1711                                        />
1712                                </FileConfiguration>
1713                                <FileConfiguration
1714                                        Name="Debug-MemCheck|Win32"
1715                                        >
1716                                        <Tool
1717                                                Name="VCCLCompilerTool"
1718                                                UsePrecompiledHeader="0"
1719                                                PrecompiledHeaderThrough=""
1720                                        />
1721                                </FileConfiguration>
1722                                <FileConfiguration
1723                                        Name="Debug-MemCheck|x64"
1724                                        >
1725                                        <Tool
1726                                                Name="VCCLCompilerTool"
1727                                                UsePrecompiledHeader="0"
1728                                                PrecompiledHeaderThrough=""
1729                                        />
1730                                </FileConfiguration>
1731                                <FileConfiguration
1732                                        Name="Debug|Itanium"
1733                                        >
1734                                        <Tool
1735                                                Name="VCCLCompilerTool"
1736                                                UsePrecompiledHeader="0"
1737                                                PrecompiledHeaderThrough=""
1738                                        />
1739                                </FileConfiguration>
1740                                <FileConfiguration
1741                                        Name="Release|Itanium"
1742                                        >
1743                                        <Tool
1744                                                Name="VCCLCompilerTool"
1745                                                UsePrecompiledHeader="0"
1746                                                PrecompiledHeaderThrough=""
1747                                        />
1748                                </FileConfiguration>
1749                                <FileConfiguration
1750                                        Name="Distribution|Itanium"
1751                                        >
1752                                        <Tool
1753                                                Name="VCCLCompilerTool"
1754                                                UsePrecompiledHeader="0"
1755                                                PrecompiledHeaderThrough=""
1756                                        />
1757                                </FileConfiguration>
1758                                <FileConfiguration
1759                                        Name="Nightly|Itanium"
1760                                        >
1761                                        <Tool
1762                                                Name="VCCLCompilerTool"
1763                                                UsePrecompiledHeader="0"
1764                                                PrecompiledHeaderThrough=""
1765                                        />
1766                                </FileConfiguration>
1767                                <FileConfiguration
1768                                        Name="Debug-MemCheck|Itanium"
1769                                        >
1770                                        <Tool
1771                                                Name="VCCLCompilerTool"
1772                                                UsePrecompiledHeader="0"
1773                                                PrecompiledHeaderThrough=""
1774                                        />
1775                                </FileConfiguration>
1776                        </File>
1777                </Filter>
1778                <Filter
1779                        Name="Header Files"
1780                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1781                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1782                        >
1783                        <File
1784                                RelativePath="..\..\include\arrayBuffer.h"
1785                                >
1786                        </File>
1787                        <File
1788                                RelativePath=".\CheckDisk.h"
1789                                >
1790                        </File>
1791                        <File
1792                                RelativePath="..\..\include\checkHelpers.hpp"
1793                                >
1794                        </File>
1795                        <File
1796                                RelativePath="..\..\include\error.hpp"
1797                                >
1798                        </File>
1799                        <File
1800                                RelativePath="..\..\include\filter_framework.hpp"
1801                                >
1802                        </File>
1803                        <File
1804                                RelativePath="..\..\include\NSCHelper.h"
1805                                >
1806                        </File>
1807                        <File
1808                                RelativePath=".\stdafx.h"
1809                                >
1810                        </File>
1811                        <File
1812                                RelativePath="..\..\include\utils.h"
1813                                >
1814                        </File>
1815                </Filter>
1816                <Filter
1817                        Name="Resource Files"
1818                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1819                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1820                        >
1821                </Filter>
1822                <File
1823                        RelativePath=".\ReadMe.txt"
1824                        >
1825                </File>
1826        </Files>
1827        <Globals>
1828        </Globals>
1829</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.