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

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

added timeout handling

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