source: nscp/modules/CheckDisk/CheckDisk-2005.vcproj @ 806bda2

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