source: nscp/modules/CheckDisk/CheckDisk-2005.vcproj @ 7e33d82

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

fixed the build environment a bit...

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