source: nscp/modules/NRPEServer/NRPEListener-2005.vcproj @ f029bc2

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