source: nscp/modules/NSClientListener/NSClientListener-2005.vcproj @ 7e33d82

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

fixed the build environment a bit...

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