source: nscp/modules/NRPEListener/NRPEListener-2005.vcproj @ 99e4d8f

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

2007-11-23 MickeM

  • Converted to unicode (damn sometimes I HATE C++) + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"

2007-11-22 MickeM

  • Fixed so the "default path" is correct even when running as a service (issue: #96)
  • Property mode set to 100644
File size: 48.3 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="$(ConfigurationName)"
27                        IntermediateDirectory="$(ConfigurationName)"
28                        ConfigurationType="2"
29                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
30                        CharacterSet="1"
31                        >
32                        <Tool
33                                Name="VCPreBuildEventTool"
34                        />
35                        <Tool
36                                Name="VCCustomBuildTool"
37                        />
38                        <Tool
39                                Name="VCXMLDataGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCWebServiceProxyGeneratorTool"
43                        />
44                        <Tool
45                                Name="VCMIDLTool"
46                        />
47                        <Tool
48                                Name="VCCLCompilerTool"
49                                Optimization="0"
50                                AdditionalIncludeDirectories="../include;../../include"
51                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
52                                MinimalRebuild="true"
53                                BasicRuntimeChecks="3"
54                                RuntimeLibrary="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="../../Debug/modules/$(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="$(PlatformName)\$(ConfigurationName)"
110                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
111                        ConfigurationType="2"
112                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
113                        CharacterSet="2"
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"
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="../../Debug/modules/$(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="Release"
195                        IntermediateDirectory="Release"
196                        ConfigurationType="2"
197                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
198                        CharacterSet="2"
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; _CRT_SECURE_NO_DEPRECATE"
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="../../Release/modules/$(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="$(PlatformName)\$(ConfigurationName)"
276                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
277                        ConfigurationType="2"
278                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
279                        CharacterSet="2"
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; _CRT_SECURE_NO_DEPRECATE"
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="../../Release/modules/$(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="Distribution|Win32"
357                        OutputDirectory="$(ConfigurationName)"
358                        IntermediateDirectory="$(ConfigurationName)"
359                        ConfigurationType="2"
360                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
361                        CharacterSet="2"
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"
382                                RuntimeLibrary="0"
383                                UsePrecompiledHeader="2"
384                                WarningLevel="3"
385                                Detect64BitPortabilityProblems="false"
386                                DebugInformationFormat="3"
387                        />
388                        <Tool
389                                Name="VCManagedResourceCompilerTool"
390                        />
391                        <Tool
392                                Name="VCResourceCompilerTool"
393                        />
394                        <Tool
395                                Name="VCPreLinkEventTool"
396                        />
397                        <Tool
398                                Name="VCLinkerTool"
399                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
400                                OutputFile="../../Dist/modules/$(ProjectName).dll"
401                                LinkIncremental="1"
402                                ModuleDefinitionFile="NRPEListener.def"
403                                GenerateDebugInformation="false"
404                                SubSystem="2"
405                                OptimizeReferences="2"
406                                EnableCOMDATFolding="2"
407                                ImportLibrary="$(OutDir)/NRPEListener.lib"
408                                TargetMachine="1"
409                        />
410                        <Tool
411                                Name="VCALinkTool"
412                        />
413                        <Tool
414                                Name="VCManifestTool"
415                        />
416                        <Tool
417                                Name="VCXDCMakeTool"
418                        />
419                        <Tool
420                                Name="VCBscMakeTool"
421                        />
422                        <Tool
423                                Name="VCFxCopTool"
424                        />
425                        <Tool
426                                Name="VCAppVerifierTool"
427                        />
428                        <Tool
429                                Name="VCWebDeploymentTool"
430                        />
431                        <Tool
432                                Name="VCPostBuildEventTool"
433                        />
434                </Configuration>
435                <Configuration
436                        Name="Distribution|x64"
437                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
438                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
439                        ConfigurationType="2"
440                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
441                        CharacterSet="2"
442                        >
443                        <Tool
444                                Name="VCPreBuildEventTool"
445                        />
446                        <Tool
447                                Name="VCCustomBuildTool"
448                        />
449                        <Tool
450                                Name="VCXMLDataGeneratorTool"
451                        />
452                        <Tool
453                                Name="VCWebServiceProxyGeneratorTool"
454                        />
455                        <Tool
456                                Name="VCMIDLTool"
457                                TargetEnvironment="3"
458                        />
459                        <Tool
460                                Name="VCCLCompilerTool"
461                                AdditionalIncludeDirectories="../include;../../include"
462                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
463                                RuntimeLibrary="0"
464                                UsePrecompiledHeader="2"
465                                WarningLevel="3"
466                                Detect64BitPortabilityProblems="false"
467                                DebugInformationFormat="3"
468                        />
469                        <Tool
470                                Name="VCManagedResourceCompilerTool"
471                        />
472                        <Tool
473                                Name="VCResourceCompilerTool"
474                        />
475                        <Tool
476                                Name="VCPreLinkEventTool"
477                        />
478                        <Tool
479                                Name="VCLinkerTool"
480                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
481                                OutputFile="../../Dist/modules/$(ProjectName).dll"
482                                LinkIncremental="1"
483                                ModuleDefinitionFile="NRPEListener.def"
484                                GenerateDebugInformation="false"
485                                SubSystem="2"
486                                OptimizeReferences="2"
487                                EnableCOMDATFolding="2"
488                                ImportLibrary="$(OutDir)/NRPEListener.lib"
489                                TargetMachine="17"
490                        />
491                        <Tool
492                                Name="VCALinkTool"
493                        />
494                        <Tool
495                                Name="VCManifestTool"
496                        />
497                        <Tool
498                                Name="VCXDCMakeTool"
499                        />
500                        <Tool
501                                Name="VCBscMakeTool"
502                        />
503                        <Tool
504                                Name="VCFxCopTool"
505                        />
506                        <Tool
507                                Name="VCAppVerifierTool"
508                        />
509                        <Tool
510                                Name="VCWebDeploymentTool"
511                        />
512                        <Tool
513                                Name="VCPostBuildEventTool"
514                        />
515                </Configuration>
516                <Configuration
517                        Name="Nightly|Win32"
518                        OutputDirectory="$(ConfigurationName)"
519                        IntermediateDirectory="$(ConfigurationName)"
520                        ConfigurationType="2"
521                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
522                        CharacterSet="2"
523                        >
524                        <Tool
525                                Name="VCPreBuildEventTool"
526                        />
527                        <Tool
528                                Name="VCCustomBuildTool"
529                        />
530                        <Tool
531                                Name="VCXMLDataGeneratorTool"
532                        />
533                        <Tool
534                                Name="VCWebServiceProxyGeneratorTool"
535                        />
536                        <Tool
537                                Name="VCMIDLTool"
538                        />
539                        <Tool
540                                Name="VCCLCompilerTool"
541                                AdditionalIncludeDirectories="../include;../../include"
542                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS"
543                                RuntimeLibrary="0"
544                                UsePrecompiledHeader="2"
545                                WarningLevel="3"
546                                Detect64BitPortabilityProblems="false"
547                                DebugInformationFormat="3"
548                        />
549                        <Tool
550                                Name="VCManagedResourceCompilerTool"
551                        />
552                        <Tool
553                                Name="VCResourceCompilerTool"
554                        />
555                        <Tool
556                                Name="VCPreLinkEventTool"
557                        />
558                        <Tool
559                                Name="VCLinkerTool"
560                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
561                                OutputFile="../../Dist/modules/$(ProjectName).dll"
562                                LinkIncremental="1"
563                                ModuleDefinitionFile="NRPEListener.def"
564                                GenerateDebugInformation="true"
565                                SubSystem="2"
566                                OptimizeReferences="2"
567                                EnableCOMDATFolding="2"
568                                ImportLibrary="$(OutDir)/NRPEListener.lib"
569                                TargetMachine="1"
570                        />
571                        <Tool
572                                Name="VCALinkTool"
573                        />
574                        <Tool
575                                Name="VCManifestTool"
576                        />
577                        <Tool
578                                Name="VCXDCMakeTool"
579                        />
580                        <Tool
581                                Name="VCBscMakeTool"
582                        />
583                        <Tool
584                                Name="VCFxCopTool"
585                        />
586                        <Tool
587                                Name="VCAppVerifierTool"
588                        />
589                        <Tool
590                                Name="VCWebDeploymentTool"
591                        />
592                        <Tool
593                                Name="VCPostBuildEventTool"
594                        />
595                </Configuration>
596                <Configuration
597                        Name="Nightly|x64"
598                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
599                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
600                        ConfigurationType="2"
601                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
602                        CharacterSet="2"
603                        >
604                        <Tool
605                                Name="VCPreBuildEventTool"
606                        />
607                        <Tool
608                                Name="VCCustomBuildTool"
609                        />
610                        <Tool
611                                Name="VCXMLDataGeneratorTool"
612                        />
613                        <Tool
614                                Name="VCWebServiceProxyGeneratorTool"
615                        />
616                        <Tool
617                                Name="VCMIDLTool"
618                                TargetEnvironment="3"
619                        />
620                        <Tool
621                                Name="VCCLCompilerTool"
622                                AdditionalIncludeDirectories="../include;../../include"
623                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
624                                RuntimeLibrary="2"
625                                UsePrecompiledHeader="2"
626                                WarningLevel="3"
627                                Detect64BitPortabilityProblems="false"
628                                DebugInformationFormat="3"
629                        />
630                        <Tool
631                                Name="VCManagedResourceCompilerTool"
632                        />
633                        <Tool
634                                Name="VCResourceCompilerTool"
635                        />
636                        <Tool
637                                Name="VCPreLinkEventTool"
638                        />
639                        <Tool
640                                Name="VCLinkerTool"
641                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
642                                OutputFile="../../Dist/modules/$(ProjectName).dll"
643                                LinkIncremental="1"
644                                ModuleDefinitionFile="NRPEListener.def"
645                                GenerateDebugInformation="true"
646                                SubSystem="2"
647                                OptimizeReferences="2"
648                                EnableCOMDATFolding="2"
649                                ImportLibrary="$(OutDir)/NRPEListener.lib"
650                                TargetMachine="17"
651                        />
652                        <Tool
653                                Name="VCALinkTool"
654                        />
655                        <Tool
656                                Name="VCManifestTool"
657                        />
658                        <Tool
659                                Name="VCXDCMakeTool"
660                        />
661                        <Tool
662                                Name="VCBscMakeTool"
663                        />
664                        <Tool
665                                Name="VCFxCopTool"
666                        />
667                        <Tool
668                                Name="VCAppVerifierTool"
669                        />
670                        <Tool
671                                Name="VCWebDeploymentTool"
672                        />
673                        <Tool
674                                Name="VCPostBuildEventTool"
675                        />
676                </Configuration>
677                <Configuration
678                        Name="Debug-MemCheck|Win32"
679                        OutputDirectory="$(ConfigurationName)"
680                        IntermediateDirectory="$(ConfigurationName)"
681                        ConfigurationType="2"
682                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
683                        CharacterSet="2"
684                        >
685                        <Tool
686                                Name="VCPreBuildEventTool"
687                        />
688                        <Tool
689                                Name="VCCustomBuildTool"
690                        />
691                        <Tool
692                                Name="VCXMLDataGeneratorTool"
693                        />
694                        <Tool
695                                Name="VCWebServiceProxyGeneratorTool"
696                        />
697                        <Tool
698                                Name="VCMIDLTool"
699                        />
700                        <Tool
701                                Name="VCCLCompilerTool"
702                                Optimization="0"
703                                AdditionalIncludeDirectories="../include;../../include"
704                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK"
705                                MinimalRebuild="true"
706                                BasicRuntimeChecks="3"
707                                RuntimeLibrary="1"
708                                UsePrecompiledHeader="2"
709                                WarningLevel="3"
710                                Detect64BitPortabilityProblems="false"
711                                DebugInformationFormat="4"
712                        />
713                        <Tool
714                                Name="VCManagedResourceCompilerTool"
715                        />
716                        <Tool
717                                Name="VCResourceCompilerTool"
718                        />
719                        <Tool
720                                Name="VCPreLinkEventTool"
721                        />
722                        <Tool
723                                Name="VCLinkerTool"
724                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
725                                OutputFile="../../Debug/modules/$(ProjectName).dll"
726                                LinkIncremental="2"
727                                AdditionalLibraryDirectories=""
728                                ModuleDefinitionFile="NRPEListener.def"
729                                GenerateDebugInformation="true"
730                                ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb"
731                                SubSystem="2"
732                                ImportLibrary="$(OutDir)/NRPEListener.lib"
733                                TargetMachine="1"
734                        />
735                        <Tool
736                                Name="VCALinkTool"
737                        />
738                        <Tool
739                                Name="VCManifestTool"
740                        />
741                        <Tool
742                                Name="VCXDCMakeTool"
743                        />
744                        <Tool
745                                Name="VCBscMakeTool"
746                        />
747                        <Tool
748                                Name="VCFxCopTool"
749                        />
750                        <Tool
751                                Name="VCAppVerifierTool"
752                        />
753                        <Tool
754                                Name="VCWebDeploymentTool"
755                        />
756                        <Tool
757                                Name="VCPostBuildEventTool"
758                        />
759                </Configuration>
760                <Configuration
761                        Name="Debug-MemCheck|x64"
762                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
763                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
764                        ConfigurationType="2"
765                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
766                        CharacterSet="2"
767                        >
768                        <Tool
769                                Name="VCPreBuildEventTool"
770                        />
771                        <Tool
772                                Name="VCCustomBuildTool"
773                        />
774                        <Tool
775                                Name="VCXMLDataGeneratorTool"
776                        />
777                        <Tool
778                                Name="VCWebServiceProxyGeneratorTool"
779                        />
780                        <Tool
781                                Name="VCMIDLTool"
782                                TargetEnvironment="3"
783                        />
784                        <Tool
785                                Name="VCCLCompilerTool"
786                                Optimization="0"
787                                AdditionalIncludeDirectories="../include;../../include"
788                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
789                                MinimalRebuild="true"
790                                BasicRuntimeChecks="3"
791                                RuntimeLibrary="1"
792                                UsePrecompiledHeader="2"
793                                WarningLevel="3"
794                                Detect64BitPortabilityProblems="false"
795                                DebugInformationFormat="3"
796                        />
797                        <Tool
798                                Name="VCManagedResourceCompilerTool"
799                        />
800                        <Tool
801                                Name="VCResourceCompilerTool"
802                        />
803                        <Tool
804                                Name="VCPreLinkEventTool"
805                        />
806                        <Tool
807                                Name="VCLinkerTool"
808                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
809                                OutputFile="../../Debug/modules/$(ProjectName).dll"
810                                LinkIncremental="2"
811                                AdditionalLibraryDirectories=""
812                                IgnoreDefaultLibraryNames="MSVCRT"
813                                ModuleDefinitionFile="NRPEListener.def"
814                                GenerateDebugInformation="true"
815                                ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb"
816                                SubSystem="2"
817                                ImportLibrary="$(OutDir)/NRPEListener.lib"
818                                TargetMachine="17"
819                        />
820                        <Tool
821                                Name="VCALinkTool"
822                        />
823                        <Tool
824                                Name="VCManifestTool"
825                        />
826                        <Tool
827                                Name="VCXDCMakeTool"
828                        />
829                        <Tool
830                                Name="VCBscMakeTool"
831                        />
832                        <Tool
833                                Name="VCFxCopTool"
834                        />
835                        <Tool
836                                Name="VCAppVerifierTool"
837                        />
838                        <Tool
839                                Name="VCWebDeploymentTool"
840                        />
841                        <Tool
842                                Name="VCPostBuildEventTool"
843                        />
844                </Configuration>
845                <Configuration
846                        Name="Debug|Itanium"
847                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
848                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
849                        ConfigurationType="2"
850                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
851                        CharacterSet="2"
852                        >
853                        <Tool
854                                Name="VCPreBuildEventTool"
855                        />
856                        <Tool
857                                Name="VCCustomBuildTool"
858                        />
859                        <Tool
860                                Name="VCXMLDataGeneratorTool"
861                        />
862                        <Tool
863                                Name="VCWebServiceProxyGeneratorTool"
864                        />
865                        <Tool
866                                Name="VCMIDLTool"
867                                TargetEnvironment="2"
868                        />
869                        <Tool
870                                Name="VCCLCompilerTool"
871                                Optimization="0"
872                                AdditionalIncludeDirectories="../include;../../include"
873                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
874                                MinimalRebuild="true"
875                                BasicRuntimeChecks="3"
876                                RuntimeLibrary="1"
877                                UsePrecompiledHeader="2"
878                                WarningLevel="3"
879                                Detect64BitPortabilityProblems="false"
880                                DebugInformationFormat="3"
881                        />
882                        <Tool
883                                Name="VCManagedResourceCompilerTool"
884                        />
885                        <Tool
886                                Name="VCResourceCompilerTool"
887                        />
888                        <Tool
889                                Name="VCPreLinkEventTool"
890                        />
891                        <Tool
892                                Name="VCLinkerTool"
893                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
894                                OutputFile="../../Debug/modules/$(ProjectName).dll"
895                                LinkIncremental="2"
896                                AdditionalLibraryDirectories=""
897                                IgnoreDefaultLibraryNames="MSVCRT"
898                                ModuleDefinitionFile="NRPEListener.def"
899                                GenerateDebugInformation="true"
900                                ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb"
901                                SubSystem="2"
902                                RandomizedBaseAddress="1"
903                                DataExecutionPrevention="0"
904                                ImportLibrary="$(OutDir)/NRPEListener.lib"
905                                TargetMachine="5"
906                        />
907                        <Tool
908                                Name="VCALinkTool"
909                        />
910                        <Tool
911                                Name="VCManifestTool"
912                        />
913                        <Tool
914                                Name="VCXDCMakeTool"
915                        />
916                        <Tool
917                                Name="VCBscMakeTool"
918                        />
919                        <Tool
920                                Name="VCFxCopTool"
921                        />
922                        <Tool
923                                Name="VCAppVerifierTool"
924                        />
925                        <Tool
926                                Name="VCPostBuildEventTool"
927                        />
928                </Configuration>
929                <Configuration
930                        Name="Release|Itanium"
931                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
932                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
933                        ConfigurationType="2"
934                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
935                        CharacterSet="2"
936                        >
937                        <Tool
938                                Name="VCPreBuildEventTool"
939                        />
940                        <Tool
941                                Name="VCCustomBuildTool"
942                        />
943                        <Tool
944                                Name="VCXMLDataGeneratorTool"
945                        />
946                        <Tool
947                                Name="VCWebServiceProxyGeneratorTool"
948                        />
949                        <Tool
950                                Name="VCMIDLTool"
951                                TargetEnvironment="2"
952                        />
953                        <Tool
954                                Name="VCCLCompilerTool"
955                                AdditionalIncludeDirectories="../include;../../include"
956                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
957                                RuntimeLibrary="0"
958                                UsePrecompiledHeader="2"
959                                WarningLevel="3"
960                                Detect64BitPortabilityProblems="false"
961                                DebugInformationFormat="3"
962                        />
963                        <Tool
964                                Name="VCManagedResourceCompilerTool"
965                        />
966                        <Tool
967                                Name="VCResourceCompilerTool"
968                        />
969                        <Tool
970                                Name="VCPreLinkEventTool"
971                        />
972                        <Tool
973                                Name="VCLinkerTool"
974                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
975                                OutputFile="../../Release/modules/$(ProjectName).dll"
976                                LinkIncremental="1"
977                                AdditionalLibraryDirectories=""
978                                ModuleDefinitionFile="NRPEListener.def"
979                                GenerateDebugInformation="false"
980                                SubSystem="2"
981                                OptimizeReferences="2"
982                                EnableCOMDATFolding="2"
983                                RandomizedBaseAddress="1"
984                                DataExecutionPrevention="0"
985                                ImportLibrary="$(OutDir)/NRPEListener.lib"
986                                TargetMachine="5"
987                        />
988                        <Tool
989                                Name="VCALinkTool"
990                        />
991                        <Tool
992                                Name="VCManifestTool"
993                        />
994                        <Tool
995                                Name="VCXDCMakeTool"
996                        />
997                        <Tool
998                                Name="VCBscMakeTool"
999                        />
1000                        <Tool
1001                                Name="VCFxCopTool"
1002                        />
1003                        <Tool
1004                                Name="VCAppVerifierTool"
1005                        />
1006                        <Tool
1007                                Name="VCPostBuildEventTool"
1008                        />
1009                </Configuration>
1010                <Configuration
1011                        Name="Distribution|Itanium"
1012                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1013                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1014                        ConfigurationType="2"
1015                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1016                        CharacterSet="2"
1017                        >
1018                        <Tool
1019                                Name="VCPreBuildEventTool"
1020                        />
1021                        <Tool
1022                                Name="VCCustomBuildTool"
1023                        />
1024                        <Tool
1025                                Name="VCXMLDataGeneratorTool"
1026                        />
1027                        <Tool
1028                                Name="VCWebServiceProxyGeneratorTool"
1029                        />
1030                        <Tool
1031                                Name="VCMIDLTool"
1032                                TargetEnvironment="2"
1033                        />
1034                        <Tool
1035                                Name="VCCLCompilerTool"
1036                                AdditionalIncludeDirectories="../include;../../include"
1037                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1038                                RuntimeLibrary="0"
1039                                UsePrecompiledHeader="2"
1040                                WarningLevel="3"
1041                                Detect64BitPortabilityProblems="false"
1042                                DebugInformationFormat="3"
1043                        />
1044                        <Tool
1045                                Name="VCManagedResourceCompilerTool"
1046                        />
1047                        <Tool
1048                                Name="VCResourceCompilerTool"
1049                        />
1050                        <Tool
1051                                Name="VCPreLinkEventTool"
1052                        />
1053                        <Tool
1054                                Name="VCLinkerTool"
1055                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1056                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1057                                LinkIncremental="1"
1058                                ModuleDefinitionFile="NRPEListener.def"
1059                                GenerateDebugInformation="false"
1060                                SubSystem="2"
1061                                OptimizeReferences="2"
1062                                EnableCOMDATFolding="2"
1063                                RandomizedBaseAddress="1"
1064                                DataExecutionPrevention="0"
1065                                ImportLibrary="$(OutDir)/NRPEListener.lib"
1066                                TargetMachine="5"
1067                        />
1068                        <Tool
1069                                Name="VCALinkTool"
1070                        />
1071                        <Tool
1072                                Name="VCManifestTool"
1073                        />
1074                        <Tool
1075                                Name="VCXDCMakeTool"
1076                        />
1077                        <Tool
1078                                Name="VCBscMakeTool"
1079                        />
1080                        <Tool
1081                                Name="VCFxCopTool"
1082                        />
1083                        <Tool
1084                                Name="VCAppVerifierTool"
1085                        />
1086                        <Tool
1087                                Name="VCPostBuildEventTool"
1088                        />
1089                </Configuration>
1090                <Configuration
1091                        Name="Nightly|Itanium"
1092                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1093                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1094                        ConfigurationType="2"
1095                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1096                        CharacterSet="2"
1097                        >
1098                        <Tool
1099                                Name="VCPreBuildEventTool"
1100                        />
1101                        <Tool
1102                                Name="VCCustomBuildTool"
1103                        />
1104                        <Tool
1105                                Name="VCXMLDataGeneratorTool"
1106                        />
1107                        <Tool
1108                                Name="VCWebServiceProxyGeneratorTool"
1109                        />
1110                        <Tool
1111                                Name="VCMIDLTool"
1112                                TargetEnvironment="2"
1113                        />
1114                        <Tool
1115                                Name="VCCLCompilerTool"
1116                                AdditionalIncludeDirectories="../include;../../include"
1117                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1118                                RuntimeLibrary="2"
1119                                UsePrecompiledHeader="2"
1120                                WarningLevel="3"
1121                                Detect64BitPortabilityProblems="false"
1122                                DebugInformationFormat="3"
1123                        />
1124                        <Tool
1125                                Name="VCManagedResourceCompilerTool"
1126                        />
1127                        <Tool
1128                                Name="VCResourceCompilerTool"
1129                        />
1130                        <Tool
1131                                Name="VCPreLinkEventTool"
1132                        />
1133                        <Tool
1134                                Name="VCLinkerTool"
1135                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1136                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1137                                LinkIncremental="1"
1138                                ModuleDefinitionFile="NRPEListener.def"
1139                                GenerateDebugInformation="true"
1140                                SubSystem="2"
1141                                OptimizeReferences="2"
1142                                EnableCOMDATFolding="2"
1143                                RandomizedBaseAddress="1"
1144                                DataExecutionPrevention="0"
1145                                ImportLibrary="$(OutDir)/NRPEListener.lib"
1146                                TargetMachine="5"
1147                        />
1148                        <Tool
1149                                Name="VCALinkTool"
1150                        />
1151                        <Tool
1152                                Name="VCManifestTool"
1153                        />
1154                        <Tool
1155                                Name="VCXDCMakeTool"
1156                        />
1157                        <Tool
1158                                Name="VCBscMakeTool"
1159                        />
1160                        <Tool
1161                                Name="VCFxCopTool"
1162                        />
1163                        <Tool
1164                                Name="VCAppVerifierTool"
1165                        />
1166                        <Tool
1167                                Name="VCPostBuildEventTool"
1168                        />
1169                </Configuration>
1170                <Configuration
1171                        Name="Debug-MemCheck|Itanium"
1172                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1173                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1174                        ConfigurationType="2"
1175                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1176                        CharacterSet="2"
1177                        >
1178                        <Tool
1179                                Name="VCPreBuildEventTool"
1180                        />
1181                        <Tool
1182                                Name="VCCustomBuildTool"
1183                        />
1184                        <Tool
1185                                Name="VCXMLDataGeneratorTool"
1186                        />
1187                        <Tool
1188                                Name="VCWebServiceProxyGeneratorTool"
1189                        />
1190                        <Tool
1191                                Name="VCMIDLTool"
1192                                TargetEnvironment="2"
1193                        />
1194                        <Tool
1195                                Name="VCCLCompilerTool"
1196                                Optimization="0"
1197                                AdditionalIncludeDirectories="../include;../../include"
1198                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1199                                MinimalRebuild="true"
1200                                BasicRuntimeChecks="3"
1201                                RuntimeLibrary="1"
1202                                UsePrecompiledHeader="2"
1203                                WarningLevel="3"
1204                                Detect64BitPortabilityProblems="false"
1205                                DebugInformationFormat="3"
1206                        />
1207                        <Tool
1208                                Name="VCManagedResourceCompilerTool"
1209                        />
1210                        <Tool
1211                                Name="VCResourceCompilerTool"
1212                        />
1213                        <Tool
1214                                Name="VCPreLinkEventTool"
1215                        />
1216                        <Tool
1217                                Name="VCLinkerTool"
1218                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1219                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1220                                LinkIncremental="2"
1221                                AdditionalLibraryDirectories=""
1222                                IgnoreDefaultLibraryNames="MSVCRT"
1223                                ModuleDefinitionFile="NRPEListener.def"
1224                                GenerateDebugInformation="true"
1225                                ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb"
1226                                SubSystem="2"
1227                                RandomizedBaseAddress="1"
1228                                DataExecutionPrevention="0"
1229                                ImportLibrary="$(OutDir)/NRPEListener.lib"
1230                                TargetMachine="5"
1231                        />
1232                        <Tool
1233                                Name="VCALinkTool"
1234                        />
1235                        <Tool
1236                                Name="VCManifestTool"
1237                        />
1238                        <Tool
1239                                Name="VCXDCMakeTool"
1240                        />
1241                        <Tool
1242                                Name="VCBscMakeTool"
1243                        />
1244                        <Tool
1245                                Name="VCFxCopTool"
1246                        />
1247                        <Tool
1248                                Name="VCAppVerifierTool"
1249                        />
1250                        <Tool
1251                                Name="VCPostBuildEventTool"
1252                        />
1253                </Configuration>
1254        </Configurations>
1255        <References>
1256        </References>
1257        <Files>
1258                <Filter
1259                        Name="Source Files"
1260                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1261                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1262                        >
1263                        <File
1264                                RelativePath="..\..\include\arrayBuffer.cpp"
1265                                >
1266                                <FileConfiguration
1267                                        Name="Debug|Win32"
1268                                        >
1269                                        <Tool
1270                                                Name="VCCLCompilerTool"
1271                                                UsePrecompiledHeader="0"
1272                                                PrecompiledHeaderThrough=""
1273                                        />
1274                                </FileConfiguration>
1275                                <FileConfiguration
1276                                        Name="Debug|x64"
1277                                        >
1278                                        <Tool
1279                                                Name="VCCLCompilerTool"
1280                                                UsePrecompiledHeader="0"
1281                                                PrecompiledHeaderThrough=""
1282                                        />
1283                                </FileConfiguration>
1284                                <FileConfiguration
1285                                        Name="Release|Win32"
1286                                        >
1287                                        <Tool
1288                                                Name="VCCLCompilerTool"
1289                                                UsePrecompiledHeader="0"
1290                                                PrecompiledHeaderThrough=""
1291                                        />
1292                                </FileConfiguration>
1293                                <FileConfiguration
1294                                        Name="Release|x64"
1295                                        >
1296                                        <Tool
1297                                                Name="VCCLCompilerTool"
1298                                                UsePrecompiledHeader="0"
1299                                                PrecompiledHeaderThrough=""
1300                                        />
1301                                </FileConfiguration>
1302                                <FileConfiguration
1303                                        Name="Distribution|Win32"
1304                                        >
1305                                        <Tool
1306                                                Name="VCCLCompilerTool"
1307                                                UsePrecompiledHeader="0"
1308                                                PrecompiledHeaderThrough=""
1309                                        />
1310                                </FileConfiguration>
1311                                <FileConfiguration
1312                                        Name="Distribution|x64"
1313                                        >
1314                                        <Tool
1315                                                Name="VCCLCompilerTool"
1316                                                UsePrecompiledHeader="0"
1317                                                PrecompiledHeaderThrough=""
1318                                        />
1319                                </FileConfiguration>
1320                                <FileConfiguration
1321                                        Name="Nightly|Win32"
1322                                        >
1323                                        <Tool
1324                                                Name="VCCLCompilerTool"
1325                                                UsePrecompiledHeader="0"
1326                                                PrecompiledHeaderThrough=""
1327                                        />
1328                                </FileConfiguration>
1329                                <FileConfiguration
1330                                        Name="Nightly|x64"
1331                                        >
1332                                        <Tool
1333                                                Name="VCCLCompilerTool"
1334                                                UsePrecompiledHeader="0"
1335                                                PrecompiledHeaderThrough=""
1336                                        />
1337                                </FileConfiguration>
1338                                <FileConfiguration
1339                                        Name="Debug-MemCheck|Win32"
1340                                        >
1341                                        <Tool
1342                                                Name="VCCLCompilerTool"
1343                                                UsePrecompiledHeader="0"
1344                                                PrecompiledHeaderThrough=""
1345                                        />
1346                                </FileConfiguration>
1347                                <FileConfiguration
1348                                        Name="Debug-MemCheck|x64"
1349                                        >
1350                                        <Tool
1351                                                Name="VCCLCompilerTool"
1352                                                UsePrecompiledHeader="0"
1353                                                PrecompiledHeaderThrough=""
1354                                        />
1355                                </FileConfiguration>
1356                                <FileConfiguration
1357                                        Name="Debug|Itanium"
1358                                        >
1359                                        <Tool
1360                                                Name="VCCLCompilerTool"
1361                                                UsePrecompiledHeader="0"
1362                                                PrecompiledHeaderThrough=""
1363                                        />
1364                                </FileConfiguration>
1365                                <FileConfiguration
1366                                        Name="Release|Itanium"
1367                                        >
1368                                        <Tool
1369                                                Name="VCCLCompilerTool"
1370                                                UsePrecompiledHeader="0"
1371                                                PrecompiledHeaderThrough=""
1372                                        />
1373                                </FileConfiguration>
1374                                <FileConfiguration
1375                                        Name="Distribution|Itanium"
1376                                        >
1377                                        <Tool
1378                                                Name="VCCLCompilerTool"
1379                                                UsePrecompiledHeader="0"
1380                                                PrecompiledHeaderThrough=""
1381                                        />
1382                                </FileConfiguration>
1383                                <FileConfiguration
1384                                        Name="Nightly|Itanium"
1385                                        >
1386                                        <Tool
1387                                                Name="VCCLCompilerTool"
1388                                                UsePrecompiledHeader="0"
1389                                                PrecompiledHeaderThrough=""
1390                                        />
1391                                </FileConfiguration>
1392                                <FileConfiguration
1393                                        Name="Debug-MemCheck|Itanium"
1394                                        >
1395                                        <Tool
1396                                                Name="VCCLCompilerTool"
1397                                                UsePrecompiledHeader="0"
1398                                                PrecompiledHeaderThrough=""
1399                                        />
1400                                </FileConfiguration>
1401                        </File>
1402                        <File
1403                                RelativePath=".\NRPEListener.cpp"
1404                                >
1405                        </File>
1406                        <File
1407                                RelativePath=".\NRPEListener.def"
1408                                >
1409                        </File>
1410                        <File
1411                                RelativePath=".\NRPEPacket.cpp"
1412                                >
1413                        </File>
1414                        <File
1415                                RelativePath="..\..\include\NSCHelper.cpp"
1416                                >
1417                                <FileConfiguration
1418                                        Name="Debug|Win32"
1419                                        >
1420                                        <Tool
1421                                                Name="VCCLCompilerTool"
1422                                                UsePrecompiledHeader="0"
1423                                                PrecompiledHeaderThrough=""
1424                                        />
1425                                </FileConfiguration>
1426                                <FileConfiguration
1427                                        Name="Debug|x64"
1428                                        >
1429                                        <Tool
1430                                                Name="VCCLCompilerTool"
1431                                                UsePrecompiledHeader="0"
1432                                                PrecompiledHeaderThrough=""
1433                                        />
1434                                </FileConfiguration>
1435                                <FileConfiguration
1436                                        Name="Release|Win32"
1437                                        >
1438                                        <Tool
1439                                                Name="VCCLCompilerTool"
1440                                                UsePrecompiledHeader="0"
1441                                                PrecompiledHeaderThrough=""
1442                                        />
1443                                </FileConfiguration>
1444                                <FileConfiguration
1445                                        Name="Release|x64"
1446                                        >
1447                                        <Tool
1448                                                Name="VCCLCompilerTool"
1449                                                UsePrecompiledHeader="0"
1450                                                PrecompiledHeaderThrough=""
1451                                        />
1452                                </FileConfiguration>
1453                                <FileConfiguration
1454                                        Name="Distribution|Win32"
1455                                        >
1456                                        <Tool
1457                                                Name="VCCLCompilerTool"
1458                                                UsePrecompiledHeader="0"
1459                                                PrecompiledHeaderThrough=""
1460                                        />
1461                                </FileConfiguration>
1462                                <FileConfiguration
1463                                        Name="Distribution|x64"
1464                                        >
1465                                        <Tool
1466                                                Name="VCCLCompilerTool"
1467                                                UsePrecompiledHeader="0"
1468                                                PrecompiledHeaderThrough=""
1469                                        />
1470                                </FileConfiguration>
1471                                <FileConfiguration
1472                                        Name="Nightly|Win32"
1473                                        >
1474                                        <Tool
1475                                                Name="VCCLCompilerTool"
1476                                                UsePrecompiledHeader="0"
1477                                                PrecompiledHeaderThrough=""
1478                                        />
1479                                </FileConfiguration>
1480                                <FileConfiguration
1481                                        Name="Nightly|x64"
1482                                        >
1483                                        <Tool
1484                                                Name="VCCLCompilerTool"
1485                                                UsePrecompiledHeader="0"
1486                                                PrecompiledHeaderThrough=""
1487                                        />
1488                                </FileConfiguration>
1489                                <FileConfiguration
1490                                        Name="Debug-MemCheck|Win32"
1491                                        >
1492                                        <Tool
1493                                                Name="VCCLCompilerTool"
1494                                                UsePrecompiledHeader="0"
1495                                                PrecompiledHeaderThrough=""
1496                                        />
1497                                </FileConfiguration>
1498                                <FileConfiguration
1499                                        Name="Debug-MemCheck|x64"
1500                                        >
1501                                        <Tool
1502                                                Name="VCCLCompilerTool"
1503                                                UsePrecompiledHeader="0"
1504                                                PrecompiledHeaderThrough=""
1505                                        />
1506                                </FileConfiguration>
1507                                <FileConfiguration
1508                                        Name="Debug|Itanium"
1509                                        >
1510                                        <Tool
1511                                                Name="VCCLCompilerTool"
1512                                                UsePrecompiledHeader="0"
1513                                                PrecompiledHeaderThrough=""
1514                                        />
1515                                </FileConfiguration>
1516                                <FileConfiguration
1517                                        Name="Release|Itanium"
1518                                        >
1519                                        <Tool
1520                                                Name="VCCLCompilerTool"
1521                                                UsePrecompiledHeader="0"
1522                                                PrecompiledHeaderThrough=""
1523                                        />
1524                                </FileConfiguration>
1525                                <FileConfiguration
1526                                        Name="Distribution|Itanium"
1527                                        >
1528                                        <Tool
1529                                                Name="VCCLCompilerTool"
1530                                                UsePrecompiledHeader="0"
1531                                                PrecompiledHeaderThrough=""
1532                                        />
1533                                </FileConfiguration>
1534                                <FileConfiguration
1535                                        Name="Nightly|Itanium"
1536                                        >
1537                                        <Tool
1538                                                Name="VCCLCompilerTool"
1539                                                UsePrecompiledHeader="0"
1540                                                PrecompiledHeaderThrough=""
1541                                        />
1542                                </FileConfiguration>
1543                                <FileConfiguration
1544                                        Name="Debug-MemCheck|Itanium"
1545                                        >
1546                                        <Tool
1547                                                Name="VCCLCompilerTool"
1548                                                UsePrecompiledHeader="0"
1549                                                PrecompiledHeaderThrough=""
1550                                        />
1551                                </FileConfiguration>
1552                        </File>
1553                        <File
1554                                RelativePath="..\..\include\Socket.cpp"
1555                                >
1556                                <FileConfiguration
1557                                        Name="Debug|Win32"
1558                                        >
1559                                        <Tool
1560                                                Name="VCCLCompilerTool"
1561                                                UsePrecompiledHeader="0"
1562                                                PrecompiledHeaderThrough=""
1563                                        />
1564                                </FileConfiguration>
1565                                <FileConfiguration
1566                                        Name="Debug|x64"
1567                                        >
1568                                        <Tool
1569                                                Name="VCCLCompilerTool"
1570                                                UsePrecompiledHeader="0"
1571                                                PrecompiledHeaderThrough=""
1572                                        />
1573                                </FileConfiguration>
1574                                <FileConfiguration
1575                                        Name="Release|Win32"
1576                                        >
1577                                        <Tool
1578                                                Name="VCCLCompilerTool"
1579                                                UsePrecompiledHeader="0"
1580                                                PrecompiledHeaderThrough=""
1581                                        />
1582                                </FileConfiguration>
1583                                <FileConfiguration
1584                                        Name="Release|x64"
1585                                        >
1586                                        <Tool
1587                                                Name="VCCLCompilerTool"
1588                                                UsePrecompiledHeader="0"
1589                                                PrecompiledHeaderThrough=""
1590                                        />
1591                                </FileConfiguration>
1592                                <FileConfiguration
1593                                        Name="Distribution|Win32"
1594                                        >
1595                                        <Tool
1596                                                Name="VCCLCompilerTool"
1597                                                UsePrecompiledHeader="0"
1598                                                PrecompiledHeaderThrough=""
1599                                        />
1600                                </FileConfiguration>
1601                                <FileConfiguration
1602                                        Name="Distribution|x64"
1603                                        >
1604                                        <Tool
1605                                                Name="VCCLCompilerTool"
1606                                                UsePrecompiledHeader="0"
1607                                                PrecompiledHeaderThrough=""
1608                                        />
1609                                </FileConfiguration>
1610                                <FileConfiguration
1611                                        Name="Nightly|Win32"
1612                                        >
1613                                        <Tool
1614                                                Name="VCCLCompilerTool"
1615                                                UsePrecompiledHeader="0"
1616                                                PrecompiledHeaderThrough=""
1617                                        />
1618                                </FileConfiguration>
1619                                <FileConfiguration
1620                                        Name="Nightly|x64"
1621                                        >
1622                                        <Tool
1623                                                Name="VCCLCompilerTool"
1624                                                UsePrecompiledHeader="0"
1625                                                PrecompiledHeaderThrough=""
1626                                        />
1627                                </FileConfiguration>
1628                                <FileConfiguration
1629                                        Name="Debug-MemCheck|Win32"
1630                                        >
1631                                        <Tool
1632                                                Name="VCCLCompilerTool"
1633                                                UsePrecompiledHeader="0"
1634                                                PrecompiledHeaderThrough=""
1635                                        />
1636                                </FileConfiguration>
1637                                <FileConfiguration
1638                                        Name="Debug-MemCheck|x64"
1639                                        >
1640                                        <Tool
1641                                                Name="VCCLCompilerTool"
1642                                                UsePrecompiledHeader="0"
1643                                                PrecompiledHeaderThrough=""
1644                                        />
1645                                </FileConfiguration>
1646                                <FileConfiguration
1647                                        Name="Debug|Itanium"
1648                                        >
1649                                        <Tool
1650                                                Name="VCCLCompilerTool"
1651                                                UsePrecompiledHeader="0"
1652                                                PrecompiledHeaderThrough=""
1653                                        />
1654                                </FileConfiguration>
1655                                <FileConfiguration
1656                                        Name="Release|Itanium"
1657                                        >
1658                                        <Tool
1659                                                Name="VCCLCompilerTool"
1660                                                UsePrecompiledHeader="0"
1661                                                PrecompiledHeaderThrough=""
1662                                        />
1663                                </FileConfiguration>
1664                                <FileConfiguration
1665                                        Name="Distribution|Itanium"
1666                                        >
1667                                        <Tool
1668                                                Name="VCCLCompilerTool"
1669                                                UsePrecompiledHeader="0"
1670                                                PrecompiledHeaderThrough=""
1671                                        />
1672                                </FileConfiguration>
1673                                <FileConfiguration
1674                                        Name="Nightly|Itanium"
1675                                        >
1676                                        <Tool
1677                                                Name="VCCLCompilerTool"
1678                                                UsePrecompiledHeader="0"
1679                                                PrecompiledHeaderThrough=""
1680                                        />
1681                                </FileConfiguration>
1682                                <FileConfiguration
1683                                        Name="Debug-MemCheck|Itanium"
1684                                        >
1685                                        <Tool
1686                                                Name="VCCLCompilerTool"
1687                                                UsePrecompiledHeader="0"
1688                                                PrecompiledHeaderThrough=""
1689                                        />
1690                                </FileConfiguration>
1691                        </File>
1692                        <File
1693                                RelativePath="..\..\include\SSLSocket.cpp"
1694                                >
1695                                <FileConfiguration
1696                                        Name="Debug|Win32"
1697                                        >
1698                                        <Tool
1699                                                Name="VCCLCompilerTool"
1700                                                UsePrecompiledHeader="0"
1701                                                PrecompiledHeaderThrough=""
1702                                        />
1703                                </FileConfiguration>
1704                                <FileConfiguration
1705                                        Name="Debug|x64"
1706                                        >
1707                                        <Tool
1708                                                Name="VCCLCompilerTool"
1709                                                UsePrecompiledHeader="0"
1710                                                PrecompiledHeaderThrough=""
1711                                        />
1712                                </FileConfiguration>
1713                                <FileConfiguration
1714                                        Name="Release|Win32"
1715                                        >
1716                                        <Tool
1717                                                Name="VCCLCompilerTool"
1718                                                UsePrecompiledHeader="0"
1719                                                PrecompiledHeaderThrough=""
1720                                        />
1721                                </FileConfiguration>
1722                                <FileConfiguration
1723                                        Name="Release|x64"
1724                                        >
1725                                        <Tool
1726                                                Name="VCCLCompilerTool"
1727                                                UsePrecompiledHeader="0"
1728                                                PrecompiledHeaderThrough=""
1729                                        />
1730                                </FileConfiguration>
1731                                <FileConfiguration
1732                                        Name="Distribution|Win32"
1733                                        >
1734                                        <Tool
1735                                                Name="VCCLCompilerTool"
1736                                                UsePrecompiledHeader="0"
1737                                                PrecompiledHeaderThrough=""
1738                                        />
1739                                </FileConfiguration>
1740                                <FileConfiguration
1741                                        Name="Distribution|x64"
1742                                        >
1743                                        <Tool
1744                                                Name="VCCLCompilerTool"
1745                                                UsePrecompiledHeader="0"
1746                                                PrecompiledHeaderThrough=""
1747                                        />
1748                                </FileConfiguration>
1749                                <FileConfiguration
1750                                        Name="Nightly|Win32"
1751                                        >
1752                                        <Tool
1753                                                Name="VCCLCompilerTool"
1754                                                UsePrecompiledHeader="0"
1755                                                PrecompiledHeaderThrough=""
1756                                        />
1757                                </FileConfiguration>
1758                                <FileConfiguration
1759                                        Name="Nightly|x64"
1760                                        >
1761                                        <Tool
1762                                                Name="VCCLCompilerTool"
1763                                                UsePrecompiledHeader="0"
1764                                                PrecompiledHeaderThrough=""
1765                                        />
1766                                </FileConfiguration>
1767                                <FileConfiguration
1768                                        Name="Debug-MemCheck|Win32"
1769                                        >
1770                                        <Tool
1771                                                Name="VCCLCompilerTool"
1772                                                UsePrecompiledHeader="0"
1773                                                PrecompiledHeaderThrough=""
1774                                        />
1775                                </FileConfiguration>
1776                                <FileConfiguration
1777                                        Name="Debug-MemCheck|x64"
1778                                        >
1779                                        <Tool
1780                                                Name="VCCLCompilerTool"
1781                                                UsePrecompiledHeader="0"
1782                                                PrecompiledHeaderThrough=""
1783                                        />
1784                                </FileConfiguration>
1785                                <FileConfiguration
1786                                        Name="Debug|Itanium"
1787                                        >
1788                                        <Tool
1789                                                Name="VCCLCompilerTool"
1790                                                UsePrecompiledHeader="0"
1791                                                PrecompiledHeaderThrough=""
1792                                        />
1793                                </FileConfiguration>
1794                                <FileConfiguration
1795                                        Name="Release|Itanium"
1796                                        >
1797                                        <Tool
1798                                                Name="VCCLCompilerTool"
1799                                                UsePrecompiledHeader="0"
1800                                                PrecompiledHeaderThrough=""
1801                                        />
1802                                </FileConfiguration>
1803                                <FileConfiguration
1804                                        Name="Distribution|Itanium"
1805                                        >
1806                                        <Tool
1807                                                Name="VCCLCompilerTool"
1808                                                UsePrecompiledHeader="0"
1809                                                PrecompiledHeaderThrough=""
1810                                        />
1811                                </FileConfiguration>
1812                                <FileConfiguration
1813                                        Name="Nightly|Itanium"
1814                                        >
1815                                        <Tool
1816                                                Name="VCCLCompilerTool"
1817                                                UsePrecompiledHeader="0"
1818                                                PrecompiledHeaderThrough=""
1819                                        />
1820                                </FileConfiguration>
1821                                <FileConfiguration
1822                                        Name="Debug-MemCheck|Itanium"
1823                                        >
1824                                        <Tool
1825                                                Name="VCCLCompilerTool"
1826                                                UsePrecompiledHeader="0"
1827                                                PrecompiledHeaderThrough=""
1828                                        />
1829                                </FileConfiguration>
1830                        </File>
1831                        <File
1832                                RelativePath=".\stdafx.cpp"
1833                                >
1834                                <FileConfiguration
1835                                        Name="Debug|Win32"
1836                                        >
1837                                        <Tool
1838                                                Name="VCCLCompilerTool"
1839                                                UsePrecompiledHeader="1"
1840                                        />
1841                                </FileConfiguration>
1842                                <FileConfiguration
1843                                        Name="Debug|x64"
1844                                        >
1845                                        <Tool
1846                                                Name="VCCLCompilerTool"
1847                                                UsePrecompiledHeader="1"
1848                                        />
1849                                </FileConfiguration>
1850                                <FileConfiguration
1851                                        Name="Release|Win32"
1852                                        >
1853                                        <Tool
1854                                                Name="VCCLCompilerTool"
1855                                                UsePrecompiledHeader="1"
1856                                        />
1857                                </FileConfiguration>
1858                                <FileConfiguration
1859                                        Name="Release|x64"
1860                                        >
1861                                        <Tool
1862                                                Name="VCCLCompilerTool"
1863                                                UsePrecompiledHeader="1"
1864                                        />
1865                                </FileConfiguration>
1866                                <FileConfiguration
1867                                        Name="Distribution|Win32"
1868                                        >
1869                                        <Tool
1870                                                Name="VCCLCompilerTool"
1871                                                UsePrecompiledHeader="1"
1872                                        />
1873                                </FileConfiguration>
1874                                <FileConfiguration
1875                                        Name="Distribution|x64"
1876                                        >
1877                                        <Tool
1878                                                Name="VCCLCompilerTool"
1879                                                UsePrecompiledHeader="1"
1880                                        />
1881                                </FileConfiguration>
1882                                <FileConfiguration
1883                                        Name="Nightly|Win32"
1884                                        >
1885                                        <Tool
1886                                                Name="VCCLCompilerTool"
1887                                                UsePrecompiledHeader="1"
1888                                        />
1889                                </FileConfiguration>
1890                                <FileConfiguration
1891                                        Name="Nightly|x64"
1892                                        >
1893                                        <Tool
1894                                                Name="VCCLCompilerTool"
1895                                                UsePrecompiledHeader="1"
1896                                        />
1897                                </FileConfiguration>
1898                                <FileConfiguration
1899                                        Name="Debug-MemCheck|Win32"
1900                                        >
1901                                        <Tool
1902                                                Name="VCCLCompilerTool"
1903                                                UsePrecompiledHeader="1"
1904                                        />
1905                                </FileConfiguration>
1906                                <FileConfiguration
1907                                        Name="Debug-MemCheck|x64"
1908                                        >
1909                                        <Tool
1910                                                Name="VCCLCompilerTool"
1911                                                UsePrecompiledHeader="1"
1912                                        />
1913                                </FileConfiguration>
1914                                <FileConfiguration
1915                                        Name="Debug|Itanium"
1916                                        >
1917                                        <Tool
1918                                                Name="VCCLCompilerTool"
1919                                                UsePrecompiledHeader="1"
1920                                        />
1921                                </FileConfiguration>
1922                                <FileConfiguration
1923                                        Name="Release|Itanium"
1924                                        >
1925                                        <Tool
1926                                                Name="VCCLCompilerTool"
1927                                                UsePrecompiledHeader="1"
1928                                        />
1929                                </FileConfiguration>
1930                                <FileConfiguration
1931                                        Name="Distribution|Itanium"
1932                                        >
1933                                        <Tool
1934                                                Name="VCCLCompilerTool"
1935                                                UsePrecompiledHeader="1"
1936                                        />
1937                                </FileConfiguration>
1938                                <FileConfiguration
1939                                        Name="Nightly|Itanium"
1940                                        >
1941                                        <Tool
1942                                                Name="VCCLCompilerTool"
1943                                                UsePrecompiledHeader="1"
1944                                        />
1945                                </FileConfiguration>
1946                                <FileConfiguration
1947                                        Name="Debug-MemCheck|Itanium"
1948                                        >
1949                                        <Tool
1950                                                Name="VCCLCompilerTool"
1951                                                UsePrecompiledHeader="1"
1952                                        />
1953                                </FileConfiguration>
1954                        </File>
1955                        <File
1956                                RelativePath="..\..\include\utils.cpp"
1957                                >
1958                                <FileConfiguration
1959                                        Name="Debug|Win32"
1960                                        >
1961                                        <Tool
1962                                                Name="VCCLCompilerTool"
1963                                                UsePrecompiledHeader="0"
1964                                                PrecompiledHeaderThrough=""
1965                                        />
1966                                </FileConfiguration>
1967                                <FileConfiguration
1968                                        Name="Debug|x64"
1969                                        >
1970                                        <Tool
1971                                                Name="VCCLCompilerTool"
1972                                                UsePrecompiledHeader="0"
1973                                                PrecompiledHeaderThrough=""
1974                                        />
1975                                </FileConfiguration>
1976                                <FileConfiguration
1977                                        Name="Release|Win32"
1978                                        >
1979                                        <Tool
1980                                                Name="VCCLCompilerTool"
1981                                                UsePrecompiledHeader="0"
1982                                                PrecompiledHeaderThrough=""
1983                                        />
1984                                </FileConfiguration>
1985                                <FileConfiguration
1986                                        Name="Release|x64"
1987                                        >
1988                                        <Tool
1989                                                Name="VCCLCompilerTool"
1990                                                UsePrecompiledHeader="0"
1991                                                PrecompiledHeaderThrough=""
1992                                        />
1993                                </FileConfiguration>
1994                                <FileConfiguration
1995                                        Name="Distribution|Win32"
1996                                        >
1997                                        <Tool
1998                                                Name="VCCLCompilerTool"
1999                                                UsePrecompiledHeader="0"
2000                                                PrecompiledHeaderThrough=""
2001                                        />
2002                                </FileConfiguration>
2003                                <FileConfiguration
2004                                        Name="Distribution|x64"
2005                                        >
2006                                        <Tool
2007                                                Name="VCCLCompilerTool"
2008                                                UsePrecompiledHeader="0"
2009                                                PrecompiledHeaderThrough=""
2010                                        />
2011                                </FileConfiguration>
2012                                <FileConfiguration
2013                                        Name="Nightly|Win32"
2014                                        >
2015                                        <Tool
2016                                                Name="VCCLCompilerTool"
2017                                                UsePrecompiledHeader="0"
2018                                                PrecompiledHeaderThrough=""
2019                                        />
2020                                </FileConfiguration>
2021                                <FileConfiguration
2022                                        Name="Nightly|x64"
2023                                        >
2024                                        <Tool
2025                                                Name="VCCLCompilerTool"
2026                                                UsePrecompiledHeader="0"
2027                                                PrecompiledHeaderThrough=""
2028                                        />
2029                                </FileConfiguration>
2030                                <FileConfiguration
2031                                        Name="Debug-MemCheck|Win32"
2032                                        >
2033                                        <Tool
2034                                                Name="VCCLCompilerTool"
2035                                                UsePrecompiledHeader="0"
2036                                                PrecompiledHeaderThrough=""
2037                                        />
2038                                </FileConfiguration>
2039                                <FileConfiguration
2040                                        Name="Debug-MemCheck|x64"
2041                                        >
2042                                        <Tool
2043                                                Name="VCCLCompilerTool"
2044                                                UsePrecompiledHeader="0"
2045                                                PrecompiledHeaderThrough=""
2046                                        />
2047                                </FileConfiguration>
2048                                <FileConfiguration
2049                                        Name="Debug|Itanium"
2050                                        >
2051                                        <Tool
2052                                                Name="VCCLCompilerTool"
2053                                                UsePrecompiledHeader="0"
2054                                                PrecompiledHeaderThrough=""
2055                                        />
2056                                </FileConfiguration>
2057                                <FileConfiguration
2058                                        Name="Release|Itanium"
2059                                        >
2060                                        <Tool
2061                                                Name="VCCLCompilerTool"
2062                                                UsePrecompiledHeader="0"
2063                                                PrecompiledHeaderThrough=""
2064                                        />
2065                                </FileConfiguration>
2066                                <FileConfiguration
2067                                        Name="Distribution|Itanium"
2068                                        >
2069                                        <Tool
2070                                                Name="VCCLCompilerTool"
2071                                                UsePrecompiledHeader="0"
2072                                                PrecompiledHeaderThrough=""
2073                                        />
2074                                </FileConfiguration>
2075                                <FileConfiguration
2076                                        Name="Nightly|Itanium"
2077                                        >
2078                                        <Tool
2079                                                Name="VCCLCompilerTool"
2080                                                UsePrecompiledHeader="0"
2081                                                PrecompiledHeaderThrough=""
2082                                        />
2083                                </FileConfiguration>
2084                                <FileConfiguration
2085                                        Name="Debug-MemCheck|Itanium"
2086                                        >
2087                                        <Tool
2088                                                Name="VCCLCompilerTool"
2089                                                UsePrecompiledHeader="0"
2090                                                PrecompiledHeaderThrough=""
2091                                        />
2092                                </FileConfiguration>
2093                        </File>
2094                </Filter>
2095                <Filter
2096                        Name="Header Files"
2097                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
2098                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
2099                        >
2100                        <File
2101                                RelativePath="..\..\include\charEx.h"
2102                                >
2103                        </File>
2104                        <File
2105                                RelativePath="..\..\include\config.h"
2106                                >
2107                        </File>
2108                        <File
2109                                RelativePath="..\..\include\error.hpp"
2110                                >
2111                        </File>
2112                        <File
2113                                RelativePath=".\NRPEListener.h"
2114                                >
2115                        </File>
2116                        <File
2117                                RelativePath=".\NRPEPacket.h"
2118                                >
2119                        </File>
2120                        <File
2121                                RelativePath="..\..\include\NSCHelper.h"
2122                                >
2123                        </File>
2124                        <File
2125                                RelativePath="..\..\include\Socket.h"
2126                                >
2127                        </File>
2128                        <File
2129                                RelativePath="..\..\include\SSLSocket.h"
2130                                >
2131                        </File>
2132                        <File
2133                                RelativePath=".\stdafx.h"
2134                                >
2135                        </File>
2136                        <File
2137                                RelativePath="..\..\include\thread.h"
2138                                >
2139                        </File>
2140                        <File
2141                                RelativePath="..\..\include\utils.h"
2142                                >
2143                        </File>
2144                </Filter>
2145                <Filter
2146                        Name="Resource Files"
2147                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2148                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
2149                        >
2150                </Filter>
2151                <File
2152                        RelativePath=".\ReadMe.txt"
2153                        >
2154                </File>
2155        </Files>
2156        <Globals>
2157        </Globals>
2158</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.