source: nscp/modules/NRPEListener/NRPEListener.vcproj @ 0bc9fdd

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

made some build changes (removed warnings)

  • Property mode set to 100644
File size: 25.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="NRPEListener"
6        ProjectGUID="{2FF60AF6-09AA-49AB-B414-2E8FD01655C6}"
7        RootNamespace="NRPEListener"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="$(ConfigurationName)"
25                        IntermediateDirectory="$(ConfigurationName)"
26                        ConfigurationType="2"
27                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
28                        CharacterSet="2"
29                        >
30                        <Tool
31                                Name="VCPreBuildEventTool"
32                        />
33                        <Tool
34                                Name="VCCustomBuildTool"
35                        />
36                        <Tool
37                                Name="VCXMLDataGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCWebServiceProxyGeneratorTool"
41                        />
42                        <Tool
43                                Name="VCMIDLTool"
44                        />
45                        <Tool
46                                Name="VCCLCompilerTool"
47                                Optimization="0"
48                                AdditionalIncludeDirectories="../include;../../include"
49                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
50                                MinimalRebuild="true"
51                                BasicRuntimeChecks="3"
52                                RuntimeLibrary="1"
53                                UsePrecompiledHeader="2"
54                                WarningLevel="3"
55                                Detect64BitPortabilityProblems="false"
56                                DebugInformationFormat="4"
57                        />
58                        <Tool
59                                Name="VCManagedResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCResourceCompilerTool"
63                        />
64                        <Tool
65                                Name="VCPreLinkEventTool"
66                        />
67                        <Tool
68                                Name="VCLinkerTool"
69                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
70                                OutputFile="../../Debug/modules/$(ProjectName).dll"
71                                LinkIncremental="2"
72                                AdditionalLibraryDirectories=""
73                                ModuleDefinitionFile="NRPEListener.def"
74                                GenerateDebugInformation="true"
75                                ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb"
76                                SubSystem="2"
77                                RandomizedBaseAddress="1"
78                                DataExecutionPrevention="0"
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="VCPostBuildEventTool"
102                        />
103                </Configuration>
104                <Configuration
105                        Name="Debug|x64"
106                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
107                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
108                        ConfigurationType="2"
109                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
110                        CharacterSet="2"
111                        >
112                        <Tool
113                                Name="VCPreBuildEventTool"
114                        />
115                        <Tool
116                                Name="VCCustomBuildTool"
117                        />
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCWebServiceProxyGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCMIDLTool"
126                                TargetEnvironment="3"
127                        />
128                        <Tool
129                                Name="VCCLCompilerTool"
130                                Optimization="0"
131                                AdditionalIncludeDirectories="../include;../../include"
132                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
133                                MinimalRebuild="true"
134                                BasicRuntimeChecks="3"
135                                RuntimeLibrary="1"
136                                UsePrecompiledHeader="2"
137                                WarningLevel="3"
138                                Detect64BitPortabilityProblems="false"
139                                DebugInformationFormat="3"
140                        />
141                        <Tool
142                                Name="VCManagedResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCResourceCompilerTool"
146                        />
147                        <Tool
148                                Name="VCPreLinkEventTool"
149                        />
150                        <Tool
151                                Name="VCLinkerTool"
152                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
153                                OutputFile="../../Debug/modules/$(ProjectName).dll"
154                                LinkIncremental="2"
155                                AdditionalLibraryDirectories=""
156                                IgnoreDefaultLibraryNames="MSVCRT"
157                                ModuleDefinitionFile="NRPEListener.def"
158                                GenerateDebugInformation="true"
159                                ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb"
160                                SubSystem="2"
161                                RandomizedBaseAddress="1"
162                                DataExecutionPrevention="0"
163                                ImportLibrary="$(OutDir)/NRPEListener.lib"
164                                TargetMachine="17"
165                        />
166                        <Tool
167                                Name="VCALinkTool"
168                        />
169                        <Tool
170                                Name="VCManifestTool"
171                        />
172                        <Tool
173                                Name="VCXDCMakeTool"
174                        />
175                        <Tool
176                                Name="VCBscMakeTool"
177                        />
178                        <Tool
179                                Name="VCFxCopTool"
180                        />
181                        <Tool
182                                Name="VCAppVerifierTool"
183                        />
184                        <Tool
185                                Name="VCPostBuildEventTool"
186                        />
187                </Configuration>
188                <Configuration
189                        Name="Release|Win32"
190                        OutputDirectory="Release"
191                        IntermediateDirectory="Release"
192                        ConfigurationType="2"
193                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
194                        CharacterSet="2"
195                        >
196                        <Tool
197                                Name="VCPreBuildEventTool"
198                        />
199                        <Tool
200                                Name="VCCustomBuildTool"
201                        />
202                        <Tool
203                                Name="VCXMLDataGeneratorTool"
204                        />
205                        <Tool
206                                Name="VCWebServiceProxyGeneratorTool"
207                        />
208                        <Tool
209                                Name="VCMIDLTool"
210                        />
211                        <Tool
212                                Name="VCCLCompilerTool"
213                                AdditionalIncludeDirectories="../include;../../include"
214                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
215                                RuntimeLibrary="0"
216                                UsePrecompiledHeader="2"
217                                WarningLevel="3"
218                                Detect64BitPortabilityProblems="false"
219                                DebugInformationFormat="3"
220                        />
221                        <Tool
222                                Name="VCManagedResourceCompilerTool"
223                        />
224                        <Tool
225                                Name="VCResourceCompilerTool"
226                        />
227                        <Tool
228                                Name="VCPreLinkEventTool"
229                        />
230                        <Tool
231                                Name="VCLinkerTool"
232                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
233                                OutputFile="../../Release/modules/$(ProjectName).dll"
234                                LinkIncremental="1"
235                                AdditionalLibraryDirectories=""
236                                ModuleDefinitionFile="NRPEListener.def"
237                                GenerateDebugInformation="false"
238                                SubSystem="2"
239                                OptimizeReferences="2"
240                                EnableCOMDATFolding="2"
241                                RandomizedBaseAddress="1"
242                                DataExecutionPrevention="0"
243                                ImportLibrary="$(OutDir)/NRPEListener.lib"
244                                TargetMachine="1"
245                        />
246                        <Tool
247                                Name="VCALinkTool"
248                        />
249                        <Tool
250                                Name="VCManifestTool"
251                        />
252                        <Tool
253                                Name="VCXDCMakeTool"
254                        />
255                        <Tool
256                                Name="VCBscMakeTool"
257                        />
258                        <Tool
259                                Name="VCFxCopTool"
260                        />
261                        <Tool
262                                Name="VCAppVerifierTool"
263                        />
264                        <Tool
265                                Name="VCPostBuildEventTool"
266                        />
267                </Configuration>
268                <Configuration
269                        Name="Release|x64"
270                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
271                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
272                        ConfigurationType="2"
273                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
274                        CharacterSet="2"
275                        >
276                        <Tool
277                                Name="VCPreBuildEventTool"
278                        />
279                        <Tool
280                                Name="VCCustomBuildTool"
281                        />
282                        <Tool
283                                Name="VCXMLDataGeneratorTool"
284                        />
285                        <Tool
286                                Name="VCWebServiceProxyGeneratorTool"
287                        />
288                        <Tool
289                                Name="VCMIDLTool"
290                                TargetEnvironment="3"
291                        />
292                        <Tool
293                                Name="VCCLCompilerTool"
294                                AdditionalIncludeDirectories="../include;../../include"
295                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
296                                RuntimeLibrary="0"
297                                UsePrecompiledHeader="2"
298                                WarningLevel="3"
299                                Detect64BitPortabilityProblems="false"
300                                DebugInformationFormat="3"
301                        />
302                        <Tool
303                                Name="VCManagedResourceCompilerTool"
304                        />
305                        <Tool
306                                Name="VCResourceCompilerTool"
307                        />
308                        <Tool
309                                Name="VCPreLinkEventTool"
310                        />
311                        <Tool
312                                Name="VCLinkerTool"
313                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
314                                OutputFile="../../Release/modules/$(ProjectName).dll"
315                                LinkIncremental="1"
316                                AdditionalLibraryDirectories=""
317                                ModuleDefinitionFile="NRPEListener.def"
318                                GenerateDebugInformation="false"
319                                SubSystem="2"
320                                OptimizeReferences="2"
321                                EnableCOMDATFolding="2"
322                                RandomizedBaseAddress="1"
323                                DataExecutionPrevention="0"
324                                ImportLibrary="$(OutDir)/NRPEListener.lib"
325                                TargetMachine="17"
326                        />
327                        <Tool
328                                Name="VCALinkTool"
329                        />
330                        <Tool
331                                Name="VCManifestTool"
332                        />
333                        <Tool
334                                Name="VCXDCMakeTool"
335                        />
336                        <Tool
337                                Name="VCBscMakeTool"
338                        />
339                        <Tool
340                                Name="VCFxCopTool"
341                        />
342                        <Tool
343                                Name="VCAppVerifierTool"
344                        />
345                        <Tool
346                                Name="VCPostBuildEventTool"
347                        />
348                </Configuration>
349                <Configuration
350                        Name="Distribution|Win32"
351                        OutputDirectory="$(ConfigurationName)"
352                        IntermediateDirectory="$(ConfigurationName)"
353                        ConfigurationType="2"
354                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
355                        CharacterSet="2"
356                        >
357                        <Tool
358                                Name="VCPreBuildEventTool"
359                        />
360                        <Tool
361                                Name="VCCustomBuildTool"
362                        />
363                        <Tool
364                                Name="VCXMLDataGeneratorTool"
365                        />
366                        <Tool
367                                Name="VCWebServiceProxyGeneratorTool"
368                        />
369                        <Tool
370                                Name="VCMIDLTool"
371                        />
372                        <Tool
373                                Name="VCCLCompilerTool"
374                                AdditionalIncludeDirectories="../include;../../include"
375                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
376                                RuntimeLibrary="0"
377                                UsePrecompiledHeader="2"
378                                WarningLevel="3"
379                                Detect64BitPortabilityProblems="false"
380                                DebugInformationFormat="3"
381                        />
382                        <Tool
383                                Name="VCManagedResourceCompilerTool"
384                        />
385                        <Tool
386                                Name="VCResourceCompilerTool"
387                        />
388                        <Tool
389                                Name="VCPreLinkEventTool"
390                        />
391                        <Tool
392                                Name="VCLinkerTool"
393                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
394                                OutputFile="../../Dist/modules/$(ProjectName).dll"
395                                LinkIncremental="1"
396                                ModuleDefinitionFile="NRPEListener.def"
397                                GenerateDebugInformation="false"
398                                SubSystem="2"
399                                OptimizeReferences="2"
400                                EnableCOMDATFolding="2"
401                                RandomizedBaseAddress="1"
402                                DataExecutionPrevention="0"
403                                ImportLibrary="$(OutDir)/NRPEListener.lib"
404                                TargetMachine="1"
405                        />
406                        <Tool
407                                Name="VCALinkTool"
408                        />
409                        <Tool
410                                Name="VCManifestTool"
411                        />
412                        <Tool
413                                Name="VCXDCMakeTool"
414                        />
415                        <Tool
416                                Name="VCBscMakeTool"
417                        />
418                        <Tool
419                                Name="VCFxCopTool"
420                        />
421                        <Tool
422                                Name="VCAppVerifierTool"
423                        />
424                        <Tool
425                                Name="VCPostBuildEventTool"
426                        />
427                </Configuration>
428                <Configuration
429                        Name="Distribution|x64"
430                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
431                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
432                        ConfigurationType="2"
433                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
434                        CharacterSet="2"
435                        >
436                        <Tool
437                                Name="VCPreBuildEventTool"
438                        />
439                        <Tool
440                                Name="VCCustomBuildTool"
441                        />
442                        <Tool
443                                Name="VCXMLDataGeneratorTool"
444                        />
445                        <Tool
446                                Name="VCWebServiceProxyGeneratorTool"
447                        />
448                        <Tool
449                                Name="VCMIDLTool"
450                                TargetEnvironment="3"
451                        />
452                        <Tool
453                                Name="VCCLCompilerTool"
454                                AdditionalIncludeDirectories="../include;../../include"
455                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
456                                RuntimeLibrary="0"
457                                UsePrecompiledHeader="2"
458                                WarningLevel="3"
459                                Detect64BitPortabilityProblems="false"
460                                DebugInformationFormat="3"
461                        />
462                        <Tool
463                                Name="VCManagedResourceCompilerTool"
464                        />
465                        <Tool
466                                Name="VCResourceCompilerTool"
467                        />
468                        <Tool
469                                Name="VCPreLinkEventTool"
470                        />
471                        <Tool
472                                Name="VCLinkerTool"
473                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
474                                OutputFile="../../Dist/modules/$(ProjectName).dll"
475                                LinkIncremental="1"
476                                ModuleDefinitionFile="NRPEListener.def"
477                                GenerateDebugInformation="false"
478                                SubSystem="2"
479                                OptimizeReferences="2"
480                                EnableCOMDATFolding="2"
481                                RandomizedBaseAddress="1"
482                                DataExecutionPrevention="0"
483                                ImportLibrary="$(OutDir)/NRPEListener.lib"
484                                TargetMachine="17"
485                        />
486                        <Tool
487                                Name="VCALinkTool"
488                        />
489                        <Tool
490                                Name="VCManifestTool"
491                        />
492                        <Tool
493                                Name="VCXDCMakeTool"
494                        />
495                        <Tool
496                                Name="VCBscMakeTool"
497                        />
498                        <Tool
499                                Name="VCFxCopTool"
500                        />
501                        <Tool
502                                Name="VCAppVerifierTool"
503                        />
504                        <Tool
505                                Name="VCPostBuildEventTool"
506                        />
507                </Configuration>
508                <Configuration
509                        Name="Nightly|Win32"
510                        OutputDirectory="$(ConfigurationName)"
511                        IntermediateDirectory="$(ConfigurationName)"
512                        ConfigurationType="2"
513                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
514                        CharacterSet="2"
515                        >
516                        <Tool
517                                Name="VCPreBuildEventTool"
518                        />
519                        <Tool
520                                Name="VCCustomBuildTool"
521                        />
522                        <Tool
523                                Name="VCXMLDataGeneratorTool"
524                        />
525                        <Tool
526                                Name="VCWebServiceProxyGeneratorTool"
527                        />
528                        <Tool
529                                Name="VCMIDLTool"
530                        />
531                        <Tool
532                                Name="VCCLCompilerTool"
533                                AdditionalIncludeDirectories="../include;../../include"
534                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
535                                RuntimeLibrary="0"
536                                UsePrecompiledHeader="2"
537                                WarningLevel="3"
538                                Detect64BitPortabilityProblems="false"
539                                DebugInformationFormat="3"
540                        />
541                        <Tool
542                                Name="VCManagedResourceCompilerTool"
543                        />
544                        <Tool
545                                Name="VCResourceCompilerTool"
546                        />
547                        <Tool
548                                Name="VCPreLinkEventTool"
549                        />
550                        <Tool
551                                Name="VCLinkerTool"
552                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
553                                OutputFile="../../Dist/modules/$(ProjectName).dll"
554                                LinkIncremental="1"
555                                ModuleDefinitionFile="NRPEListener.def"
556                                GenerateDebugInformation="true"
557                                SubSystem="2"
558                                OptimizeReferences="2"
559                                EnableCOMDATFolding="2"
560                                RandomizedBaseAddress="1"
561                                DataExecutionPrevention="0"
562                                ImportLibrary="$(OutDir)/NRPEListener.lib"
563                                TargetMachine="1"
564                        />
565                        <Tool
566                                Name="VCALinkTool"
567                        />
568                        <Tool
569                                Name="VCManifestTool"
570                        />
571                        <Tool
572                                Name="VCXDCMakeTool"
573                        />
574                        <Tool
575                                Name="VCBscMakeTool"
576                        />
577                        <Tool
578                                Name="VCFxCopTool"
579                        />
580                        <Tool
581                                Name="VCAppVerifierTool"
582                        />
583                        <Tool
584                                Name="VCPostBuildEventTool"
585                        />
586                </Configuration>
587                <Configuration
588                        Name="Nightly|x64"
589                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
590                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
591                        ConfigurationType="2"
592                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
593                        CharacterSet="2"
594                        >
595                        <Tool
596                                Name="VCPreBuildEventTool"
597                        />
598                        <Tool
599                                Name="VCCustomBuildTool"
600                        />
601                        <Tool
602                                Name="VCXMLDataGeneratorTool"
603                        />
604                        <Tool
605                                Name="VCWebServiceProxyGeneratorTool"
606                        />
607                        <Tool
608                                Name="VCMIDLTool"
609                                TargetEnvironment="3"
610                        />
611                        <Tool
612                                Name="VCCLCompilerTool"
613                                AdditionalIncludeDirectories="../include;../../include"
614                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
615                                RuntimeLibrary="2"
616                                UsePrecompiledHeader="2"
617                                WarningLevel="3"
618                                Detect64BitPortabilityProblems="false"
619                                DebugInformationFormat="3"
620                        />
621                        <Tool
622                                Name="VCManagedResourceCompilerTool"
623                        />
624                        <Tool
625                                Name="VCResourceCompilerTool"
626                        />
627                        <Tool
628                                Name="VCPreLinkEventTool"
629                        />
630                        <Tool
631                                Name="VCLinkerTool"
632                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
633                                OutputFile="../../Dist/modules/$(ProjectName).dll"
634                                LinkIncremental="1"
635                                ModuleDefinitionFile="NRPEListener.def"
636                                GenerateDebugInformation="true"
637                                SubSystem="2"
638                                OptimizeReferences="2"
639                                EnableCOMDATFolding="2"
640                                RandomizedBaseAddress="1"
641                                DataExecutionPrevention="0"
642                                ImportLibrary="$(OutDir)/NRPEListener.lib"
643                                TargetMachine="17"
644                        />
645                        <Tool
646                                Name="VCALinkTool"
647                        />
648                        <Tool
649                                Name="VCManifestTool"
650                        />
651                        <Tool
652                                Name="VCXDCMakeTool"
653                        />
654                        <Tool
655                                Name="VCBscMakeTool"
656                        />
657                        <Tool
658                                Name="VCFxCopTool"
659                        />
660                        <Tool
661                                Name="VCAppVerifierTool"
662                        />
663                        <Tool
664                                Name="VCPostBuildEventTool"
665                        />
666                </Configuration>
667        </Configurations>
668        <References>
669        </References>
670        <Files>
671                <Filter
672                        Name="Source Files"
673                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
674                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
675                        >
676                        <File
677                                RelativePath="..\..\include\arrayBuffer.cpp"
678                                >
679                                <FileConfiguration
680                                        Name="Debug|Win32"
681                                        >
682                                        <Tool
683                                                Name="VCCLCompilerTool"
684                                                UsePrecompiledHeader="0"
685                                                PrecompiledHeaderThrough=""
686                                        />
687                                </FileConfiguration>
688                                <FileConfiguration
689                                        Name="Debug|x64"
690                                        >
691                                        <Tool
692                                                Name="VCCLCompilerTool"
693                                                UsePrecompiledHeader="0"
694                                                PrecompiledHeaderThrough=""
695                                        />
696                                </FileConfiguration>
697                                <FileConfiguration
698                                        Name="Release|Win32"
699                                        >
700                                        <Tool
701                                                Name="VCCLCompilerTool"
702                                                UsePrecompiledHeader="0"
703                                                PrecompiledHeaderThrough=""
704                                        />
705                                </FileConfiguration>
706                                <FileConfiguration
707                                        Name="Release|x64"
708                                        >
709                                        <Tool
710                                                Name="VCCLCompilerTool"
711                                                UsePrecompiledHeader="0"
712                                                PrecompiledHeaderThrough=""
713                                        />
714                                </FileConfiguration>
715                                <FileConfiguration
716                                        Name="Distribution|Win32"
717                                        >
718                                        <Tool
719                                                Name="VCCLCompilerTool"
720                                                UsePrecompiledHeader="0"
721                                                PrecompiledHeaderThrough=""
722                                        />
723                                </FileConfiguration>
724                                <FileConfiguration
725                                        Name="Distribution|x64"
726                                        >
727                                        <Tool
728                                                Name="VCCLCompilerTool"
729                                                UsePrecompiledHeader="0"
730                                                PrecompiledHeaderThrough=""
731                                        />
732                                </FileConfiguration>
733                                <FileConfiguration
734                                        Name="Nightly|Win32"
735                                        >
736                                        <Tool
737                                                Name="VCCLCompilerTool"
738                                                UsePrecompiledHeader="0"
739                                                PrecompiledHeaderThrough=""
740                                        />
741                                </FileConfiguration>
742                                <FileConfiguration
743                                        Name="Nightly|x64"
744                                        >
745                                        <Tool
746                                                Name="VCCLCompilerTool"
747                                                UsePrecompiledHeader="0"
748                                                PrecompiledHeaderThrough=""
749                                        />
750                                </FileConfiguration>
751                        </File>
752                        <File
753                                RelativePath=".\NRPEListener.cpp"
754                                >
755                        </File>
756                        <File
757                                RelativePath=".\NRPEListener.def"
758                                >
759                        </File>
760                        <File
761                                RelativePath=".\NRPEPacket.cpp"
762                                >
763                        </File>
764                        <File
765                                RelativePath="..\..\include\NSCHelper.cpp"
766                                >
767                                <FileConfiguration
768                                        Name="Debug|Win32"
769                                        >
770                                        <Tool
771                                                Name="VCCLCompilerTool"
772                                                UsePrecompiledHeader="0"
773                                                PrecompiledHeaderThrough=""
774                                        />
775                                </FileConfiguration>
776                                <FileConfiguration
777                                        Name="Debug|x64"
778                                        >
779                                        <Tool
780                                                Name="VCCLCompilerTool"
781                                                UsePrecompiledHeader="0"
782                                                PrecompiledHeaderThrough=""
783                                        />
784                                </FileConfiguration>
785                                <FileConfiguration
786                                        Name="Release|Win32"
787                                        >
788                                        <Tool
789                                                Name="VCCLCompilerTool"
790                                                UsePrecompiledHeader="0"
791                                                PrecompiledHeaderThrough=""
792                                        />
793                                </FileConfiguration>
794                                <FileConfiguration
795                                        Name="Release|x64"
796                                        >
797                                        <Tool
798                                                Name="VCCLCompilerTool"
799                                                UsePrecompiledHeader="0"
800                                                PrecompiledHeaderThrough=""
801                                        />
802                                </FileConfiguration>
803                                <FileConfiguration
804                                        Name="Distribution|Win32"
805                                        >
806                                        <Tool
807                                                Name="VCCLCompilerTool"
808                                                UsePrecompiledHeader="0"
809                                                PrecompiledHeaderThrough=""
810                                        />
811                                </FileConfiguration>
812                                <FileConfiguration
813                                        Name="Distribution|x64"
814                                        >
815                                        <Tool
816                                                Name="VCCLCompilerTool"
817                                                UsePrecompiledHeader="0"
818                                                PrecompiledHeaderThrough=""
819                                        />
820                                </FileConfiguration>
821                                <FileConfiguration
822                                        Name="Nightly|Win32"
823                                        >
824                                        <Tool
825                                                Name="VCCLCompilerTool"
826                                                UsePrecompiledHeader="0"
827                                                PrecompiledHeaderThrough=""
828                                        />
829                                </FileConfiguration>
830                                <FileConfiguration
831                                        Name="Nightly|x64"
832                                        >
833                                        <Tool
834                                                Name="VCCLCompilerTool"
835                                                UsePrecompiledHeader="0"
836                                                PrecompiledHeaderThrough=""
837                                        />
838                                </FileConfiguration>
839                        </File>
840                        <File
841                                RelativePath="..\..\include\Socket.cpp"
842                                >
843                                <FileConfiguration
844                                        Name="Debug|Win32"
845                                        >
846                                        <Tool
847                                                Name="VCCLCompilerTool"
848                                                UsePrecompiledHeader="0"
849                                                PrecompiledHeaderThrough=""
850                                        />
851                                </FileConfiguration>
852                                <FileConfiguration
853                                        Name="Debug|x64"
854                                        >
855                                        <Tool
856                                                Name="VCCLCompilerTool"
857                                                UsePrecompiledHeader="0"
858                                                PrecompiledHeaderThrough=""
859                                        />
860                                </FileConfiguration>
861                                <FileConfiguration
862                                        Name="Release|Win32"
863                                        >
864                                        <Tool
865                                                Name="VCCLCompilerTool"
866                                                UsePrecompiledHeader="0"
867                                                PrecompiledHeaderThrough=""
868                                        />
869                                </FileConfiguration>
870                                <FileConfiguration
871                                        Name="Release|x64"
872                                        >
873                                        <Tool
874                                                Name="VCCLCompilerTool"
875                                                UsePrecompiledHeader="0"
876                                                PrecompiledHeaderThrough=""
877                                        />
878                                </FileConfiguration>
879                                <FileConfiguration
880                                        Name="Distribution|Win32"
881                                        >
882                                        <Tool
883                                                Name="VCCLCompilerTool"
884                                                UsePrecompiledHeader="0"
885                                                PrecompiledHeaderThrough=""
886                                        />
887                                </FileConfiguration>
888                                <FileConfiguration
889                                        Name="Distribution|x64"
890                                        >
891                                        <Tool
892                                                Name="VCCLCompilerTool"
893                                                UsePrecompiledHeader="0"
894                                                PrecompiledHeaderThrough=""
895                                        />
896                                </FileConfiguration>
897                                <FileConfiguration
898                                        Name="Nightly|Win32"
899                                        >
900                                        <Tool
901                                                Name="VCCLCompilerTool"
902                                                UsePrecompiledHeader="0"
903                                                PrecompiledHeaderThrough=""
904                                        />
905                                </FileConfiguration>
906                                <FileConfiguration
907                                        Name="Nightly|x64"
908                                        >
909                                        <Tool
910                                                Name="VCCLCompilerTool"
911                                                UsePrecompiledHeader="0"
912                                                PrecompiledHeaderThrough=""
913                                        />
914                                </FileConfiguration>
915                        </File>
916                        <File
917                                RelativePath="..\..\include\SSLSocket.cpp"
918                                >
919                                <FileConfiguration
920                                        Name="Debug|Win32"
921                                        >
922                                        <Tool
923                                                Name="VCCLCompilerTool"
924                                                UsePrecompiledHeader="0"
925                                                PrecompiledHeaderThrough=""
926                                        />
927                                </FileConfiguration>
928                                <FileConfiguration
929                                        Name="Debug|x64"
930                                        >
931                                        <Tool
932                                                Name="VCCLCompilerTool"
933                                                UsePrecompiledHeader="0"
934                                                PrecompiledHeaderThrough=""
935                                        />
936                                </FileConfiguration>
937                                <FileConfiguration
938                                        Name="Release|Win32"
939                                        >
940                                        <Tool
941                                                Name="VCCLCompilerTool"
942                                                UsePrecompiledHeader="0"
943                                                PrecompiledHeaderThrough=""
944                                        />
945                                </FileConfiguration>
946                                <FileConfiguration
947                                        Name="Release|x64"
948                                        >
949                                        <Tool
950                                                Name="VCCLCompilerTool"
951                                                UsePrecompiledHeader="0"
952                                                PrecompiledHeaderThrough=""
953                                        />
954                                </FileConfiguration>
955                                <FileConfiguration
956                                        Name="Distribution|Win32"
957                                        >
958                                        <Tool
959                                                Name="VCCLCompilerTool"
960                                                UsePrecompiledHeader="0"
961                                                PrecompiledHeaderThrough=""
962                                        />
963                                </FileConfiguration>
964                                <FileConfiguration
965                                        Name="Distribution|x64"
966                                        >
967                                        <Tool
968                                                Name="VCCLCompilerTool"
969                                                UsePrecompiledHeader="0"
970                                                PrecompiledHeaderThrough=""
971                                        />
972                                </FileConfiguration>
973                                <FileConfiguration
974                                        Name="Nightly|Win32"
975                                        >
976                                        <Tool
977                                                Name="VCCLCompilerTool"
978                                                UsePrecompiledHeader="0"
979                                                PrecompiledHeaderThrough=""
980                                        />
981                                </FileConfiguration>
982                                <FileConfiguration
983                                        Name="Nightly|x64"
984                                        >
985                                        <Tool
986                                                Name="VCCLCompilerTool"
987                                                UsePrecompiledHeader="0"
988                                                PrecompiledHeaderThrough=""
989                                        />
990                                </FileConfiguration>
991                        </File>
992                        <File
993                                RelativePath=".\stdafx.cpp"
994                                >
995                                <FileConfiguration
996                                        Name="Debug|Win32"
997                                        >
998                                        <Tool
999                                                Name="VCCLCompilerTool"
1000                                                UsePrecompiledHeader="1"
1001                                        />
1002                                </FileConfiguration>
1003                                <FileConfiguration
1004                                        Name="Debug|x64"
1005                                        >
1006                                        <Tool
1007                                                Name="VCCLCompilerTool"
1008                                                UsePrecompiledHeader="1"
1009                                        />
1010                                </FileConfiguration>
1011                                <FileConfiguration
1012                                        Name="Release|Win32"
1013                                        >
1014                                        <Tool
1015                                                Name="VCCLCompilerTool"
1016                                                UsePrecompiledHeader="1"
1017                                        />
1018                                </FileConfiguration>
1019                                <FileConfiguration
1020                                        Name="Release|x64"
1021                                        >
1022                                        <Tool
1023                                                Name="VCCLCompilerTool"
1024                                                UsePrecompiledHeader="1"
1025                                        />
1026                                </FileConfiguration>
1027                                <FileConfiguration
1028                                        Name="Distribution|Win32"
1029                                        >
1030                                        <Tool
1031                                                Name="VCCLCompilerTool"
1032                                                UsePrecompiledHeader="1"
1033                                        />
1034                                </FileConfiguration>
1035                                <FileConfiguration
1036                                        Name="Distribution|x64"
1037                                        >
1038                                        <Tool
1039                                                Name="VCCLCompilerTool"
1040                                                UsePrecompiledHeader="1"
1041                                        />
1042                                </FileConfiguration>
1043                                <FileConfiguration
1044                                        Name="Nightly|Win32"
1045                                        >
1046                                        <Tool
1047                                                Name="VCCLCompilerTool"
1048                                                UsePrecompiledHeader="1"
1049                                        />
1050                                </FileConfiguration>
1051                                <FileConfiguration
1052                                        Name="Nightly|x64"
1053                                        >
1054                                        <Tool
1055                                                Name="VCCLCompilerTool"
1056                                                UsePrecompiledHeader="1"
1057                                        />
1058                                </FileConfiguration>
1059                        </File>
1060                        <File
1061                                RelativePath="..\..\include\utils.cpp"
1062                                >
1063                                <FileConfiguration
1064                                        Name="Debug|Win32"
1065                                        >
1066                                        <Tool
1067                                                Name="VCCLCompilerTool"
1068                                                UsePrecompiledHeader="0"
1069                                                PrecompiledHeaderThrough=""
1070                                        />
1071                                </FileConfiguration>
1072                                <FileConfiguration
1073                                        Name="Debug|x64"
1074                                        >
1075                                        <Tool
1076                                                Name="VCCLCompilerTool"
1077                                                UsePrecompiledHeader="0"
1078                                                PrecompiledHeaderThrough=""
1079                                        />
1080                                </FileConfiguration>
1081                                <FileConfiguration
1082                                        Name="Release|Win32"
1083                                        >
1084                                        <Tool
1085                                                Name="VCCLCompilerTool"
1086                                                UsePrecompiledHeader="0"
1087                                                PrecompiledHeaderThrough=""
1088                                        />
1089                                </FileConfiguration>
1090                                <FileConfiguration
1091                                        Name="Release|x64"
1092                                        >
1093                                        <Tool
1094                                                Name="VCCLCompilerTool"
1095                                                UsePrecompiledHeader="0"
1096                                                PrecompiledHeaderThrough=""
1097                                        />
1098                                </FileConfiguration>
1099                                <FileConfiguration
1100                                        Name="Distribution|Win32"
1101                                        >
1102                                        <Tool
1103                                                Name="VCCLCompilerTool"
1104                                                UsePrecompiledHeader="0"
1105                                                PrecompiledHeaderThrough=""
1106                                        />
1107                                </FileConfiguration>
1108                                <FileConfiguration
1109                                        Name="Distribution|x64"
1110                                        >
1111                                        <Tool
1112                                                Name="VCCLCompilerTool"
1113                                                UsePrecompiledHeader="0"
1114                                                PrecompiledHeaderThrough=""
1115                                        />
1116                                </FileConfiguration>
1117                                <FileConfiguration
1118                                        Name="Nightly|Win32"
1119                                        >
1120                                        <Tool
1121                                                Name="VCCLCompilerTool"
1122                                                UsePrecompiledHeader="0"
1123                                                PrecompiledHeaderThrough=""
1124                                        />
1125                                </FileConfiguration>
1126                                <FileConfiguration
1127                                        Name="Nightly|x64"
1128                                        >
1129                                        <Tool
1130                                                Name="VCCLCompilerTool"
1131                                                UsePrecompiledHeader="0"
1132                                                PrecompiledHeaderThrough=""
1133                                        />
1134                                </FileConfiguration>
1135                        </File>
1136                </Filter>
1137                <Filter
1138                        Name="Header Files"
1139                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1140                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1141                        >
1142                        <File
1143                                RelativePath="..\..\include\charEx.h"
1144                                >
1145                        </File>
1146                        <File
1147                                RelativePath="..\..\include\config.h"
1148                                >
1149                        </File>
1150                        <File
1151                                RelativePath=".\NRPEListener.h"
1152                                >
1153                        </File>
1154                        <File
1155                                RelativePath=".\NRPEPacket.h"
1156                                >
1157                        </File>
1158                        <File
1159                                RelativePath="..\..\include\NSCHelper.h"
1160                                >
1161                        </File>
1162                        <File
1163                                RelativePath="..\..\include\Socket.h"
1164                                >
1165                        </File>
1166                        <File
1167                                RelativePath="..\..\include\SSLSocket.h"
1168                                >
1169                        </File>
1170                        <File
1171                                RelativePath=".\stdafx.h"
1172                                >
1173                        </File>
1174                        <File
1175                                RelativePath="..\..\include\thread.h"
1176                                >
1177                        </File>
1178                        <File
1179                                RelativePath="..\..\include\utils.h"
1180                                >
1181                        </File>
1182                </Filter>
1183                <Filter
1184                        Name="Resource Files"
1185                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1186                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1187                        >
1188                </Filter>
1189                <File
1190                        RelativePath=".\ReadMe.txt"
1191                        >
1192                </File>
1193        </Files>
1194        <Globals>
1195        </Globals>
1196</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.