source: nscp/modules/NSClientListener/NSClientListener-2005.vcproj @ 3692371

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

2009-01-20 MickeM

  • Fixed issue with CheckWMI when no filter was specified.

2009-01-17 MickeM

+ Added new command line option pdhlookup (to CheckSystem) to lookup index from names.

Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"

  • Fixed so PDH Collectors use the same exception as the rest of the PDH stuff (might give better errors when PDH breaks, but I doubt it)
  • removed debug output from -noboot + Added new command line option pdhmatch to use pattern matching on PDH queries Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
  • Improved error reporting in the PDH subsystem. + Added new module A_DebugLogMetrics.dll which can be used to generate debug info. Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
  • Fixed handle leak in CheckExternalProcess? and NRPEListsner (executing commands).

2009-01-13 MickeM

  • Fixed issue with 64-bit installer (now installs under Program Files (and not x86) + Brand new build enviornment based upon boost build!!! Use batch file to build (release-build.bat or modify to make your own)
  • Modified /about so it now shows a lot of usefull(?) info.

2008-11-13 MickeM

+ Added truncate option to checkServiceState

2008-09-24 MickeM

  • Imroved the installer (now auto-updates the version when built)
  • Property mode set to 100644
File size: 44.4 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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
27                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
28                        ConfigurationType="2"
29                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
30                        CharacterSet="1"
31                        >
32                        <Tool
33                                Name="VCPreBuildEventTool"
34                        />
35                        <Tool
36                                Name="VCCustomBuildTool"
37                        />
38                        <Tool
39                                Name="VCXMLDataGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCWebServiceProxyGeneratorTool"
43                        />
44                        <Tool
45                                Name="VCMIDLTool"
46                        />
47                        <Tool
48                                Name="VCCLCompilerTool"
49                                Optimization="0"
50                                AdditionalIncludeDirectories="../include;../../include"
51                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
52                                MinimalRebuild="true"
53                                BasicRuntimeChecks="3"
54                                RuntimeLibrary="3"
55                                UsePrecompiledHeader="2"
56                                WarningLevel="3"
57                                Detect64BitPortabilityProblems="false"
58                                DebugInformationFormat="4"
59                        />
60                        <Tool
61                                Name="VCManagedResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCResourceCompilerTool"
65                        />
66                        <Tool
67                                Name="VCPreLinkEventTool"
68                        />
69                        <Tool
70                                Name="VCLinkerTool"
71                                AdditionalDependencies="ws2_32.lib"
72                                OutputFile="$(OutDir)\$(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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
109                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
110                        ConfigurationType="2"
111                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
112                        CharacterSet="1"
113                        >
114                        <Tool
115                                Name="VCPreBuildEventTool"
116                        />
117                        <Tool
118                                Name="VCCustomBuildTool"
119                        />
120                        <Tool
121                                Name="VCXMLDataGeneratorTool"
122                        />
123                        <Tool
124                                Name="VCWebServiceProxyGeneratorTool"
125                        />
126                        <Tool
127                                Name="VCMIDLTool"
128                                TargetEnvironment="3"
129                        />
130                        <Tool
131                                Name="VCCLCompilerTool"
132                                Optimization="0"
133                                AdditionalIncludeDirectories="../include;../../include"
134                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
135                                MinimalRebuild="true"
136                                BasicRuntimeChecks="3"
137                                RuntimeLibrary="3"
138                                UsePrecompiledHeader="2"
139                                WarningLevel="3"
140                                Detect64BitPortabilityProblems="false"
141                                DebugInformationFormat="3"
142                        />
143                        <Tool
144                                Name="VCManagedResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCResourceCompilerTool"
148                        />
149                        <Tool
150                                Name="VCPreLinkEventTool"
151                        />
152                        <Tool
153                                Name="VCLinkerTool"
154                                AdditionalDependencies="ws2_32.lib"
155                                OutputFile="$(OutDir)\$(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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
192                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
193                        ConfigurationType="2"
194                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
195                        CharacterSet="1"
196                        >
197                        <Tool
198                                Name="VCPreBuildEventTool"
199                        />
200                        <Tool
201                                Name="VCCustomBuildTool"
202                        />
203                        <Tool
204                                Name="VCXMLDataGeneratorTool"
205                        />
206                        <Tool
207                                Name="VCWebServiceProxyGeneratorTool"
208                        />
209                        <Tool
210                                Name="VCMIDLTool"
211                        />
212                        <Tool
213                                Name="VCCLCompilerTool"
214                                AdditionalIncludeDirectories="../include;../../include"
215                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _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="$(OutDir)\$(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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
272                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
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="$(OutDir)\$(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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
353                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
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="$(OutDir)\$(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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
433                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
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="$(OutDir)\$(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="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
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                                OutputFile="$(OutDir)\$(ProjectName).dll"
555                                LinkIncremental="1"
556                                ModuleDefinitionFile="NSClientListener.def"
557                                GenerateDebugInformation="false"
558                                SubSystem="2"
559                                OptimizeReferences="2"
560                                EnableCOMDATFolding="2"
561                                TargetMachine="1"
562                        />
563                        <Tool
564                                Name="VCALinkTool"
565                        />
566                        <Tool
567                                Name="VCManifestTool"
568                        />
569                        <Tool
570                                Name="VCXDCMakeTool"
571                        />
572                        <Tool
573                                Name="VCBscMakeTool"
574                        />
575                        <Tool
576                                Name="VCFxCopTool"
577                        />
578                        <Tool
579                                Name="VCAppVerifierTool"
580                        />
581                        <Tool
582                                Name="VCWebDeploymentTool"
583                        />
584                        <Tool
585                                Name="VCPostBuildEventTool"
586                        />
587                </Configuration>
588                <Configuration
589                        Name="Nightly|x64"
590                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
591                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
592                        ConfigurationType="2"
593                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
594                        CharacterSet="1"
595                        >
596                        <Tool
597                                Name="VCPreBuildEventTool"
598                        />
599                        <Tool
600                                Name="VCCustomBuildTool"
601                        />
602                        <Tool
603                                Name="VCXMLDataGeneratorTool"
604                        />
605                        <Tool
606                                Name="VCWebServiceProxyGeneratorTool"
607                        />
608                        <Tool
609                                Name="VCMIDLTool"
610                                TargetEnvironment="3"
611                        />
612                        <Tool
613                                Name="VCCLCompilerTool"
614                                AdditionalIncludeDirectories="../include;../../include"
615                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
616                                UsePrecompiledHeader="2"
617                                WarningLevel="3"
618                                DebugInformationFormat="3"
619                        />
620                        <Tool
621                                Name="VCManagedResourceCompilerTool"
622                        />
623                        <Tool
624                                Name="VCResourceCompilerTool"
625                        />
626                        <Tool
627                                Name="VCPreLinkEventTool"
628                        />
629                        <Tool
630                                Name="VCLinkerTool"
631                                AdditionalDependencies="ws2_32.lib"
632                                OutputFile="$(OutDir)\$(ProjectName).dll"
633                                LinkIncremental="1"
634                                ModuleDefinitionFile="NSClientListener.def"
635                                GenerateDebugInformation="false"
636                                SubSystem="2"
637                                OptimizeReferences="2"
638                                EnableCOMDATFolding="2"
639                                TargetMachine="17"
640                        />
641                        <Tool
642                                Name="VCALinkTool"
643                        />
644                        <Tool
645                                Name="VCManifestTool"
646                        />
647                        <Tool
648                                Name="VCXDCMakeTool"
649                        />
650                        <Tool
651                                Name="VCBscMakeTool"
652                        />
653                        <Tool
654                                Name="VCFxCopTool"
655                        />
656                        <Tool
657                                Name="VCAppVerifierTool"
658                        />
659                        <Tool
660                                Name="VCWebDeploymentTool"
661                        />
662                        <Tool
663                                Name="VCPostBuildEventTool"
664                        />
665                </Configuration>
666                <Configuration
667                        Name="Debug-MemCheck|Win32"
668                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
669                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
670                        ConfigurationType="2"
671                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
672                        CharacterSet="1"
673                        >
674                        <Tool
675                                Name="VCPreBuildEventTool"
676                        />
677                        <Tool
678                                Name="VCCustomBuildTool"
679                        />
680                        <Tool
681                                Name="VCXMLDataGeneratorTool"
682                        />
683                        <Tool
684                                Name="VCWebServiceProxyGeneratorTool"
685                        />
686                        <Tool
687                                Name="VCMIDLTool"
688                        />
689                        <Tool
690                                Name="VCCLCompilerTool"
691                                Optimization="0"
692                                AdditionalIncludeDirectories="../include;../../include"
693                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK"
694                                MinimalRebuild="true"
695                                BasicRuntimeChecks="3"
696                                RuntimeLibrary="3"
697                                UsePrecompiledHeader="2"
698                                WarningLevel="3"
699                                Detect64BitPortabilityProblems="false"
700                                DebugInformationFormat="4"
701                        />
702                        <Tool
703                                Name="VCManagedResourceCompilerTool"
704                        />
705                        <Tool
706                                Name="VCResourceCompilerTool"
707                        />
708                        <Tool
709                                Name="VCPreLinkEventTool"
710                        />
711                        <Tool
712                                Name="VCLinkerTool"
713                                AdditionalDependencies="ws2_32.lib"
714                                OutputFile="$(OutDir)\$(ProjectName).dll"
715                                LinkIncremental="2"
716                                ModuleDefinitionFile="NSClientListener.def"
717                                GenerateDebugInformation="true"
718                                ProgramDatabaseFile="$(OutDir)/NSClientListener.pdb"
719                                SubSystem="2"
720                                ImportLibrary="$(OutDir)/NSClientListener.lib"
721                                TargetMachine="1"
722                        />
723                        <Tool
724                                Name="VCALinkTool"
725                        />
726                        <Tool
727                                Name="VCManifestTool"
728                        />
729                        <Tool
730                                Name="VCXDCMakeTool"
731                        />
732                        <Tool
733                                Name="VCBscMakeTool"
734                        />
735                        <Tool
736                                Name="VCFxCopTool"
737                        />
738                        <Tool
739                                Name="VCAppVerifierTool"
740                        />
741                        <Tool
742                                Name="VCWebDeploymentTool"
743                        />
744                        <Tool
745                                Name="VCPostBuildEventTool"
746                        />
747                </Configuration>
748                <Configuration
749                        Name="Debug-MemCheck|x64"
750                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
751                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
752                        ConfigurationType="2"
753                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
754                        CharacterSet="1"
755                        >
756                        <Tool
757                                Name="VCPreBuildEventTool"
758                        />
759                        <Tool
760                                Name="VCCustomBuildTool"
761                        />
762                        <Tool
763                                Name="VCXMLDataGeneratorTool"
764                        />
765                        <Tool
766                                Name="VCWebServiceProxyGeneratorTool"
767                        />
768                        <Tool
769                                Name="VCMIDLTool"
770                                TargetEnvironment="3"
771                        />
772                        <Tool
773                                Name="VCCLCompilerTool"
774                                Optimization="0"
775                                AdditionalIncludeDirectories="../include;../../include"
776                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
777                                MinimalRebuild="true"
778                                BasicRuntimeChecks="3"
779                                RuntimeLibrary="3"
780                                UsePrecompiledHeader="2"
781                                WarningLevel="3"
782                                Detect64BitPortabilityProblems="false"
783                                DebugInformationFormat="3"
784                        />
785                        <Tool
786                                Name="VCManagedResourceCompilerTool"
787                        />
788                        <Tool
789                                Name="VCResourceCompilerTool"
790                        />
791                        <Tool
792                                Name="VCPreLinkEventTool"
793                        />
794                        <Tool
795                                Name="VCLinkerTool"
796                                AdditionalDependencies="ws2_32.lib"
797                                OutputFile="$(OutDir)\$(ProjectName).dll"
798                                LinkIncremental="2"
799                                ModuleDefinitionFile="NSClientListener.def"
800                                GenerateDebugInformation="true"
801                                ProgramDatabaseFile="$(OutDir)/NSClientListener.pdb"
802                                SubSystem="2"
803                                ImportLibrary="$(OutDir)/NSClientListener.lib"
804                                TargetMachine="17"
805                        />
806                        <Tool
807                                Name="VCALinkTool"
808                        />
809                        <Tool
810                                Name="VCManifestTool"
811                        />
812                        <Tool
813                                Name="VCXDCMakeTool"
814                        />
815                        <Tool
816                                Name="VCBscMakeTool"
817                        />
818                        <Tool
819                                Name="VCFxCopTool"
820                        />
821                        <Tool
822                                Name="VCAppVerifierTool"
823                        />
824                        <Tool
825                                Name="VCWebDeploymentTool"
826                        />
827                        <Tool
828                                Name="VCPostBuildEventTool"
829                        />
830                </Configuration>
831                <Configuration
832                        Name="OP5|Win32"
833                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
834                        IntermediateDirectory="$(ConfigurationName)"
835                        ConfigurationType="2"
836                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
837                        CharacterSet="1"
838                        >
839                        <Tool
840                                Name="VCPreBuildEventTool"
841                        />
842                        <Tool
843                                Name="VCCustomBuildTool"
844                        />
845                        <Tool
846                                Name="VCXMLDataGeneratorTool"
847                        />
848                        <Tool
849                                Name="VCWebServiceProxyGeneratorTool"
850                        />
851                        <Tool
852                                Name="VCMIDLTool"
853                        />
854                        <Tool
855                                Name="VCCLCompilerTool"
856                                AdditionalIncludeDirectories="../include;../../include"
857                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
858                                UsePrecompiledHeader="2"
859                                WarningLevel="3"
860                                DebugInformationFormat="3"
861                        />
862                        <Tool
863                                Name="VCManagedResourceCompilerTool"
864                        />
865                        <Tool
866                                Name="VCResourceCompilerTool"
867                        />
868                        <Tool
869                                Name="VCPreLinkEventTool"
870                        />
871                        <Tool
872                                Name="VCLinkerTool"
873                                AdditionalDependencies="ws2_32.lib"
874                                OutputFile="$(OutDir)\$(ProjectName).dll"
875                                LinkIncremental="1"
876                                ModuleDefinitionFile="NSClientListener.def"
877                                GenerateDebugInformation="false"
878                                SubSystem="2"
879                                OptimizeReferences="2"
880                                EnableCOMDATFolding="2"
881                                TargetMachine="1"
882                        />
883                        <Tool
884                                Name="VCALinkTool"
885                        />
886                        <Tool
887                                Name="VCManifestTool"
888                        />
889                        <Tool
890                                Name="VCXDCMakeTool"
891                        />
892                        <Tool
893                                Name="VCBscMakeTool"
894                        />
895                        <Tool
896                                Name="VCFxCopTool"
897                        />
898                        <Tool
899                                Name="VCAppVerifierTool"
900                        />
901                        <Tool
902                                Name="VCWebDeploymentTool"
903                        />
904                        <Tool
905                                Name="VCPostBuildEventTool"
906                        />
907                </Configuration>
908                <Configuration
909                        Name="OP5|x64"
910                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
911                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
912                        ConfigurationType="2"
913                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
914                        CharacterSet="1"
915                        >
916                        <Tool
917                                Name="VCPreBuildEventTool"
918                        />
919                        <Tool
920                                Name="VCCustomBuildTool"
921                        />
922                        <Tool
923                                Name="VCXMLDataGeneratorTool"
924                        />
925                        <Tool
926                                Name="VCWebServiceProxyGeneratorTool"
927                        />
928                        <Tool
929                                Name="VCMIDLTool"
930                                TargetEnvironment="3"
931                        />
932                        <Tool
933                                Name="VCCLCompilerTool"
934                                AdditionalIncludeDirectories="../include;../../include"
935                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
936                                UsePrecompiledHeader="2"
937                                WarningLevel="3"
938                                DebugInformationFormat="3"
939                        />
940                        <Tool
941                                Name="VCManagedResourceCompilerTool"
942                        />
943                        <Tool
944                                Name="VCResourceCompilerTool"
945                        />
946                        <Tool
947                                Name="VCPreLinkEventTool"
948                        />
949                        <Tool
950                                Name="VCLinkerTool"
951                                AdditionalDependencies="ws2_32.lib"
952                                OutputFile="$(OutDir)\$(ProjectName).dll"
953                                LinkIncremental="1"
954                                ModuleDefinitionFile="NSClientListener.def"
955                                GenerateDebugInformation="false"
956                                SubSystem="2"
957                                OptimizeReferences="2"
958                                EnableCOMDATFolding="2"
959                                TargetMachine="17"
960                        />
961                        <Tool
962                                Name="VCALinkTool"
963                        />
964                        <Tool
965                                Name="VCManifestTool"
966                        />
967                        <Tool
968                                Name="VCXDCMakeTool"
969                        />
970                        <Tool
971                                Name="VCBscMakeTool"
972                        />
973                        <Tool
974                                Name="VCFxCopTool"
975                        />
976                        <Tool
977                                Name="VCAppVerifierTool"
978                        />
979                        <Tool
980                                Name="VCWebDeploymentTool"
981                        />
982                        <Tool
983                                Name="VCPostBuildEventTool"
984                        />
985                </Configuration>
986                <Configuration
987                        Name="Debug|Itanium"
988                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
989                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
990                        ConfigurationType="2"
991                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
992                        CharacterSet="2"
993                        >
994                        <Tool
995                                Name="VCPreBuildEventTool"
996                        />
997                        <Tool
998                                Name="VCCustomBuildTool"
999                        />
1000                        <Tool
1001                                Name="VCXMLDataGeneratorTool"
1002                        />
1003                        <Tool
1004                                Name="VCWebServiceProxyGeneratorTool"
1005                        />
1006                        <Tool
1007                                Name="VCMIDLTool"
1008                                TargetEnvironment="2"
1009                        />
1010                        <Tool
1011                                Name="VCCLCompilerTool"
1012                                Optimization="0"
1013                                AdditionalIncludeDirectories="../include;../../include"
1014                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1015                                MinimalRebuild="true"
1016                                BasicRuntimeChecks="3"
1017                                RuntimeLibrary="3"
1018                                UsePrecompiledHeader="2"
1019                                WarningLevel="3"
1020                                Detect64BitPortabilityProblems="false"
1021                                DebugInformationFormat="3"
1022                        />
1023                        <Tool
1024                                Name="VCManagedResourceCompilerTool"
1025                        />
1026                        <Tool
1027                                Name="VCResourceCompilerTool"
1028                        />
1029                        <Tool
1030                                Name="VCPreLinkEventTool"
1031                        />
1032                        <Tool
1033                                Name="VCLinkerTool"
1034                                AdditionalDependencies="ws2_32.lib"
1035                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1036                                LinkIncremental="2"
1037                                ModuleDefinitionFile="NSClientListener.def"
1038                                GenerateDebugInformation="true"
1039                                ProgramDatabaseFile="$(OutDir)/NSClientListener.pdb"
1040                                SubSystem="2"
1041                                RandomizedBaseAddress="1"
1042                                DataExecutionPrevention="0"
1043                                ImportLibrary="$(OutDir)/NSClientListener.lib"
1044                                TargetMachine="5"
1045                        />
1046                        <Tool
1047                                Name="VCALinkTool"
1048                        />
1049                        <Tool
1050                                Name="VCManifestTool"
1051                        />
1052                        <Tool
1053                                Name="VCXDCMakeTool"
1054                        />
1055                        <Tool
1056                                Name="VCBscMakeTool"
1057                        />
1058                        <Tool
1059                                Name="VCFxCopTool"
1060                        />
1061                        <Tool
1062                                Name="VCAppVerifierTool"
1063                        />
1064                        <Tool
1065                                Name="VCPostBuildEventTool"
1066                        />
1067                </Configuration>
1068                <Configuration
1069                        Name="Release|Itanium"
1070                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1071                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1072                        ConfigurationType="2"
1073                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1074                        CharacterSet="2"
1075                        >
1076                        <Tool
1077                                Name="VCPreBuildEventTool"
1078                        />
1079                        <Tool
1080                                Name="VCCustomBuildTool"
1081                        />
1082                        <Tool
1083                                Name="VCXMLDataGeneratorTool"
1084                        />
1085                        <Tool
1086                                Name="VCWebServiceProxyGeneratorTool"
1087                        />
1088                        <Tool
1089                                Name="VCMIDLTool"
1090                                TargetEnvironment="2"
1091                        />
1092                        <Tool
1093                                Name="VCCLCompilerTool"
1094                                AdditionalIncludeDirectories="../include;../../include"
1095                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
1096                                RuntimeLibrary="0"
1097                                UsePrecompiledHeader="2"
1098                                WarningLevel="3"
1099                                Detect64BitPortabilityProblems="false"
1100                                DebugInformationFormat="3"
1101                        />
1102                        <Tool
1103                                Name="VCManagedResourceCompilerTool"
1104                        />
1105                        <Tool
1106                                Name="VCResourceCompilerTool"
1107                        />
1108                        <Tool
1109                                Name="VCPreLinkEventTool"
1110                        />
1111                        <Tool
1112                                Name="VCLinkerTool"
1113                                AdditionalDependencies="ws2_32.lib"
1114                                OutputFile="../../Release/modules/$(ProjectName).dll"
1115                                LinkIncremental="1"
1116                                ModuleDefinitionFile="NSClientListener.def"
1117                                GenerateDebugInformation="false"
1118                                SubSystem="2"
1119                                OptimizeReferences="2"
1120                                EnableCOMDATFolding="2"
1121                                RandomizedBaseAddress="1"
1122                                DataExecutionPrevention="0"
1123                                ImportLibrary="$(OutDir)/NSClientListener.lib"
1124                                TargetMachine="5"
1125                        />
1126                        <Tool
1127                                Name="VCALinkTool"
1128                        />
1129                        <Tool
1130                                Name="VCManifestTool"
1131                        />
1132                        <Tool
1133                                Name="VCXDCMakeTool"
1134                        />
1135                        <Tool
1136                                Name="VCBscMakeTool"
1137                        />
1138                        <Tool
1139                                Name="VCFxCopTool"
1140                        />
1141                        <Tool
1142                                Name="VCAppVerifierTool"
1143                        />
1144                        <Tool
1145                                Name="VCPostBuildEventTool"
1146                        />
1147                </Configuration>
1148                <Configuration
1149                        Name="Distribution|Itanium"
1150                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1151                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1152                        ConfigurationType="2"
1153                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1154                        CharacterSet="2"
1155                        >
1156                        <Tool
1157                                Name="VCPreBuildEventTool"
1158                        />
1159                        <Tool
1160                                Name="VCCustomBuildTool"
1161                        />
1162                        <Tool
1163                                Name="VCXMLDataGeneratorTool"
1164                        />
1165                        <Tool
1166                                Name="VCWebServiceProxyGeneratorTool"
1167                        />
1168                        <Tool
1169                                Name="VCMIDLTool"
1170                                TargetEnvironment="2"
1171                        />
1172                        <Tool
1173                                Name="VCCLCompilerTool"
1174                                AdditionalIncludeDirectories="../include;../../include"
1175                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1176                                RuntimeLibrary="0"
1177                                UsePrecompiledHeader="2"
1178                                WarningLevel="3"
1179                                Detect64BitPortabilityProblems="false"
1180                                DebugInformationFormat="3"
1181                        />
1182                        <Tool
1183                                Name="VCManagedResourceCompilerTool"
1184                        />
1185                        <Tool
1186                                Name="VCResourceCompilerTool"
1187                        />
1188                        <Tool
1189                                Name="VCPreLinkEventTool"
1190                        />
1191                        <Tool
1192                                Name="VCLinkerTool"
1193                                AdditionalDependencies="ws2_32.lib"
1194                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1195                                LinkIncremental="1"
1196                                ModuleDefinitionFile="NSClientListener.def"
1197                                GenerateDebugInformation="false"
1198                                SubSystem="2"
1199                                OptimizeReferences="2"
1200                                EnableCOMDATFolding="2"
1201                                RandomizedBaseAddress="1"
1202                                DataExecutionPrevention="0"
1203                                ImportLibrary="$(OutDir)/NSClientListener.lib"
1204                                TargetMachine="5"
1205                        />
1206                        <Tool
1207                                Name="VCALinkTool"
1208                        />
1209                        <Tool
1210                                Name="VCManifestTool"
1211                        />
1212                        <Tool
1213                                Name="VCXDCMakeTool"
1214                        />
1215                        <Tool
1216                                Name="VCBscMakeTool"
1217                        />
1218                        <Tool
1219                                Name="VCFxCopTool"
1220                        />
1221                        <Tool
1222                                Name="VCAppVerifierTool"
1223                        />
1224                        <Tool
1225                                Name="VCPostBuildEventTool"
1226                        />
1227                </Configuration>
1228                <Configuration
1229                        Name="Nightly|Itanium"
1230                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1231                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1232                        ConfigurationType="2"
1233                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1234                        CharacterSet="2"
1235                        >
1236                        <Tool
1237                                Name="VCPreBuildEventTool"
1238                        />
1239                        <Tool
1240                                Name="VCCustomBuildTool"
1241                        />
1242                        <Tool
1243                                Name="VCXMLDataGeneratorTool"
1244                        />
1245                        <Tool
1246                                Name="VCWebServiceProxyGeneratorTool"
1247                        />
1248                        <Tool
1249                                Name="VCMIDLTool"
1250                                TargetEnvironment="2"
1251                        />
1252                        <Tool
1253                                Name="VCCLCompilerTool"
1254                                AdditionalIncludeDirectories="../include;../../include"
1255                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1256                                RuntimeLibrary="0"
1257                                UsePrecompiledHeader="2"
1258                                WarningLevel="3"
1259                                Detect64BitPortabilityProblems="false"
1260                                DebugInformationFormat="3"
1261                        />
1262                        <Tool
1263                                Name="VCManagedResourceCompilerTool"
1264                        />
1265                        <Tool
1266                                Name="VCResourceCompilerTool"
1267                        />
1268                        <Tool
1269                                Name="VCPreLinkEventTool"
1270                        />
1271                        <Tool
1272                                Name="VCLinkerTool"
1273                                AdditionalDependencies="ws2_32.lib"
1274                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1275                                LinkIncremental="1"
1276                                ModuleDefinitionFile="NSClientListener.def"
1277                                GenerateDebugInformation="true"
1278                                SubSystem="2"
1279                                OptimizeReferences="2"
1280                                EnableCOMDATFolding="2"
1281                                RandomizedBaseAddress="1"
1282                                DataExecutionPrevention="0"
1283                                ImportLibrary="$(OutDir)/NSClientListener.lib"
1284                                TargetMachine="5"
1285                        />
1286                        <Tool
1287                                Name="VCALinkTool"
1288                        />
1289                        <Tool
1290                                Name="VCManifestTool"
1291                        />
1292                        <Tool
1293                                Name="VCXDCMakeTool"
1294                        />
1295                        <Tool
1296                                Name="VCBscMakeTool"
1297                        />
1298                        <Tool
1299                                Name="VCFxCopTool"
1300                        />
1301                        <Tool
1302                                Name="VCAppVerifierTool"
1303                        />
1304                        <Tool
1305                                Name="VCPostBuildEventTool"
1306                        />
1307                </Configuration>
1308                <Configuration
1309                        Name="Debug-MemCheck|Itanium"
1310                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1311                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1312                        ConfigurationType="2"
1313                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1314                        CharacterSet="2"
1315                        >
1316                        <Tool
1317                                Name="VCPreBuildEventTool"
1318                        />
1319                        <Tool
1320                                Name="VCCustomBuildTool"
1321                        />
1322                        <Tool
1323                                Name="VCXMLDataGeneratorTool"
1324                        />
1325                        <Tool
1326                                Name="VCWebServiceProxyGeneratorTool"
1327                        />
1328                        <Tool
1329                                Name="VCMIDLTool"
1330                                TargetEnvironment="2"
1331                        />
1332                        <Tool
1333                                Name="VCCLCompilerTool"
1334                                Optimization="0"
1335                                AdditionalIncludeDirectories="../include;../../include"
1336                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1337                                MinimalRebuild="true"
1338                                BasicRuntimeChecks="3"
1339                                RuntimeLibrary="3"
1340                                UsePrecompiledHeader="2"
1341                                WarningLevel="3"
1342                                Detect64BitPortabilityProblems="false"
1343                                DebugInformationFormat="3"
1344                        />
1345                        <Tool
1346                                Name="VCManagedResourceCompilerTool"
1347                        />
1348                        <Tool
1349                                Name="VCResourceCompilerTool"
1350                        />
1351                        <Tool
1352                                Name="VCPreLinkEventTool"
1353                        />
1354                        <Tool
1355                                Name="VCLinkerTool"
1356                                AdditionalDependencies="ws2_32.lib"
1357                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1358                                LinkIncremental="2"
1359                                ModuleDefinitionFile="NSClientListener.def"
1360                                GenerateDebugInformation="true"
1361                                ProgramDatabaseFile="$(OutDir)/NSClientListener.pdb"
1362                                SubSystem="2"
1363                                RandomizedBaseAddress="1"
1364                                DataExecutionPrevention="0"
1365                                ImportLibrary="$(OutDir)/NSClientListener.lib"
1366                                TargetMachine="5"
1367                        />
1368                        <Tool
1369                                Name="VCALinkTool"
1370                        />
1371                        <Tool
1372                                Name="VCManifestTool"
1373                        />
1374                        <Tool
1375                                Name="VCXDCMakeTool"
1376                        />
1377                        <Tool
1378                                Name="VCBscMakeTool"
1379                        />
1380                        <Tool
1381                                Name="VCFxCopTool"
1382                        />
1383                        <Tool
1384                                Name="VCAppVerifierTool"
1385                        />
1386                        <Tool
1387                                Name="VCPostBuildEventTool"
1388                        />
1389                </Configuration>
1390        </Configurations>
1391        <References>
1392        </References>
1393        <Files>
1394                <Filter
1395                        Name="Source Files"
1396                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1397                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1398                        >
1399                        <File
1400                                RelativePath="..\..\include\arrayBuffer.cpp"
1401                                >
1402                                <FileConfiguration
1403                                        Name="Debug|Win32"
1404                                        >
1405                                        <Tool
1406                                                Name="VCCLCompilerTool"
1407                                                UsePrecompiledHeader="0"
1408                                        />
1409                                </FileConfiguration>
1410                                <FileConfiguration
1411                                        Name="Debug|x64"
1412                                        >
1413                                        <Tool
1414                                                Name="VCCLCompilerTool"
1415                                                UsePrecompiledHeader="0"
1416                                        />
1417                                </FileConfiguration>
1418                                <FileConfiguration
1419                                        Name="Release|Win32"
1420                                        >
1421                                        <Tool
1422                                                Name="VCCLCompilerTool"
1423                                                UsePrecompiledHeader="0"
1424                                        />
1425                                </FileConfiguration>
1426                                <FileConfiguration
1427                                        Name="Release|x64"
1428                                        >
1429                                        <Tool
1430                                                Name="VCCLCompilerTool"
1431                                                UsePrecompiledHeader="0"
1432                                        />
1433                                </FileConfiguration>
1434                                <FileConfiguration
1435                                        Name="Distribution|Win32"
1436                                        >
1437                                        <Tool
1438                                                Name="VCCLCompilerTool"
1439                                                UsePrecompiledHeader="0"
1440                                        />
1441                                </FileConfiguration>
1442                                <FileConfiguration
1443                                        Name="Distribution|x64"
1444                                        >
1445                                        <Tool
1446                                                Name="VCCLCompilerTool"
1447                                                UsePrecompiledHeader="0"
1448                                        />
1449                                </FileConfiguration>
1450                                <FileConfiguration
1451                                        Name="Nightly|Win32"
1452                                        >
1453                                        <Tool
1454                                                Name="VCCLCompilerTool"
1455                                                UsePrecompiledHeader="0"
1456                                        />
1457                                </FileConfiguration>
1458                                <FileConfiguration
1459                                        Name="Nightly|x64"
1460                                        >
1461                                        <Tool
1462                                                Name="VCCLCompilerTool"
1463                                                UsePrecompiledHeader="0"
1464                                        />
1465                                </FileConfiguration>
1466                                <FileConfiguration
1467                                        Name="Debug-MemCheck|Win32"
1468                                        >
1469                                        <Tool
1470                                                Name="VCCLCompilerTool"
1471                                                UsePrecompiledHeader="0"
1472                                        />
1473                                </FileConfiguration>
1474                                <FileConfiguration
1475                                        Name="Debug-MemCheck|x64"
1476                                        >
1477                                        <Tool
1478                                                Name="VCCLCompilerTool"
1479                                                UsePrecompiledHeader="0"
1480                                        />
1481                                </FileConfiguration>
1482                                <FileConfiguration
1483                                        Name="OP5|Win32"
1484                                        >
1485                                        <Tool
1486                                                Name="VCCLCompilerTool"
1487                                                UsePrecompiledHeader="0"
1488                                        />
1489                                </FileConfiguration>
1490                                <FileConfiguration
1491                                        Name="OP5|x64"
1492                                        >
1493                                        <Tool
1494                                                Name="VCCLCompilerTool"
1495                                                UsePrecompiledHeader="0"
1496                                        />
1497                                </FileConfiguration>
1498                                <FileConfiguration
1499                                        Name="Debug|Itanium"
1500                                        >
1501                                        <Tool
1502                                                Name="VCCLCompilerTool"
1503                                                UsePrecompiledHeader="0"
1504                                        />
1505                                </FileConfiguration>
1506                                <FileConfiguration
1507                                        Name="Release|Itanium"
1508                                        >
1509                                        <Tool
1510                                                Name="VCCLCompilerTool"
1511                                                UsePrecompiledHeader="0"
1512                                        />
1513                                </FileConfiguration>
1514                                <FileConfiguration
1515                                        Name="Distribution|Itanium"
1516                                        >
1517                                        <Tool
1518                                                Name="VCCLCompilerTool"
1519                                                UsePrecompiledHeader="0"
1520                                        />
1521                                </FileConfiguration>
1522                                <FileConfiguration
1523                                        Name="Nightly|Itanium"
1524                                        >
1525                                        <Tool
1526                                                Name="VCCLCompilerTool"
1527                                                UsePrecompiledHeader="0"
1528                                        />
1529                                </FileConfiguration>
1530                                <FileConfiguration
1531                                        Name="Debug-MemCheck|Itanium"
1532                                        >
1533                                        <Tool
1534                                                Name="VCCLCompilerTool"
1535                                                UsePrecompiledHeader="0"
1536                                        />
1537                                </FileConfiguration>
1538                        </File>
1539                        <File
1540                                RelativePath="..\..\include\NSCHelper.cpp"
1541                                >
1542                                <FileConfiguration
1543                                        Name="Debug|Win32"
1544                                        >
1545                                        <Tool
1546                                                Name="VCCLCompilerTool"
1547                                                UsePrecompiledHeader="0"
1548                                        />
1549                                </FileConfiguration>
1550                                <FileConfiguration
1551                                        Name="Debug|x64"
1552                                        >
1553                                        <Tool
1554                                                Name="VCCLCompilerTool"
1555                                                UsePrecompiledHeader="0"
1556                                        />
1557                                </FileConfiguration>
1558                                <FileConfiguration
1559                                        Name="Release|Win32"
1560                                        >
1561                                        <Tool
1562                                                Name="VCCLCompilerTool"
1563                                                UsePrecompiledHeader="0"
1564                                        />
1565                                </FileConfiguration>
1566                                <FileConfiguration
1567                                        Name="Release|x64"
1568                                        >
1569                                        <Tool
1570                                                Name="VCCLCompilerTool"
1571                                                UsePrecompiledHeader="0"
1572                                        />
1573                                </FileConfiguration>
1574                                <FileConfiguration
1575                                        Name="Distribution|Win32"
1576                                        >
1577                                        <Tool
1578                                                Name="VCCLCompilerTool"
1579                                                UsePrecompiledHeader="0"
1580                                        />
1581                                </FileConfiguration>
1582                                <FileConfiguration
1583                                        Name="Distribution|x64"
1584                                        >
1585                                        <Tool
1586                                                Name="VCCLCompilerTool"
1587                                                UsePrecompiledHeader="0"
1588                                        />
1589                                </FileConfiguration>
1590                                <FileConfiguration
1591                                        Name="Nightly|Win32"
1592                                        >
1593                                        <Tool
1594                                                Name="VCCLCompilerTool"
1595                                                UsePrecompiledHeader="0"
1596                                        />
1597                                </FileConfiguration>
1598                                <FileConfiguration
1599                                        Name="Nightly|x64"
1600                                        >
1601                                        <Tool
1602                                                Name="VCCLCompilerTool"
1603                                                UsePrecompiledHeader="0"
1604                                        />
1605                                </FileConfiguration>
1606                                <FileConfiguration
1607                                        Name="Debug-MemCheck|Win32"
1608                                        >
1609                                        <Tool
1610                                                Name="VCCLCompilerTool"
1611                                                UsePrecompiledHeader="0"
1612                                        />
1613                                </FileConfiguration>
1614                                <FileConfiguration
1615                                        Name="Debug-MemCheck|x64"
1616                                        >
1617                                        <Tool
1618                                                Name="VCCLCompilerTool"
1619                                                UsePrecompiledHeader="0"
1620                                        />
1621                                </FileConfiguration>
1622                                <FileConfiguration
1623                                        Name="OP5|Win32"
1624                                        >
1625                                        <Tool
1626                                                Name="VCCLCompilerTool"
1627                                                UsePrecompiledHeader="0"
1628                                        />
1629                                </FileConfiguration>
1630                                <FileConfiguration
1631                                        Name="OP5|x64"
1632                                        >
1633                                        <Tool
1634                                                Name="VCCLCompilerTool"
1635                                                UsePrecompiledHeader="0"
1636                                        />
1637                                </FileConfiguration>
1638                                <FileConfiguration
1639                                        Name="Debug|Itanium"
1640                                        >
1641                                        <Tool
1642                                                Name="VCCLCompilerTool"
1643                                                UsePrecompiledHeader="0"
1644                                        />
1645                                </FileConfiguration>
1646                                <FileConfiguration
1647                                        Name="Release|Itanium"
1648                                        >
1649                                        <Tool
1650                                                Name="VCCLCompilerTool"
1651                                                UsePrecompiledHeader="0"
1652                                        />
1653                                </FileConfiguration>
1654                                <FileConfiguration
1655                                        Name="Distribution|Itanium"
1656                                        >
1657                                        <Tool
1658                                                Name="VCCLCompilerTool"
1659                                                UsePrecompiledHeader="0"
1660                                        />
1661                                </FileConfiguration>
1662                                <FileConfiguration
1663                                        Name="Nightly|Itanium"
1664                                        >
1665                                        <Tool
1666                                                Name="VCCLCompilerTool"
1667                                                UsePrecompiledHeader="0"
1668                                        />
1669                                </FileConfiguration>
1670                                <FileConfiguration
1671                                        Name="Debug-MemCheck|Itanium"
1672                                        >
1673                                        <Tool
1674                                                Name="VCCLCompilerTool"
1675                                                UsePrecompiledHeader="0"
1676                                        />
1677                                </FileConfiguration>
1678                        </File>
1679                        <File
1680                                RelativePath=".\NSClientListener.cpp"
1681                                >
1682                        </File>
1683                        <File
1684                                RelativePath=".\NSClientListener.def"
1685                                >
1686                        </File>
1687                        <File
1688                                RelativePath="..\..\include\Socket.cpp"
1689                                >
1690                                <FileConfiguration
1691                                        Name="Debug|Win32"
1692                                        >
1693                                        <Tool
1694                                                Name="VCCLCompilerTool"
1695                                                UsePrecompiledHeader="0"
1696                                        />
1697                                </FileConfiguration>
1698                                <FileConfiguration
1699                                        Name="Debug|x64"
1700                                        >
1701                                        <Tool
1702                                                Name="VCCLCompilerTool"
1703                                                UsePrecompiledHeader="0"
1704                                        />
1705                                </FileConfiguration>
1706                                <FileConfiguration
1707                                        Name="Release|Win32"
1708                                        >
1709                                        <Tool
1710                                                Name="VCCLCompilerTool"
1711                                                UsePrecompiledHeader="0"
1712                                        />
1713                                </FileConfiguration>
1714                                <FileConfiguration
1715                                        Name="Release|x64"
1716                                        >
1717                                        <Tool
1718                                                Name="VCCLCompilerTool"
1719                                                UsePrecompiledHeader="0"
1720                                        />
1721                                </FileConfiguration>
1722                                <FileConfiguration
1723                                        Name="Distribution|Win32"
1724                                        >
1725                                        <Tool
1726                                                Name="VCCLCompilerTool"
1727                                                UsePrecompiledHeader="0"
1728                                        />
1729                                </FileConfiguration>
1730                                <FileConfiguration
1731                                        Name="Distribution|x64"
1732                                        >
1733                                        <Tool
1734                                                Name="VCCLCompilerTool"
1735                                                UsePrecompiledHeader="0"
1736                                        />
1737                                </FileConfiguration>
1738                                <FileConfiguration
1739                                        Name="Nightly|Win32"
1740                                        >
1741                                        <Tool
1742                                                Name="VCCLCompilerTool"
1743                                                UsePrecompiledHeader="0"
1744                                        />
1745                                </FileConfiguration>
1746                                <FileConfiguration
1747                                        Name="Nightly|x64"
1748                                        >
1749                                        <Tool
1750                                                Name="VCCLCompilerTool"
1751                                                UsePrecompiledHeader="0"
1752                                        />
1753                                </FileConfiguration>
1754                                <FileConfiguration
1755                                        Name="Debug-MemCheck|Win32"
1756                                        >
1757                                        <Tool
1758                                                Name="VCCLCompilerTool"
1759                                                UsePrecompiledHeader="0"
1760                                        />
1761                                </FileConfiguration>
1762                                <FileConfiguration
1763                                        Name="Debug-MemCheck|x64"
1764                                        >
1765                                        <Tool
1766                                                Name="VCCLCompilerTool"
1767                                                UsePrecompiledHeader="0"
1768                                        />
1769                                </FileConfiguration>
1770                                <FileConfiguration
1771                                        Name="OP5|Win32"
1772                                        >
1773                                        <Tool
1774                                                Name="VCCLCompilerTool"
1775                                                UsePrecompiledHeader="0"
1776                                        />
1777                                </FileConfiguration>
1778                                <FileConfiguration
1779                                        Name="OP5|x64"
1780                                        >
1781                                        <Tool
1782                                                Name="VCCLCompilerTool"
1783                                                UsePrecompiledHeader="0"
1784                                        />
1785                                </FileConfiguration>
1786                                <FileConfiguration
1787                                        Name="Debug|Itanium"
1788                                        >
1789                                        <Tool
1790                                                Name="VCCLCompilerTool"
1791                                                UsePrecompiledHeader="0"
1792                                        />
1793                                </FileConfiguration>
1794                                <FileConfiguration
1795                                        Name="Release|Itanium"
1796                                        >
1797                                        <Tool
1798                                                Name="VCCLCompilerTool"
1799                                                UsePrecompiledHeader="0"
1800                                        />
1801                                </FileConfiguration>
1802                                <FileConfiguration
1803                                        Name="Distribution|Itanium"
1804                                        >
1805                                        <Tool
1806                                                Name="VCCLCompilerTool"
1807                                                UsePrecompiledHeader="0"
1808                                        />
1809                                </FileConfiguration>
1810                                <FileConfiguration
1811                                        Name="Nightly|Itanium"
1812                                        >
1813                                        <Tool
1814                                                Name="VCCLCompilerTool"
1815                                                UsePrecompiledHeader="0"
1816                                        />
1817                                </FileConfiguration>
1818                                <FileConfiguration
1819                                        Name="Debug-MemCheck|Itanium"
1820                                        >
1821                                        <Tool
1822                                                Name="VCCLCompilerTool"
1823                                                UsePrecompiledHeader="0"
1824                                        />
1825                                </FileConfiguration>
1826                        </File>
1827                        <File
1828                                RelativePath=".\stdafx.cpp"
1829                                >
1830                                <FileConfiguration
1831                                        Name="Debug|Win32"
1832                                        >
1833                                        <Tool
1834                                                Name="VCCLCompilerTool"
1835                                                UsePrecompiledHeader="1"
1836                                        />
1837                                </FileConfiguration>
1838                                <FileConfiguration
1839                                        Name="Debug|x64"
1840                                        >
1841                                        <Tool
1842                                                Name="VCCLCompilerTool"
1843                                                UsePrecompiledHeader="1"
1844                                        />
1845                                </FileConfiguration>
1846                                <FileConfiguration
1847                                        Name="Release|Win32"
1848                                        >
1849                                        <Tool
1850                                                Name="VCCLCompilerTool"
1851                                                UsePrecompiledHeader="1"
1852                                        />
1853                                </FileConfiguration>
1854                                <FileConfiguration
1855                                        Name="Release|x64"
1856                                        >
1857                                        <Tool
1858                                                Name="VCCLCompilerTool"
1859                                                UsePrecompiledHeader="1"
1860                                        />
1861                                </FileConfiguration>
1862                                <FileConfiguration
1863                                        Name="Distribution|Win32"
1864                                        >
1865                                        <Tool
1866                                                Name="VCCLCompilerTool"
1867                                                UsePrecompiledHeader="1"
1868                                        />
1869                                </FileConfiguration>
1870                                <FileConfiguration
1871                                        Name="Distribution|x64"
1872                                        >
1873                                        <Tool
1874                                                Name="VCCLCompilerTool"
1875                                                UsePrecompiledHeader="1"
1876                                        />
1877                                </FileConfiguration>
1878                                <FileConfiguration
1879                                        Name="Nightly|Win32"
1880                                        >
1881                                        <Tool
1882                                                Name="VCCLCompilerTool"
1883                                                UsePrecompiledHeader="1"
1884                                        />
1885                                </FileConfiguration>
1886                                <FileConfiguration
1887                                        Name="Nightly|x64"
1888                                        >
1889                                        <Tool
1890                                                Name="VCCLCompilerTool"
1891                                                UsePrecompiledHeader="1"
1892                                        />
1893                                </FileConfiguration>
1894                                <FileConfiguration
1895                                        Name="Debug-MemCheck|Win32"
1896                                        >
1897                                        <Tool
1898                                                Name="VCCLCompilerTool"
1899                                                UsePrecompiledHeader="1"
1900                                        />
1901                                </FileConfiguration>
1902                                <FileConfiguration
1903                                        Name="Debug-MemCheck|x64"
1904                                        >
1905                                        <Tool
1906                                                Name="VCCLCompilerTool"
1907                                                UsePrecompiledHeader="1"
1908                                        />
1909                                </FileConfiguration>
1910                                <FileConfiguration
1911                                        Name="OP5|Win32"
1912                                        >
1913                                        <Tool
1914                                                Name="VCCLCompilerTool"
1915                                                UsePrecompiledHeader="1"
1916                                        />
1917                                </FileConfiguration>
1918                                <FileConfiguration
1919                                        Name="OP5|x64"
1920                                        >
1921                                        <Tool
1922                                                Name="VCCLCompilerTool"
1923                                                UsePrecompiledHeader="1"
1924                                        />
1925                                </FileConfiguration>
1926                                <FileConfiguration
1927                                        Name="Debug|Itanium"
1928                                        >
1929                                        <Tool
1930                                                Name="VCCLCompilerTool"
1931                                                UsePrecompiledHeader="1"
1932                                        />
1933                                </FileConfiguration>
1934                                <FileConfiguration
1935                                        Name="Release|Itanium"
1936                                        >
1937                                        <Tool
1938                                                Name="VCCLCompilerTool"
1939                                                UsePrecompiledHeader="1"
1940                                        />
1941                                </FileConfiguration>
1942                                <FileConfiguration
1943                                        Name="Distribution|Itanium"
1944                                        >
1945                                        <Tool
1946                                                Name="VCCLCompilerTool"
1947                                                UsePrecompiledHeader="1"
1948                                        />
1949                                </FileConfiguration>
1950                                <FileConfiguration
1951                                        Name="Nightly|Itanium"
1952                                        >
1953                                        <Tool
1954                                                Name="VCCLCompilerTool"
1955                                                UsePrecompiledHeader="1"
1956                                        />
1957                                </FileConfiguration>
1958                                <FileConfiguration
1959                                        Name="Debug-MemCheck|Itanium"
1960                                        >
1961                                        <Tool
1962                                                Name="VCCLCompilerTool"
1963                                                UsePrecompiledHeader="1"
1964                                        />
1965                                </FileConfiguration>
1966                        </File>
1967                </Filter>
1968                <Filter
1969                        Name="Header Files"
1970                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1971                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1972                        >
1973                        <File
1974                                RelativePath="..\..\include\arrayBuffer.h"
1975                                >
1976                        </File>
1977                        <File
1978                                RelativePath="..\..\include\charEx.h"
1979                                >
1980                        </File>
1981                        <File
1982                                RelativePath="..\..\include\config.h"
1983                                >
1984                        </File>
1985                        <File
1986                                RelativePath=".\NSClientListener.h"
1987                                >
1988                        </File>
1989                        <File
1990                                RelativePath=".\stdafx.h"
1991                                >
1992                        </File>
1993                </Filter>
1994                <Filter
1995                        Name="Resource Files"
1996                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1997                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1998                        >
1999                </Filter>
2000                <File
2001                        RelativePath=".\ReadMe.txt"
2002                        >
2003                </File>
2004        </Files>
2005        <Globals>
2006        </Globals>
2007</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.