source: nscp/modules/CheckDisk/CheckDisk-2005.vcproj @ 3b4097d

0.4.00.4.10.4.2
Last change on this file since 3b4097d was 3b4097d, checked in by Michael Medin <michael@…>, 4 years ago

added timeout handling

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