source: nscp/modules/CheckHelpers/CheckHelpers-2008.vcproj @ e7dbac9

0.4.00.4.10.4.2stable
Last change on this file since e7dbac9 was 8b206ee, checked in by Michael Medin <michael@…>, 5 years ago

humm...

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