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

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

2007-11-14 MickeM

+ Added multi-line output support ( issue #91 )

  • Improved error handling for external commands
  • Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)

(and added the scripts folder to the SVN, and hopefully the build as well :)

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