source: nscp/modules/NRPEClient/NRPEClient-2005.vcproj @ d05c3f0

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

tried boost::asio in the NRPECLient and split settings to a new file (reduces build time)

  • Property mode set to 100644
File size: 54.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="NRPEClient"
6        ProjectGUID="{4241C6CF-EC01-4AD9-89B0-B75EBA8A5996}"
7        RootNamespace="NRPEClient"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14                <Platform
15                        Name="x64"
16                />
17                <Platform
18                        Name="Itanium"
19                />
20        </Platforms>
21        <ToolFiles>
22        </ToolFiles>
23        <Configurations>
24                <Configuration
25                        Name="Debug|Win32"
26                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
27                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
28                        ConfigurationType="2"
29                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
30                        CharacterSet="1"
31                        >
32                        <Tool
33                                Name="VCPreBuildEventTool"
34                        />
35                        <Tool
36                                Name="VCCustomBuildTool"
37                        />
38                        <Tool
39                                Name="VCXMLDataGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCWebServiceProxyGeneratorTool"
43                        />
44                        <Tool
45                                Name="VCMIDLTool"
46                        />
47                        <Tool
48                                Name="VCCLCompilerTool"
49                                Optimization="0"
50                                AdditionalIncludeDirectories="../include;../../include"
51                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;USE_SSL;USE_BOOST"
52                                MinimalRebuild="true"
53                                BasicRuntimeChecks="3"
54                                RuntimeLibrary="1"
55                                UsePrecompiledHeader="2"
56                                WarningLevel="3"
57                                Detect64BitPortabilityProblems="false"
58                                DebugInformationFormat="4"
59                        />
60                        <Tool
61                                Name="VCManagedResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCResourceCompilerTool"
65                        />
66                        <Tool
67                                Name="VCPreLinkEventTool"
68                        />
69                        <Tool
70                                Name="VCLinkerTool"
71                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
72                                OutputFile="$(OutDir)\$(ProjectName).dll"
73                                LinkIncremental="2"
74                                AdditionalLibraryDirectories=""
75                                ModuleDefinitionFile="NRPEClient.def"
76                                GenerateDebugInformation="true"
77                                ProgramDatabaseFile="$(OutDir)/NRPEClient.pdb"
78                                SubSystem="2"
79                                ImportLibrary="$(OutDir)/NRPEClient.lib"
80                                TargetMachine="1"
81                        />
82                        <Tool
83                                Name="VCALinkTool"
84                        />
85                        <Tool
86                                Name="VCManifestTool"
87                        />
88                        <Tool
89                                Name="VCXDCMakeTool"
90                        />
91                        <Tool
92                                Name="VCBscMakeTool"
93                        />
94                        <Tool
95                                Name="VCFxCopTool"
96                        />
97                        <Tool
98                                Name="VCAppVerifierTool"
99                        />
100                        <Tool
101                                Name="VCWebDeploymentTool"
102                        />
103                        <Tool
104                                Name="VCPostBuildEventTool"
105                        />
106                </Configuration>
107                <Configuration
108                        Name="Debug|x64"
109                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
110                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
111                        ConfigurationType="2"
112                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
113                        CharacterSet="1"
114                        >
115                        <Tool
116                                Name="VCPreBuildEventTool"
117                        />
118                        <Tool
119                                Name="VCCustomBuildTool"
120                        />
121                        <Tool
122                                Name="VCXMLDataGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCWebServiceProxyGeneratorTool"
126                        />
127                        <Tool
128                                Name="VCMIDLTool"
129                                TargetEnvironment="3"
130                        />
131                        <Tool
132                                Name="VCCLCompilerTool"
133                                Optimization="0"
134                                AdditionalIncludeDirectories="../include;../../include"
135                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE;USE_SSL"
136                                MinimalRebuild="true"
137                                BasicRuntimeChecks="3"
138                                RuntimeLibrary="1"
139                                UsePrecompiledHeader="2"
140                                WarningLevel="3"
141                                Detect64BitPortabilityProblems="false"
142                                DebugInformationFormat="3"
143                        />
144                        <Tool
145                                Name="VCManagedResourceCompilerTool"
146                        />
147                        <Tool
148                                Name="VCResourceCompilerTool"
149                        />
150                        <Tool
151                                Name="VCPreLinkEventTool"
152                        />
153                        <Tool
154                                Name="VCLinkerTool"
155                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
156                                OutputFile="$(OutDir)\$(ProjectName).dll"
157                                LinkIncremental="2"
158                                AdditionalLibraryDirectories=""
159                                IgnoreDefaultLibraryNames="MSVCRT"
160                                ModuleDefinitionFile="NRPEClient.def"
161                                GenerateDebugInformation="true"
162                                ProgramDatabaseFile="$(OutDir)/NRPEClient.pdb"
163                                SubSystem="2"
164                                ImportLibrary="$(OutDir)/NRPEClient.lib"
165                                TargetMachine="17"
166                        />
167                        <Tool
168                                Name="VCALinkTool"
169                        />
170                        <Tool
171                                Name="VCManifestTool"
172                        />
173                        <Tool
174                                Name="VCXDCMakeTool"
175                        />
176                        <Tool
177                                Name="VCBscMakeTool"
178                        />
179                        <Tool
180                                Name="VCFxCopTool"
181                        />
182                        <Tool
183                                Name="VCAppVerifierTool"
184                        />
185                        <Tool
186                                Name="VCWebDeploymentTool"
187                        />
188                        <Tool
189                                Name="VCPostBuildEventTool"
190                        />
191                </Configuration>
192                <Configuration
193                        Name="Release|Win32"
194                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
195                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
196                        ConfigurationType="2"
197                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
198                        CharacterSet="1"
199                        >
200                        <Tool
201                                Name="VCPreBuildEventTool"
202                        />
203                        <Tool
204                                Name="VCCustomBuildTool"
205                        />
206                        <Tool
207                                Name="VCXMLDataGeneratorTool"
208                        />
209                        <Tool
210                                Name="VCWebServiceProxyGeneratorTool"
211                        />
212                        <Tool
213                                Name="VCMIDLTool"
214                        />
215                        <Tool
216                                Name="VCCLCompilerTool"
217                                AdditionalIncludeDirectories="../include;../../include"
218                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_SSL"
219                                RuntimeLibrary="0"
220                                UsePrecompiledHeader="2"
221                                WarningLevel="3"
222                                Detect64BitPortabilityProblems="false"
223                                DebugInformationFormat="3"
224                        />
225                        <Tool
226                                Name="VCManagedResourceCompilerTool"
227                        />
228                        <Tool
229                                Name="VCResourceCompilerTool"
230                        />
231                        <Tool
232                                Name="VCPreLinkEventTool"
233                        />
234                        <Tool
235                                Name="VCLinkerTool"
236                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
237                                OutputFile="$(OutDir)\$(ProjectName).dll"
238                                LinkIncremental="1"
239                                AdditionalLibraryDirectories=""
240                                ModuleDefinitionFile="NRPEClient.def"
241                                GenerateDebugInformation="false"
242                                SubSystem="2"
243                                OptimizeReferences="2"
244                                EnableCOMDATFolding="2"
245                                ImportLibrary="$(OutDir)/NRPEClient.lib"
246                                TargetMachine="1"
247                        />
248                        <Tool
249                                Name="VCALinkTool"
250                        />
251                        <Tool
252                                Name="VCManifestTool"
253                        />
254                        <Tool
255                                Name="VCXDCMakeTool"
256                        />
257                        <Tool
258                                Name="VCBscMakeTool"
259                        />
260                        <Tool
261                                Name="VCFxCopTool"
262                        />
263                        <Tool
264                                Name="VCAppVerifierTool"
265                        />
266                        <Tool
267                                Name="VCWebDeploymentTool"
268                        />
269                        <Tool
270                                Name="VCPostBuildEventTool"
271                        />
272                </Configuration>
273                <Configuration
274                        Name="Release|x64"
275                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
276                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
277                        ConfigurationType="2"
278                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
279                        CharacterSet="1"
280                        >
281                        <Tool
282                                Name="VCPreBuildEventTool"
283                        />
284                        <Tool
285                                Name="VCCustomBuildTool"
286                        />
287                        <Tool
288                                Name="VCXMLDataGeneratorTool"
289                        />
290                        <Tool
291                                Name="VCWebServiceProxyGeneratorTool"
292                        />
293                        <Tool
294                                Name="VCMIDLTool"
295                                TargetEnvironment="3"
296                        />
297                        <Tool
298                                Name="VCCLCompilerTool"
299                                AdditionalIncludeDirectories="../include;../../include"
300                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_SSL"
301                                RuntimeLibrary="0"
302                                UsePrecompiledHeader="2"
303                                WarningLevel="3"
304                                Detect64BitPortabilityProblems="false"
305                                DebugInformationFormat="3"
306                        />
307                        <Tool
308                                Name="VCManagedResourceCompilerTool"
309                        />
310                        <Tool
311                                Name="VCResourceCompilerTool"
312                        />
313                        <Tool
314                                Name="VCPreLinkEventTool"
315                        />
316                        <Tool
317                                Name="VCLinkerTool"
318                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
319                                OutputFile="$(OutDir)\$(ProjectName).dll"
320                                LinkIncremental="1"
321                                AdditionalLibraryDirectories=""
322                                ModuleDefinitionFile="NRPEClient.def"
323                                GenerateDebugInformation="false"
324                                SubSystem="2"
325                                OptimizeReferences="2"
326                                EnableCOMDATFolding="2"
327                                ImportLibrary="$(OutDir)/NRPEClient.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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
358                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
359                        ConfigurationType="2"
360                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
361                        CharacterSet="1"
362                        >
363                        <Tool
364                                Name="VCPreBuildEventTool"
365                        />
366                        <Tool
367                                Name="VCCustomBuildTool"
368                        />
369                        <Tool
370                                Name="VCXMLDataGeneratorTool"
371                        />
372                        <Tool
373                                Name="VCWebServiceProxyGeneratorTool"
374                        />
375                        <Tool
376                                Name="VCMIDLTool"
377                        />
378                        <Tool
379                                Name="VCCLCompilerTool"
380                                AdditionalIncludeDirectories="../include;../../include"
381                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_SSL"
382                                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="$(OutDir)\$(ProjectName).dll"
401                                LinkIncremental="1"
402                                ModuleDefinitionFile="NRPEClient.def"
403                                GenerateDebugInformation="false"
404                                SubSystem="2"
405                                OptimizeReferences="2"
406                                EnableCOMDATFolding="2"
407                                ImportLibrary="$(OutDir)/NRPEClient.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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
438                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
439                        ConfigurationType="2"
440                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
441                        CharacterSet="1"
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;USE_SSL"
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="$(OutDir)\$(ProjectName).dll"
482                                LinkIncremental="1"
483                                ModuleDefinitionFile="NRPEClient.def"
484                                GenerateDebugInformation="false"
485                                SubSystem="2"
486                                OptimizeReferences="2"
487                                EnableCOMDATFolding="2"
488                                ImportLibrary="$(OutDir)/NRPEClient.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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
519                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
520                        ConfigurationType="2"
521                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
522                        CharacterSet="1"
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;USE_SSL"
543                                UsePrecompiledHeader="2"
544                                WarningLevel="3"
545                                DebugInformationFormat="3"
546                        />
547                        <Tool
548                                Name="VCManagedResourceCompilerTool"
549                        />
550                        <Tool
551                                Name="VCResourceCompilerTool"
552                        />
553                        <Tool
554                                Name="VCPreLinkEventTool"
555                        />
556                        <Tool
557                                Name="VCLinkerTool"
558                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
559                                OutputFile="$(OutDir)\$(ProjectName).dll"
560                                LinkIncremental="1"
561                                ModuleDefinitionFile="NRPEClient.def"
562                                GenerateDebugInformation="false"
563                                SubSystem="2"
564                                OptimizeReferences="2"
565                                EnableCOMDATFolding="2"
566                                TargetMachine="1"
567                        />
568                        <Tool
569                                Name="VCALinkTool"
570                        />
571                        <Tool
572                                Name="VCManifestTool"
573                        />
574                        <Tool
575                                Name="VCXDCMakeTool"
576                        />
577                        <Tool
578                                Name="VCBscMakeTool"
579                        />
580                        <Tool
581                                Name="VCFxCopTool"
582                        />
583                        <Tool
584                                Name="VCAppVerifierTool"
585                        />
586                        <Tool
587                                Name="VCWebDeploymentTool"
588                        />
589                        <Tool
590                                Name="VCPostBuildEventTool"
591                        />
592                </Configuration>
593                <Configuration
594                        Name="Nightly|x64"
595                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
596                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
597                        ConfigurationType="2"
598                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
599                        CharacterSet="1"
600                        >
601                        <Tool
602                                Name="VCPreBuildEventTool"
603                        />
604                        <Tool
605                                Name="VCCustomBuildTool"
606                        />
607                        <Tool
608                                Name="VCXMLDataGeneratorTool"
609                        />
610                        <Tool
611                                Name="VCWebServiceProxyGeneratorTool"
612                        />
613                        <Tool
614                                Name="VCMIDLTool"
615                                TargetEnvironment="3"
616                        />
617                        <Tool
618                                Name="VCCLCompilerTool"
619                                AdditionalIncludeDirectories="../include;../../include"
620                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_SSL"
621                                UsePrecompiledHeader="2"
622                                WarningLevel="3"
623                                DebugInformationFormat="3"
624                        />
625                        <Tool
626                                Name="VCManagedResourceCompilerTool"
627                        />
628                        <Tool
629                                Name="VCResourceCompilerTool"
630                        />
631                        <Tool
632                                Name="VCPreLinkEventTool"
633                        />
634                        <Tool
635                                Name="VCLinkerTool"
636                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
637                                OutputFile="$(OutDir)\$(ProjectName).dll"
638                                LinkIncremental="1"
639                                ModuleDefinitionFile="NRPEClient.def"
640                                GenerateDebugInformation="false"
641                                SubSystem="2"
642                                OptimizeReferences="2"
643                                EnableCOMDATFolding="2"
644                                TargetMachine="17"
645                        />
646                        <Tool
647                                Name="VCALinkTool"
648                        />
649                        <Tool
650                                Name="VCManifestTool"
651                        />
652                        <Tool
653                                Name="VCXDCMakeTool"
654                        />
655                        <Tool
656                                Name="VCBscMakeTool"
657                        />
658                        <Tool
659                                Name="VCFxCopTool"
660                        />
661                        <Tool
662                                Name="VCAppVerifierTool"
663                        />
664                        <Tool
665                                Name="VCWebDeploymentTool"
666                        />
667                        <Tool
668                                Name="VCPostBuildEventTool"
669                        />
670                </Configuration>
671                <Configuration
672                        Name="Debug-MemCheck|Win32"
673                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
674                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
675                        ConfigurationType="2"
676                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
677                        CharacterSet="1"
678                        >
679                        <Tool
680                                Name="VCPreBuildEventTool"
681                        />
682                        <Tool
683                                Name="VCCustomBuildTool"
684                        />
685                        <Tool
686                                Name="VCXMLDataGeneratorTool"
687                        />
688                        <Tool
689                                Name="VCWebServiceProxyGeneratorTool"
690                        />
691                        <Tool
692                                Name="VCMIDLTool"
693                        />
694                        <Tool
695                                Name="VCCLCompilerTool"
696                                Optimization="0"
697                                AdditionalIncludeDirectories="../include;../../include"
698                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK"
699                                MinimalRebuild="true"
700                                BasicRuntimeChecks="3"
701                                RuntimeLibrary="1"
702                                UsePrecompiledHeader="2"
703                                WarningLevel="3"
704                                Detect64BitPortabilityProblems="false"
705                                DebugInformationFormat="4"
706                        />
707                        <Tool
708                                Name="VCManagedResourceCompilerTool"
709                        />
710                        <Tool
711                                Name="VCResourceCompilerTool"
712                        />
713                        <Tool
714                                Name="VCPreLinkEventTool"
715                        />
716                        <Tool
717                                Name="VCLinkerTool"
718                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
719                                OutputFile="$(OutDir)\$(ProjectName).dll"
720                                LinkIncremental="2"
721                                AdditionalLibraryDirectories=""
722                                ModuleDefinitionFile="NRPEClient.def"
723                                GenerateDebugInformation="true"
724                                ProgramDatabaseFile="$(OutDir)/NRPEClient.pdb"
725                                SubSystem="2"
726                                ImportLibrary="$(OutDir)/NRPEClient.lib"
727                                TargetMachine="1"
728                        />
729                        <Tool
730                                Name="VCALinkTool"
731                        />
732                        <Tool
733                                Name="VCManifestTool"
734                        />
735                        <Tool
736                                Name="VCXDCMakeTool"
737                        />
738                        <Tool
739                                Name="VCBscMakeTool"
740                        />
741                        <Tool
742                                Name="VCFxCopTool"
743                        />
744                        <Tool
745                                Name="VCAppVerifierTool"
746                        />
747                        <Tool
748                                Name="VCWebDeploymentTool"
749                        />
750                        <Tool
751                                Name="VCPostBuildEventTool"
752                        />
753                </Configuration>
754                <Configuration
755                        Name="Debug-MemCheck|x64"
756                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
757                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
758                        ConfigurationType="2"
759                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
760                        CharacterSet="1"
761                        >
762                        <Tool
763                                Name="VCPreBuildEventTool"
764                        />
765                        <Tool
766                                Name="VCCustomBuildTool"
767                        />
768                        <Tool
769                                Name="VCXMLDataGeneratorTool"
770                        />
771                        <Tool
772                                Name="VCWebServiceProxyGeneratorTool"
773                        />
774                        <Tool
775                                Name="VCMIDLTool"
776                                TargetEnvironment="3"
777                        />
778                        <Tool
779                                Name="VCCLCompilerTool"
780                                Optimization="0"
781                                AdditionalIncludeDirectories="../include;../../include"
782                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
783                                MinimalRebuild="true"
784                                BasicRuntimeChecks="3"
785                                RuntimeLibrary="1"
786                                UsePrecompiledHeader="2"
787                                WarningLevel="3"
788                                Detect64BitPortabilityProblems="false"
789                                DebugInformationFormat="3"
790                        />
791                        <Tool
792                                Name="VCManagedResourceCompilerTool"
793                        />
794                        <Tool
795                                Name="VCResourceCompilerTool"
796                        />
797                        <Tool
798                                Name="VCPreLinkEventTool"
799                        />
800                        <Tool
801                                Name="VCLinkerTool"
802                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
803                                OutputFile="$(OutDir)\$(ProjectName).dll"
804                                LinkIncremental="2"
805                                AdditionalLibraryDirectories=""
806                                IgnoreDefaultLibraryNames="MSVCRT"
807                                ModuleDefinitionFile="NRPEClient.def"
808                                GenerateDebugInformation="true"
809                                ProgramDatabaseFile="$(OutDir)/NRPEClient.pdb"
810                                SubSystem="2"
811                                ImportLibrary="$(OutDir)/NRPEClient.lib"
812                                TargetMachine="17"
813                        />
814                        <Tool
815                                Name="VCALinkTool"
816                        />
817                        <Tool
818                                Name="VCManifestTool"
819                        />
820                        <Tool
821                                Name="VCXDCMakeTool"
822                        />
823                        <Tool
824                                Name="VCBscMakeTool"
825                        />
826                        <Tool
827                                Name="VCFxCopTool"
828                        />
829                        <Tool
830                                Name="VCAppVerifierTool"
831                        />
832                        <Tool
833                                Name="VCWebDeploymentTool"
834                        />
835                        <Tool
836                                Name="VCPostBuildEventTool"
837                        />
838                </Configuration>
839                <Configuration
840                        Name="OP5|Win32"
841                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
842                        IntermediateDirectory="$(ConfigurationName)"
843                        ConfigurationType="2"
844                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
845                        CharacterSet="1"
846                        >
847                        <Tool
848                                Name="VCPreBuildEventTool"
849                        />
850                        <Tool
851                                Name="VCCustomBuildTool"
852                        />
853                        <Tool
854                                Name="VCXMLDataGeneratorTool"
855                        />
856                        <Tool
857                                Name="VCWebServiceProxyGeneratorTool"
858                        />
859                        <Tool
860                                Name="VCMIDLTool"
861                        />
862                        <Tool
863                                Name="VCCLCompilerTool"
864                                AdditionalIncludeDirectories="../include;../../include"
865                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_SSL"
866                                UsePrecompiledHeader="2"
867                                WarningLevel="3"
868                                DebugInformationFormat="3"
869                        />
870                        <Tool
871                                Name="VCManagedResourceCompilerTool"
872                        />
873                        <Tool
874                                Name="VCResourceCompilerTool"
875                        />
876                        <Tool
877                                Name="VCPreLinkEventTool"
878                        />
879                        <Tool
880                                Name="VCLinkerTool"
881                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
882                                OutputFile="$(OutDir)\$(ProjectName).dll"
883                                LinkIncremental="1"
884                                ModuleDefinitionFile="NRPEClient.def"
885                                GenerateDebugInformation="false"
886                                SubSystem="2"
887                                OptimizeReferences="2"
888                                EnableCOMDATFolding="2"
889                                TargetMachine="1"
890                        />
891                        <Tool
892                                Name="VCALinkTool"
893                        />
894                        <Tool
895                                Name="VCManifestTool"
896                        />
897                        <Tool
898                                Name="VCXDCMakeTool"
899                        />
900                        <Tool
901                                Name="VCBscMakeTool"
902                        />
903                        <Tool
904                                Name="VCFxCopTool"
905                        />
906                        <Tool
907                                Name="VCAppVerifierTool"
908                        />
909                        <Tool
910                                Name="VCWebDeploymentTool"
911                        />
912                        <Tool
913                                Name="VCPostBuildEventTool"
914                        />
915                </Configuration>
916                <Configuration
917                        Name="OP5|x64"
918                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
919                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
920                        ConfigurationType="2"
921                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
922                        CharacterSet="1"
923                        >
924                        <Tool
925                                Name="VCPreBuildEventTool"
926                        />
927                        <Tool
928                                Name="VCCustomBuildTool"
929                        />
930                        <Tool
931                                Name="VCXMLDataGeneratorTool"
932                        />
933                        <Tool
934                                Name="VCWebServiceProxyGeneratorTool"
935                        />
936                        <Tool
937                                Name="VCMIDLTool"
938                                TargetEnvironment="3"
939                        />
940                        <Tool
941                                Name="VCCLCompilerTool"
942                                AdditionalIncludeDirectories="../include;../../include"
943                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_SSL"
944                                UsePrecompiledHeader="2"
945                                WarningLevel="3"
946                                DebugInformationFormat="3"
947                        />
948                        <Tool
949                                Name="VCManagedResourceCompilerTool"
950                        />
951                        <Tool
952                                Name="VCResourceCompilerTool"
953                        />
954                        <Tool
955                                Name="VCPreLinkEventTool"
956                        />
957                        <Tool
958                                Name="VCLinkerTool"
959                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
960                                OutputFile="$(OutDir)\$(ProjectName).dll"
961                                LinkIncremental="1"
962                                ModuleDefinitionFile="NRPEClient.def"
963                                GenerateDebugInformation="false"
964                                SubSystem="2"
965                                OptimizeReferences="2"
966                                EnableCOMDATFolding="2"
967                                TargetMachine="17"
968                        />
969                        <Tool
970                                Name="VCALinkTool"
971                        />
972                        <Tool
973                                Name="VCManifestTool"
974                        />
975                        <Tool
976                                Name="VCXDCMakeTool"
977                        />
978                        <Tool
979                                Name="VCBscMakeTool"
980                        />
981                        <Tool
982                                Name="VCFxCopTool"
983                        />
984                        <Tool
985                                Name="VCAppVerifierTool"
986                        />
987                        <Tool
988                                Name="VCWebDeploymentTool"
989                        />
990                        <Tool
991                                Name="VCPostBuildEventTool"
992                        />
993                </Configuration>
994                <Configuration
995                        Name="Debug|Itanium"
996                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
997                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
998                        ConfigurationType="2"
999                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1000                        CharacterSet="2"
1001                        >
1002                        <Tool
1003                                Name="VCPreBuildEventTool"
1004                        />
1005                        <Tool
1006                                Name="VCCustomBuildTool"
1007                        />
1008                        <Tool
1009                                Name="VCXMLDataGeneratorTool"
1010                        />
1011                        <Tool
1012                                Name="VCWebServiceProxyGeneratorTool"
1013                        />
1014                        <Tool
1015                                Name="VCMIDLTool"
1016                                TargetEnvironment="2"
1017                        />
1018                        <Tool
1019                                Name="VCCLCompilerTool"
1020                                Optimization="0"
1021                                AdditionalIncludeDirectories="../include;../../include"
1022                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1023                                MinimalRebuild="true"
1024                                BasicRuntimeChecks="3"
1025                                RuntimeLibrary="1"
1026                                UsePrecompiledHeader="2"
1027                                WarningLevel="3"
1028                                Detect64BitPortabilityProblems="false"
1029                                DebugInformationFormat="3"
1030                        />
1031                        <Tool
1032                                Name="VCManagedResourceCompilerTool"
1033                        />
1034                        <Tool
1035                                Name="VCResourceCompilerTool"
1036                        />
1037                        <Tool
1038                                Name="VCPreLinkEventTool"
1039                        />
1040                        <Tool
1041                                Name="VCLinkerTool"
1042                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1043                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1044                                LinkIncremental="2"
1045                                AdditionalLibraryDirectories=""
1046                                IgnoreDefaultLibraryNames="MSVCRT"
1047                                ModuleDefinitionFile="NRPEClient.def"
1048                                GenerateDebugInformation="true"
1049                                ProgramDatabaseFile="$(OutDir)/NRPEClient.pdb"
1050                                SubSystem="2"
1051                                RandomizedBaseAddress="1"
1052                                DataExecutionPrevention="0"
1053                                ImportLibrary="$(OutDir)/NRPEClient.lib"
1054                                TargetMachine="5"
1055                        />
1056                        <Tool
1057                                Name="VCALinkTool"
1058                        />
1059                        <Tool
1060                                Name="VCManifestTool"
1061                        />
1062                        <Tool
1063                                Name="VCXDCMakeTool"
1064                        />
1065                        <Tool
1066                                Name="VCBscMakeTool"
1067                        />
1068                        <Tool
1069                                Name="VCFxCopTool"
1070                        />
1071                        <Tool
1072                                Name="VCAppVerifierTool"
1073                        />
1074                        <Tool
1075                                Name="VCPostBuildEventTool"
1076                        />
1077                </Configuration>
1078                <Configuration
1079                        Name="Release|Itanium"
1080                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1081                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1082                        ConfigurationType="2"
1083                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1084                        CharacterSet="2"
1085                        >
1086                        <Tool
1087                                Name="VCPreBuildEventTool"
1088                        />
1089                        <Tool
1090                                Name="VCCustomBuildTool"
1091                        />
1092                        <Tool
1093                                Name="VCXMLDataGeneratorTool"
1094                        />
1095                        <Tool
1096                                Name="VCWebServiceProxyGeneratorTool"
1097                        />
1098                        <Tool
1099                                Name="VCMIDLTool"
1100                                TargetEnvironment="2"
1101                        />
1102                        <Tool
1103                                Name="VCCLCompilerTool"
1104                                AdditionalIncludeDirectories="../include;../../include"
1105                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
1106                                RuntimeLibrary="0"
1107                                UsePrecompiledHeader="2"
1108                                WarningLevel="3"
1109                                Detect64BitPortabilityProblems="false"
1110                                DebugInformationFormat="3"
1111                        />
1112                        <Tool
1113                                Name="VCManagedResourceCompilerTool"
1114                        />
1115                        <Tool
1116                                Name="VCResourceCompilerTool"
1117                        />
1118                        <Tool
1119                                Name="VCPreLinkEventTool"
1120                        />
1121                        <Tool
1122                                Name="VCLinkerTool"
1123                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1124                                OutputFile="../../Release/modules/$(ProjectName).dll"
1125                                LinkIncremental="1"
1126                                AdditionalLibraryDirectories=""
1127                                ModuleDefinitionFile="NRPEClient.def"
1128                                GenerateDebugInformation="false"
1129                                SubSystem="2"
1130                                OptimizeReferences="2"
1131                                EnableCOMDATFolding="2"
1132                                RandomizedBaseAddress="1"
1133                                DataExecutionPrevention="0"
1134                                ImportLibrary="$(OutDir)/NRPEClient.lib"
1135                                TargetMachine="5"
1136                        />
1137                        <Tool
1138                                Name="VCALinkTool"
1139                        />
1140                        <Tool
1141                                Name="VCManifestTool"
1142                        />
1143                        <Tool
1144                                Name="VCXDCMakeTool"
1145                        />
1146                        <Tool
1147                                Name="VCBscMakeTool"
1148                        />
1149                        <Tool
1150                                Name="VCFxCopTool"
1151                        />
1152                        <Tool
1153                                Name="VCAppVerifierTool"
1154                        />
1155                        <Tool
1156                                Name="VCPostBuildEventTool"
1157                        />
1158                </Configuration>
1159                <Configuration
1160                        Name="Distribution|Itanium"
1161                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1162                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1163                        ConfigurationType="2"
1164                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1165                        CharacterSet="2"
1166                        >
1167                        <Tool
1168                                Name="VCPreBuildEventTool"
1169                        />
1170                        <Tool
1171                                Name="VCCustomBuildTool"
1172                        />
1173                        <Tool
1174                                Name="VCXMLDataGeneratorTool"
1175                        />
1176                        <Tool
1177                                Name="VCWebServiceProxyGeneratorTool"
1178                        />
1179                        <Tool
1180                                Name="VCMIDLTool"
1181                                TargetEnvironment="2"
1182                        />
1183                        <Tool
1184                                Name="VCCLCompilerTool"
1185                                AdditionalIncludeDirectories="../include;../../include"
1186                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1187                                RuntimeLibrary="0"
1188                                UsePrecompiledHeader="2"
1189                                WarningLevel="3"
1190                                Detect64BitPortabilityProblems="false"
1191                                DebugInformationFormat="3"
1192                        />
1193                        <Tool
1194                                Name="VCManagedResourceCompilerTool"
1195                        />
1196                        <Tool
1197                                Name="VCResourceCompilerTool"
1198                        />
1199                        <Tool
1200                                Name="VCPreLinkEventTool"
1201                        />
1202                        <Tool
1203                                Name="VCLinkerTool"
1204                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1205                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1206                                LinkIncremental="1"
1207                                ModuleDefinitionFile="NRPEClient.def"
1208                                GenerateDebugInformation="false"
1209                                SubSystem="2"
1210                                OptimizeReferences="2"
1211                                EnableCOMDATFolding="2"
1212                                RandomizedBaseAddress="1"
1213                                DataExecutionPrevention="0"
1214                                ImportLibrary="$(OutDir)/NRPEClient.lib"
1215                                TargetMachine="5"
1216                        />
1217                        <Tool
1218                                Name="VCALinkTool"
1219                        />
1220                        <Tool
1221                                Name="VCManifestTool"
1222                        />
1223                        <Tool
1224                                Name="VCXDCMakeTool"
1225                        />
1226                        <Tool
1227                                Name="VCBscMakeTool"
1228                        />
1229                        <Tool
1230                                Name="VCFxCopTool"
1231                        />
1232                        <Tool
1233                                Name="VCAppVerifierTool"
1234                        />
1235                        <Tool
1236                                Name="VCPostBuildEventTool"
1237                        />
1238                </Configuration>
1239                <Configuration
1240                        Name="Nightly|Itanium"
1241                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1242                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1243                        ConfigurationType="2"
1244                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1245                        CharacterSet="2"
1246                        >
1247                        <Tool
1248                                Name="VCPreBuildEventTool"
1249                        />
1250                        <Tool
1251                                Name="VCCustomBuildTool"
1252                        />
1253                        <Tool
1254                                Name="VCXMLDataGeneratorTool"
1255                        />
1256                        <Tool
1257                                Name="VCWebServiceProxyGeneratorTool"
1258                        />
1259                        <Tool
1260                                Name="VCMIDLTool"
1261                                TargetEnvironment="2"
1262                        />
1263                        <Tool
1264                                Name="VCCLCompilerTool"
1265                                AdditionalIncludeDirectories="../include;../../include"
1266                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
1267                                RuntimeLibrary="2"
1268                                UsePrecompiledHeader="2"
1269                                WarningLevel="3"
1270                                Detect64BitPortabilityProblems="false"
1271                                DebugInformationFormat="3"
1272                        />
1273                        <Tool
1274                                Name="VCManagedResourceCompilerTool"
1275                        />
1276                        <Tool
1277                                Name="VCResourceCompilerTool"
1278                        />
1279                        <Tool
1280                                Name="VCPreLinkEventTool"
1281                        />
1282                        <Tool
1283                                Name="VCLinkerTool"
1284                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1285                                OutputFile="../../Dist/modules/$(ProjectName).dll"
1286                                LinkIncremental="1"
1287                                ModuleDefinitionFile="NRPEClient.def"
1288                                GenerateDebugInformation="true"
1289                                SubSystem="2"
1290                                OptimizeReferences="2"
1291                                EnableCOMDATFolding="2"
1292                                RandomizedBaseAddress="1"
1293                                DataExecutionPrevention="0"
1294                                ImportLibrary="$(OutDir)/NRPEClient.lib"
1295                                TargetMachine="5"
1296                        />
1297                        <Tool
1298                                Name="VCALinkTool"
1299                        />
1300                        <Tool
1301                                Name="VCManifestTool"
1302                        />
1303                        <Tool
1304                                Name="VCXDCMakeTool"
1305                        />
1306                        <Tool
1307                                Name="VCBscMakeTool"
1308                        />
1309                        <Tool
1310                                Name="VCFxCopTool"
1311                        />
1312                        <Tool
1313                                Name="VCAppVerifierTool"
1314                        />
1315                        <Tool
1316                                Name="VCPostBuildEventTool"
1317                        />
1318                </Configuration>
1319                <Configuration
1320                        Name="Debug-MemCheck|Itanium"
1321                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1322                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1323                        ConfigurationType="2"
1324                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1325                        CharacterSet="2"
1326                        >
1327                        <Tool
1328                                Name="VCPreBuildEventTool"
1329                        />
1330                        <Tool
1331                                Name="VCCustomBuildTool"
1332                        />
1333                        <Tool
1334                                Name="VCXMLDataGeneratorTool"
1335                        />
1336                        <Tool
1337                                Name="VCWebServiceProxyGeneratorTool"
1338                        />
1339                        <Tool
1340                                Name="VCMIDLTool"
1341                                TargetEnvironment="2"
1342                        />
1343                        <Tool
1344                                Name="VCCLCompilerTool"
1345                                Optimization="0"
1346                                AdditionalIncludeDirectories="../include;../../include"
1347                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
1348                                MinimalRebuild="true"
1349                                BasicRuntimeChecks="3"
1350                                RuntimeLibrary="1"
1351                                UsePrecompiledHeader="2"
1352                                WarningLevel="3"
1353                                Detect64BitPortabilityProblems="false"
1354                                DebugInformationFormat="3"
1355                        />
1356                        <Tool
1357                                Name="VCManagedResourceCompilerTool"
1358                        />
1359                        <Tool
1360                                Name="VCResourceCompilerTool"
1361                        />
1362                        <Tool
1363                                Name="VCPreLinkEventTool"
1364                        />
1365                        <Tool
1366                                Name="VCLinkerTool"
1367                                AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib"
1368                                OutputFile="../../Debug/modules/$(ProjectName).dll"
1369                                LinkIncremental="2"
1370                                AdditionalLibraryDirectories=""
1371                                IgnoreDefaultLibraryNames="MSVCRT"
1372                                ModuleDefinitionFile="NRPEClient.def"
1373                                GenerateDebugInformation="true"
1374                                ProgramDatabaseFile="$(OutDir)/NRPEClient.pdb"
1375                                SubSystem="2"
1376                                RandomizedBaseAddress="1"
1377                                DataExecutionPrevention="0"
1378                                ImportLibrary="$(OutDir)/NRPEClient.lib"
1379                                TargetMachine="5"
1380                        />
1381                        <Tool
1382                                Name="VCALinkTool"
1383                        />
1384                        <Tool
1385                                Name="VCManifestTool"
1386                        />
1387                        <Tool
1388                                Name="VCXDCMakeTool"
1389                        />
1390                        <Tool
1391                                Name="VCBscMakeTool"
1392                        />
1393                        <Tool
1394                                Name="VCFxCopTool"
1395                        />
1396                        <Tool
1397                                Name="VCAppVerifierTool"
1398                        />
1399                        <Tool
1400                                Name="VCPostBuildEventTool"
1401                        />
1402                </Configuration>
1403        </Configurations>
1404        <References>
1405        </References>
1406        <Files>
1407                <Filter
1408                        Name="Source Files"
1409                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1410                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1411                        >
1412                        <File
1413                                RelativePath="..\..\include\arrayBuffer.cpp"
1414                                >
1415                                <FileConfiguration
1416                                        Name="Debug|Win32"
1417                                        >
1418                                        <Tool
1419                                                Name="VCCLCompilerTool"
1420                                                UsePrecompiledHeader="0"
1421                                                PrecompiledHeaderThrough=""
1422                                        />
1423                                </FileConfiguration>
1424                                <FileConfiguration
1425                                        Name="Debug|x64"
1426                                        >
1427                                        <Tool
1428                                                Name="VCCLCompilerTool"
1429                                                UsePrecompiledHeader="0"
1430                                                PrecompiledHeaderThrough=""
1431                                        />
1432                                </FileConfiguration>
1433                                <FileConfiguration
1434                                        Name="Release|Win32"
1435                                        >
1436                                        <Tool
1437                                                Name="VCCLCompilerTool"
1438                                                UsePrecompiledHeader="0"
1439                                                PrecompiledHeaderThrough=""
1440                                        />
1441                                </FileConfiguration>
1442                                <FileConfiguration
1443                                        Name="Release|x64"
1444                                        >
1445                                        <Tool
1446                                                Name="VCCLCompilerTool"
1447                                                UsePrecompiledHeader="0"
1448                                                PrecompiledHeaderThrough=""
1449                                        />
1450                                </FileConfiguration>
1451                                <FileConfiguration
1452                                        Name="Distribution|Win32"
1453                                        >
1454                                        <Tool
1455                                                Name="VCCLCompilerTool"
1456                                                UsePrecompiledHeader="0"
1457                                                PrecompiledHeaderThrough=""
1458                                        />
1459                                </FileConfiguration>
1460                                <FileConfiguration
1461                                        Name="Distribution|x64"
1462                                        >
1463                                        <Tool
1464                                                Name="VCCLCompilerTool"
1465                                                UsePrecompiledHeader="0"
1466                                                PrecompiledHeaderThrough=""
1467                                        />
1468                                </FileConfiguration>
1469                                <FileConfiguration
1470                                        Name="Nightly|Win32"
1471                                        >
1472                                        <Tool
1473                                                Name="VCCLCompilerTool"
1474                                                UsePrecompiledHeader="0"
1475                                                PrecompiledHeaderThrough=""
1476                                        />
1477                                </FileConfiguration>
1478                                <FileConfiguration
1479                                        Name="Nightly|x64"
1480                                        >
1481                                        <Tool
1482                                                Name="VCCLCompilerTool"
1483                                                UsePrecompiledHeader="0"
1484                                                PrecompiledHeaderThrough=""
1485                                        />
1486                                </FileConfiguration>
1487                                <FileConfiguration
1488                                        Name="Debug-MemCheck|Win32"
1489                                        >
1490                                        <Tool
1491                                                Name="VCCLCompilerTool"
1492                                                UsePrecompiledHeader="0"
1493                                                PrecompiledHeaderThrough=""
1494                                        />
1495                                </FileConfiguration>
1496                                <FileConfiguration
1497                                        Name="Debug-MemCheck|x64"
1498                                        >
1499                                        <Tool
1500                                                Name="VCCLCompilerTool"
1501                                                UsePrecompiledHeader="0"
1502                                                PrecompiledHeaderThrough=""
1503                                        />
1504                                </FileConfiguration>
1505                                <FileConfiguration
1506                                        Name="OP5|Win32"
1507                                        >
1508                                        <Tool
1509                                                Name="VCCLCompilerTool"
1510                                                UsePrecompiledHeader="0"
1511                                                PrecompiledHeaderThrough=""
1512                                        />
1513                                </FileConfiguration>
1514                                <FileConfiguration
1515                                        Name="OP5|x64"
1516                                        >
1517                                        <Tool
1518                                                Name="VCCLCompilerTool"
1519                                                UsePrecompiledHeader="0"
1520                                                PrecompiledHeaderThrough=""
1521                                        />
1522                                </FileConfiguration>
1523                                <FileConfiguration
1524                                        Name="Debug|Itanium"
1525                                        >
1526                                        <Tool
1527                                                Name="VCCLCompilerTool"
1528                                                UsePrecompiledHeader="0"
1529                                                PrecompiledHeaderThrough=""
1530                                        />
1531                                </FileConfiguration>
1532                                <FileConfiguration
1533                                        Name="Release|Itanium"
1534                                        >
1535                                        <Tool
1536                                                Name="VCCLCompilerTool"
1537                                                UsePrecompiledHeader="0"
1538                                                PrecompiledHeaderThrough=""
1539                                        />
1540                                </FileConfiguration>
1541                                <FileConfiguration
1542                                        Name="Distribution|Itanium"
1543                                        >
1544                                        <Tool
1545                                                Name="VCCLCompilerTool"
1546                                                UsePrecompiledHeader="0"
1547                                                PrecompiledHeaderThrough=""
1548                                        />
1549                                </FileConfiguration>
1550                                <FileConfiguration
1551                                        Name="Nightly|Itanium"
1552                                        >
1553                                        <Tool
1554                                                Name="VCCLCompilerTool"
1555                                                UsePrecompiledHeader="0"
1556                                                PrecompiledHeaderThrough=""
1557                                        />
1558                                </FileConfiguration>
1559                                <FileConfiguration
1560                                        Name="Debug-MemCheck|Itanium"
1561                                        >
1562                                        <Tool
1563                                                Name="VCCLCompilerTool"
1564                                                UsePrecompiledHeader="0"
1565                                                PrecompiledHeaderThrough=""
1566                                        />
1567                                </FileConfiguration>
1568                        </File>
1569                        <File
1570                                RelativePath=".\NRPEClient.cpp"
1571                                >
1572                        </File>
1573                        <File
1574                                RelativePath=".\NRPEClient.def"
1575                                >
1576                        </File>
1577                        <File
1578                                RelativePath="..\..\include\NSCHelper.cpp"
1579                                >
1580                                <FileConfiguration
1581                                        Name="Debug|Win32"
1582                                        >
1583                                        <Tool
1584                                                Name="VCCLCompilerTool"
1585                                                UsePrecompiledHeader="0"
1586                                                PrecompiledHeaderThrough=""
1587                                        />
1588                                </FileConfiguration>
1589                                <FileConfiguration
1590                                        Name="Debug|x64"
1591                                        >
1592                                        <Tool
1593                                                Name="VCCLCompilerTool"
1594                                                UsePrecompiledHeader="0"
1595                                                PrecompiledHeaderThrough=""
1596                                        />
1597                                </FileConfiguration>
1598                                <FileConfiguration
1599                                        Name="Release|Win32"
1600                                        >
1601                                        <Tool
1602                                                Name="VCCLCompilerTool"
1603                                                UsePrecompiledHeader="0"
1604                                                PrecompiledHeaderThrough=""
1605                                        />
1606                                </FileConfiguration>
1607                                <FileConfiguration
1608                                        Name="Release|x64"
1609                                        >
1610                                        <Tool
1611                                                Name="VCCLCompilerTool"
1612                                                UsePrecompiledHeader="0"
1613                                                PrecompiledHeaderThrough=""
1614                                        />
1615                                </FileConfiguration>
1616                                <FileConfiguration
1617                                        Name="Distribution|Win32"
1618                                        >
1619                                        <Tool
1620                                                Name="VCCLCompilerTool"
1621                                                UsePrecompiledHeader="0"
1622                                                PrecompiledHeaderThrough=""
1623                                        />
1624                                </FileConfiguration>
1625                                <FileConfiguration
1626                                        Name="Distribution|x64"
1627                                        >
1628                                        <Tool
1629                                                Name="VCCLCompilerTool"
1630                                                UsePrecompiledHeader="0"
1631                                                PrecompiledHeaderThrough=""
1632                                        />
1633                                </FileConfiguration>
1634                                <FileConfiguration
1635                                        Name="Nightly|Win32"
1636                                        >
1637                                        <Tool
1638                                                Name="VCCLCompilerTool"
1639                                                UsePrecompiledHeader="0"
1640                                                PrecompiledHeaderThrough=""
1641                                        />
1642                                </FileConfiguration>
1643                                <FileConfiguration
1644                                        Name="Nightly|x64"
1645                                        >
1646                                        <Tool
1647                                                Name="VCCLCompilerTool"
1648                                                UsePrecompiledHeader="0"
1649                                                PrecompiledHeaderThrough=""
1650                                        />
1651                                </FileConfiguration>
1652                                <FileConfiguration
1653                                        Name="Debug-MemCheck|Win32"
1654                                        >
1655                                        <Tool
1656                                                Name="VCCLCompilerTool"
1657                                                UsePrecompiledHeader="0"
1658                                                PrecompiledHeaderThrough=""
1659                                        />
1660                                </FileConfiguration>
1661                                <FileConfiguration
1662                                        Name="Debug-MemCheck|x64"
1663                                        >
1664                                        <Tool
1665                                                Name="VCCLCompilerTool"
1666                                                UsePrecompiledHeader="0"
1667                                                PrecompiledHeaderThrough=""
1668                                        />
1669                                </FileConfiguration>
1670                                <FileConfiguration
1671                                        Name="OP5|Win32"
1672                                        >
1673                                        <Tool
1674                                                Name="VCCLCompilerTool"
1675                                                UsePrecompiledHeader="0"
1676                                                PrecompiledHeaderThrough=""
1677                                        />
1678                                </FileConfiguration>
1679                                <FileConfiguration
1680                                        Name="OP5|x64"
1681                                        >
1682                                        <Tool
1683                                                Name="VCCLCompilerTool"
1684                                                UsePrecompiledHeader="0"
1685                                                PrecompiledHeaderThrough=""
1686                                        />
1687                                </FileConfiguration>
1688                                <FileConfiguration
1689                                        Name="Debug|Itanium"
1690                                        >
1691                                        <Tool
1692                                                Name="VCCLCompilerTool"
1693                                                UsePrecompiledHeader="0"
1694                                                PrecompiledHeaderThrough=""
1695                                        />
1696                                </FileConfiguration>
1697                                <FileConfiguration
1698                                        Name="Release|Itanium"
1699                                        >
1700                                        <Tool
1701                                                Name="VCCLCompilerTool"
1702                                                UsePrecompiledHeader="0"
1703                                                PrecompiledHeaderThrough=""
1704                                        />
1705                                </FileConfiguration>
1706                                <FileConfiguration
1707                                        Name="Distribution|Itanium"
1708                                        >
1709                                        <Tool
1710                                                Name="VCCLCompilerTool"
1711                                                UsePrecompiledHeader="0"
1712                                                PrecompiledHeaderThrough=""
1713                                        />
1714                                </FileConfiguration>
1715                                <FileConfiguration
1716                                        Name="Nightly|Itanium"
1717                                        >
1718                                        <Tool
1719                                                Name="VCCLCompilerTool"
1720                                                UsePrecompiledHeader="0"
1721                                                PrecompiledHeaderThrough=""
1722                                        />
1723                                </FileConfiguration>
1724                                <FileConfiguration
1725                                        Name="Debug-MemCheck|Itanium"
1726                                        >
1727                                        <Tool
1728                                                Name="VCCLCompilerTool"
1729                                                UsePrecompiledHeader="0"
1730                                                PrecompiledHeaderThrough=""
1731                                        />
1732                                </FileConfiguration>
1733                        </File>
1734                        <File
1735                                RelativePath="..\..\include\Socket.cpp"
1736                                >
1737                                <FileConfiguration
1738                                        Name="Debug|Win32"
1739                                        >
1740                                        <Tool
1741                                                Name="VCCLCompilerTool"
1742                                                UsePrecompiledHeader="0"
1743                                                PrecompiledHeaderThrough=""
1744                                        />
1745                                </FileConfiguration>
1746                                <FileConfiguration
1747                                        Name="Debug|x64"
1748                                        >
1749                                        <Tool
1750                                                Name="VCCLCompilerTool"
1751                                                UsePrecompiledHeader="0"
1752                                                PrecompiledHeaderThrough=""
1753                                        />
1754                                </FileConfiguration>
1755                                <FileConfiguration
1756                                        Name="Release|Win32"
1757                                        >
1758                                        <Tool
1759                                                Name="VCCLCompilerTool"
1760                                                UsePrecompiledHeader="0"
1761                                                PrecompiledHeaderThrough=""
1762                                        />
1763                                </FileConfiguration>
1764                                <FileConfiguration
1765                                        Name="Release|x64"
1766                                        >
1767                                        <Tool
1768                                                Name="VCCLCompilerTool"
1769                                                UsePrecompiledHeader="0"
1770                                                PrecompiledHeaderThrough=""
1771                                        />
1772                                </FileConfiguration>
1773                                <FileConfiguration
1774                                        Name="Distribution|Win32"
1775                                        >
1776                                        <Tool
1777                                                Name="VCCLCompilerTool"
1778                                                UsePrecompiledHeader="0"
1779                                                PrecompiledHeaderThrough=""
1780                                        />
1781                                </FileConfiguration>
1782                                <FileConfiguration
1783                                        Name="Distribution|x64"
1784                                        >
1785                                        <Tool
1786                                                Name="VCCLCompilerTool"
1787                                                UsePrecompiledHeader="0"
1788                                                PrecompiledHeaderThrough=""
1789                                        />
1790                                </FileConfiguration>
1791                                <FileConfiguration
1792                                        Name="Nightly|Win32"
1793                                        >
1794                                        <Tool
1795                                                Name="VCCLCompilerTool"
1796                                                UsePrecompiledHeader="0"
1797                                                PrecompiledHeaderThrough=""
1798                                        />
1799                                </FileConfiguration>
1800                                <FileConfiguration
1801                                        Name="Nightly|x64"
1802                                        >
1803                                        <Tool
1804                                                Name="VCCLCompilerTool"
1805                                                UsePrecompiledHeader="0"
1806                                                PrecompiledHeaderThrough=""
1807                                        />
1808                                </FileConfiguration>
1809                                <FileConfiguration
1810                                        Name="Debug-MemCheck|Win32"
1811                                        >
1812                                        <Tool
1813                                                Name="VCCLCompilerTool"
1814                                                UsePrecompiledHeader="0"
1815                                                PrecompiledHeaderThrough=""
1816                                        />
1817                                </FileConfiguration>
1818                                <FileConfiguration
1819                                        Name="Debug-MemCheck|x64"
1820                                        >
1821                                        <Tool
1822                                                Name="VCCLCompilerTool"
1823                                                UsePrecompiledHeader="0"
1824                                                PrecompiledHeaderThrough=""
1825                                        />
1826                                </FileConfiguration>
1827                                <FileConfiguration
1828                                        Name="OP5|Win32"
1829                                        >
1830                                        <Tool
1831                                                Name="VCCLCompilerTool"
1832                                                UsePrecompiledHeader="0"
1833                                                PrecompiledHeaderThrough=""
1834                                        />
1835                                </FileConfiguration>
1836                                <FileConfiguration
1837                                        Name="OP5|x64"
1838                                        >
1839                                        <Tool
1840                                                Name="VCCLCompilerTool"
1841                                                UsePrecompiledHeader="0"
1842                                                PrecompiledHeaderThrough=""
1843                                        />
1844                                </FileConfiguration>
1845                                <FileConfiguration
1846                                        Name="Debug|Itanium"
1847                                        >
1848                                        <Tool
1849                                                Name="VCCLCompilerTool"
1850                                                UsePrecompiledHeader="0"
1851                                                PrecompiledHeaderThrough=""
1852                                        />
1853                                </FileConfiguration>
1854                                <FileConfiguration
1855                                        Name="Release|Itanium"
1856                                        >
1857                                        <Tool
1858                                                Name="VCCLCompilerTool"
1859                                                UsePrecompiledHeader="0"
1860                                                PrecompiledHeaderThrough=""
1861                                        />
1862                                </FileConfiguration>
1863                                <FileConfiguration
1864                                        Name="Distribution|Itanium"
1865                                        >
1866                                        <Tool
1867                                                Name="VCCLCompilerTool"
1868                                                UsePrecompiledHeader="0"
1869                                                PrecompiledHeaderThrough=""
1870                                        />
1871                                </FileConfiguration>
1872                                <FileConfiguration
1873                                        Name="Nightly|Itanium"
1874                                        >
1875                                        <Tool
1876                                                Name="VCCLCompilerTool"
1877                                                UsePrecompiledHeader="0"
1878                                                PrecompiledHeaderThrough=""
1879                                        />
1880                                </FileConfiguration>
1881                                <FileConfiguration
1882                                        Name="Debug-MemCheck|Itanium"
1883                                        >
1884                                        <Tool
1885                                                Name="VCCLCompilerTool"
1886                                                UsePrecompiledHeader="0"
1887                                                PrecompiledHeaderThrough=""
1888                                        />
1889                                </FileConfiguration>
1890                        </File>
1891                        <File
1892                                RelativePath="..\..\include\SSLSocket.cpp"
1893                                >
1894                                <FileConfiguration
1895                                        Name="Debug|Win32"
1896                                        >
1897                                        <Tool
1898                                                Name="VCCLCompilerTool"
1899                                                UsePrecompiledHeader="0"
1900                                                PrecompiledHeaderThrough=""
1901                                        />
1902                                </FileConfiguration>
1903                                <FileConfiguration
1904                                        Name="Debug|x64"
1905                                        >
1906                                        <Tool
1907                                                Name="VCCLCompilerTool"
1908                                                UsePrecompiledHeader="0"
1909                                                PrecompiledHeaderThrough=""
1910                                        />
1911                                </FileConfiguration>
1912                                <FileConfiguration
1913                                        Name="Release|Win32"
1914                                        >
1915                                        <Tool
1916                                                Name="VCCLCompilerTool"
1917                                                UsePrecompiledHeader="0"
1918                                                PrecompiledHeaderThrough=""
1919                                        />
1920                                </FileConfiguration>
1921                                <FileConfiguration
1922                                        Name="Release|x64"
1923                                        >
1924                                        <Tool
1925                                                Name="VCCLCompilerTool"
1926                                                UsePrecompiledHeader="0"
1927                                                PrecompiledHeaderThrough=""
1928                                        />
1929                                </FileConfiguration>
1930                                <FileConfiguration
1931                                        Name="Distribution|Win32"
1932                                        >
1933                                        <Tool
1934                                                Name="VCCLCompilerTool"
1935                                                UsePrecompiledHeader="0"
1936                                                PrecompiledHeaderThrough=""
1937                                        />
1938                                </FileConfiguration>
1939                                <FileConfiguration
1940                                        Name="Distribution|x64"
1941                                        >
1942                                        <Tool
1943                                                Name="VCCLCompilerTool"
1944                                                UsePrecompiledHeader="0"
1945                                                PrecompiledHeaderThrough=""
1946                                        />
1947                                </FileConfiguration>
1948                                <FileConfiguration
1949                                        Name="Nightly|Win32"
1950                                        >
1951                                        <Tool
1952                                                Name="VCCLCompilerTool"
1953                                                UsePrecompiledHeader="0"
1954                                                PrecompiledHeaderThrough=""
1955                                        />
1956                                </FileConfiguration>
1957                                <FileConfiguration
1958                                        Name="Nightly|x64"
1959                                        >
1960                                        <Tool
1961                                                Name="VCCLCompilerTool"
1962                                                UsePrecompiledHeader="0"
1963                                                PrecompiledHeaderThrough=""
1964                                        />
1965                                </FileConfiguration>
1966                                <FileConfiguration
1967                                        Name="Debug-MemCheck|Win32"
1968                                        >
1969                                        <Tool
1970                                                Name="VCCLCompilerTool"
1971                                                UsePrecompiledHeader="0"
1972                                                PrecompiledHeaderThrough=""
1973                                        />
1974                                </FileConfiguration>
1975                                <FileConfiguration
1976                                        Name="Debug-MemCheck|x64"
1977                                        >
1978                                        <Tool
1979                                                Name="VCCLCompilerTool"
1980                                                UsePrecompiledHeader="0"
1981                                                PrecompiledHeaderThrough=""
1982                                        />
1983                                </FileConfiguration>
1984                                <FileConfiguration
1985                                        Name="OP5|Win32"
1986                                        >
1987                                        <Tool
1988                                                Name="VCCLCompilerTool"
1989                                                UsePrecompiledHeader="0"
1990                                                PrecompiledHeaderThrough=""
1991                                        />
1992                                </FileConfiguration>
1993                                <FileConfiguration
1994                                        Name="OP5|x64"
1995                                        >
1996                                        <Tool
1997                                                Name="VCCLCompilerTool"
1998                                                UsePrecompiledHeader="0"
1999                                                PrecompiledHeaderThrough=""
2000                                        />
2001                                </FileConfiguration>
2002                                <FileConfiguration
2003                                        Name="Debug|Itanium"
2004                                        >
2005                                        <Tool
2006                                                Name="VCCLCompilerTool"
2007                                                UsePrecompiledHeader="0"
2008                                                PrecompiledHeaderThrough=""
2009                                        />
2010                                </FileConfiguration>
2011                                <FileConfiguration
2012                                        Name="Release|Itanium"
2013                                        >
2014                                        <Tool
2015                                                Name="VCCLCompilerTool"
2016                                                UsePrecompiledHeader="0"
2017                                                PrecompiledHeaderThrough=""
2018                                        />
2019                                </FileConfiguration>
2020                                <FileConfiguration
2021                                        Name="Distribution|Itanium"
2022                                        >
2023                                        <Tool
2024                                                Name="VCCLCompilerTool"
2025                                                UsePrecompiledHeader="0"
2026                                                PrecompiledHeaderThrough=""
2027                                        />
2028                                </FileConfiguration>
2029                                <FileConfiguration
2030                                        Name="Nightly|Itanium"
2031                                        >
2032                                        <Tool
2033                                                Name="VCCLCompilerTool"
2034                                                UsePrecompiledHeader="0"
2035                                                PrecompiledHeaderThrough=""
2036                                        />
2037                                </FileConfiguration>
2038                                <FileConfiguration
2039                                        Name="Debug-MemCheck|Itanium"
2040                                        >
2041                                        <Tool
2042                                                Name="VCCLCompilerTool"
2043                                                UsePrecompiledHeader="0"
2044                                                PrecompiledHeaderThrough=""
2045                                        />
2046                                </FileConfiguration>
2047                        </File>
2048                        <File
2049                                RelativePath=".\stdafx.cpp"
2050                                >
2051                                <FileConfiguration
2052                                        Name="Debug|Win32"
2053                                        >
2054                                        <Tool
2055                                                Name="VCCLCompilerTool"
2056                                                UsePrecompiledHeader="1"
2057                                        />
2058                                </FileConfiguration>
2059                                <FileConfiguration
2060                                        Name="Debug|x64"
2061                                        >
2062                                        <Tool
2063                                                Name="VCCLCompilerTool"
2064                                                UsePrecompiledHeader="1"
2065                                        />
2066                                </FileConfiguration>
2067                                <FileConfiguration
2068                                        Name="Release|Win32"
2069                                        >
2070                                        <Tool
2071                                                Name="VCCLCompilerTool"
2072                                                UsePrecompiledHeader="1"
2073                                        />
2074                                </FileConfiguration>
2075                                <FileConfiguration
2076                                        Name="Release|x64"
2077                                        >
2078                                        <Tool
2079                                                Name="VCCLCompilerTool"
2080                                                UsePrecompiledHeader="1"
2081                                        />
2082                                </FileConfiguration>
2083                                <FileConfiguration
2084                                        Name="Distribution|Win32"
2085                                        >
2086                                        <Tool
2087                                                Name="VCCLCompilerTool"
2088                                                UsePrecompiledHeader="1"
2089                                        />
2090                                </FileConfiguration>
2091                                <FileConfiguration
2092                                        Name="Distribution|x64"
2093                                        >
2094                                        <Tool
2095                                                Name="VCCLCompilerTool"
2096                                                UsePrecompiledHeader="1"
2097                                        />
2098                                </FileConfiguration>
2099                                <FileConfiguration
2100                                        Name="Nightly|Win32"
2101                                        >
2102                                        <Tool
2103                                                Name="VCCLCompilerTool"
2104                                                UsePrecompiledHeader="1"
2105                                        />
2106                                </FileConfiguration>
2107                                <FileConfiguration
2108                                        Name="Nightly|x64"
2109                                        >
2110                                        <Tool
2111                                                Name="VCCLCompilerTool"
2112                                                UsePrecompiledHeader="1"
2113                                        />
2114                                </FileConfiguration>
2115                                <FileConfiguration
2116                                        Name="Debug-MemCheck|Win32"
2117                                        >
2118                                        <Tool
2119                                                Name="VCCLCompilerTool"
2120                                                UsePrecompiledHeader="1"
2121                                        />
2122                                </FileConfiguration>
2123                                <FileConfiguration
2124                                        Name="Debug-MemCheck|x64"
2125                                        >
2126                                        <Tool
2127                                                Name="VCCLCompilerTool"
2128                                                UsePrecompiledHeader="1"
2129                                        />
2130                                </FileConfiguration>
2131                                <FileConfiguration
2132                                        Name="OP5|Win32"
2133                                        >
2134                                        <Tool
2135                                                Name="VCCLCompilerTool"
2136                                                UsePrecompiledHeader="1"
2137                                        />
2138                                </FileConfiguration>
2139                                <FileConfiguration
2140                                        Name="OP5|x64"
2141                                        >
2142                                        <Tool
2143                                                Name="VCCLCompilerTool"
2144                                                UsePrecompiledHeader="1"
2145                                        />
2146                                </FileConfiguration>
2147                                <FileConfiguration
2148                                        Name="Debug|Itanium"
2149                                        >
2150                                        <Tool
2151                                                Name="VCCLCompilerTool"
2152                                                UsePrecompiledHeader="1"
2153                                        />
2154                                </FileConfiguration>
2155                                <FileConfiguration
2156                                        Name="Release|Itanium"
2157                                        >
2158                                        <Tool
2159                                                Name="VCCLCompilerTool"
2160                                                UsePrecompiledHeader="1"
2161                                        />
2162                                </FileConfiguration>
2163                                <FileConfiguration
2164                                        Name="Distribution|Itanium"
2165                                        >
2166                                        <Tool
2167                                                Name="VCCLCompilerTool"
2168                                                UsePrecompiledHeader="1"
2169                                        />
2170                                </FileConfiguration>
2171                                <FileConfiguration
2172                                        Name="Nightly|Itanium"
2173                                        >
2174                                        <Tool
2175                                                Name="VCCLCompilerTool"
2176                                                UsePrecompiledHeader="1"
2177                                        />
2178                                </FileConfiguration>
2179                                <FileConfiguration
2180                                        Name="Debug-MemCheck|Itanium"
2181                                        >
2182                                        <Tool
2183                                                Name="VCCLCompilerTool"
2184                                                UsePrecompiledHeader="1"
2185                                        />
2186                                </FileConfiguration>
2187                        </File>
2188                        <File
2189                                RelativePath="..\..\include\utils.cpp"
2190                                >
2191                                <FileConfiguration
2192                                        Name="Debug|Win32"
2193                                        >
2194                                        <Tool
2195                                                Name="VCCLCompilerTool"
2196                                                UsePrecompiledHeader="0"
2197                                                PrecompiledHeaderThrough=""
2198                                        />
2199                                </FileConfiguration>
2200                                <FileConfiguration
2201                                        Name="Debug|x64"
2202                                        >
2203                                        <Tool
2204                                                Name="VCCLCompilerTool"
2205                                                UsePrecompiledHeader="0"
2206                                                PrecompiledHeaderThrough=""
2207                                        />
2208                                </FileConfiguration>
2209                                <FileConfiguration
2210                                        Name="Release|Win32"
2211                                        >
2212                                        <Tool
2213                                                Name="VCCLCompilerTool"
2214                                                UsePrecompiledHeader="0"
2215                                                PrecompiledHeaderThrough=""
2216                                        />
2217                                </FileConfiguration>
2218                                <FileConfiguration
2219                                        Name="Release|x64"
2220                                        >
2221                                        <Tool
2222                                                Name="VCCLCompilerTool"
2223                                                UsePrecompiledHeader="0"
2224                                                PrecompiledHeaderThrough=""
2225                                        />
2226                                </FileConfiguration>
2227                                <FileConfiguration
2228                                        Name="Distribution|Win32"
2229                                        >
2230                                        <Tool
2231                                                Name="VCCLCompilerTool"
2232                                                UsePrecompiledHeader="0"
2233                                                PrecompiledHeaderThrough=""
2234                                        />
2235                                </FileConfiguration>
2236                                <FileConfiguration
2237                                        Name="Distribution|x64"
2238                                        >
2239                                        <Tool
2240                                                Name="VCCLCompilerTool"
2241                                                UsePrecompiledHeader="0"
2242                                                PrecompiledHeaderThrough=""
2243                                        />
2244                                </FileConfiguration>
2245                                <FileConfiguration
2246                                        Name="Nightly|Win32"
2247                                        >
2248                                        <Tool
2249                                                Name="VCCLCompilerTool"
2250                                                UsePrecompiledHeader="0"
2251                                                PrecompiledHeaderThrough=""
2252                                        />
2253                                </FileConfiguration>
2254                                <FileConfiguration
2255                                        Name="Nightly|x64"
2256                                        >
2257                                        <Tool
2258                                                Name="VCCLCompilerTool"
2259                                                UsePrecompiledHeader="0"
2260                                                PrecompiledHeaderThrough=""
2261                                        />
2262                                </FileConfiguration>
2263                                <FileConfiguration
2264                                        Name="Debug-MemCheck|Win32"
2265                                        >
2266                                        <Tool
2267                                                Name="VCCLCompilerTool"
2268                                                UsePrecompiledHeader="0"
2269                                                PrecompiledHeaderThrough=""
2270                                        />
2271                                </FileConfiguration>
2272                                <FileConfiguration
2273                                        Name="Debug-MemCheck|x64"
2274                                        >
2275                                        <Tool
2276                                                Name="VCCLCompilerTool"
2277                                                UsePrecompiledHeader="0"
2278                                                PrecompiledHeaderThrough=""
2279                                        />
2280                                </FileConfiguration>
2281                                <FileConfiguration
2282                                        Name="OP5|Win32"
2283                                        >
2284                                        <Tool
2285                                                Name="VCCLCompilerTool"
2286                                                UsePrecompiledHeader="0"
2287                                                PrecompiledHeaderThrough=""
2288                                        />
2289                                </FileConfiguration>
2290                                <FileConfiguration
2291                                        Name="OP5|x64"
2292                                        >
2293                                        <Tool
2294                                                Name="VCCLCompilerTool"
2295                                                UsePrecompiledHeader="0"
2296                                                PrecompiledHeaderThrough=""
2297                                        />
2298                                </FileConfiguration>
2299                                <FileConfiguration
2300                                        Name="Debug|Itanium"
2301                                        >
2302                                        <Tool
2303                                                Name="VCCLCompilerTool"
2304                                                UsePrecompiledHeader="0"
2305                                                PrecompiledHeaderThrough=""
2306                                        />
2307                                </FileConfiguration>
2308                                <FileConfiguration
2309                                        Name="Release|Itanium"
2310                                        >
2311                                        <Tool
2312                                                Name="VCCLCompilerTool"
2313                                                UsePrecompiledHeader="0"
2314                                                PrecompiledHeaderThrough=""
2315                                        />
2316                                </FileConfiguration>
2317                                <FileConfiguration
2318                                        Name="Distribution|Itanium"
2319                                        >
2320                                        <Tool
2321                                                Name="VCCLCompilerTool"
2322                                                UsePrecompiledHeader="0"
2323                                                PrecompiledHeaderThrough=""
2324                                        />
2325                                </FileConfiguration>
2326                                <FileConfiguration
2327                                        Name="Nightly|Itanium"
2328                                        >
2329                                        <Tool
2330                                                Name="VCCLCompilerTool"
2331                                                UsePrecompiledHeader="0"
2332                                                PrecompiledHeaderThrough=""
2333                                        />
2334                                </FileConfiguration>
2335                                <FileConfiguration
2336                                        Name="Debug-MemCheck|Itanium"
2337                                        >
2338                                        <Tool
2339                                                Name="VCCLCompilerTool"
2340                                                UsePrecompiledHeader="0"
2341                                                PrecompiledHeaderThrough=""
2342                                        />
2343                                </FileConfiguration>
2344                        </File>
2345                </Filter>
2346                <Filter
2347                        Name="Header Files"
2348                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
2349                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
2350                        >
2351                        <File
2352                                RelativePath="..\..\include\charEx.h"
2353                                >
2354                        </File>
2355                        <File
2356                                RelativePath="..\..\include\config.h"
2357                                >
2358                        </File>
2359                        <File
2360                                RelativePath="..\..\include\error.hpp"
2361                                >
2362                        </File>
2363                        <File
2364                                RelativePath=".\NRPEClient.h"
2365                                >
2366                        </File>
2367                        <File
2368                                RelativePath="..\..\include\NSCHelper.h"
2369                                >
2370                        </File>
2371                        <File
2372                                RelativePath="..\..\include\Socket.h"
2373                                >
2374                        </File>
2375                        <File
2376                                RelativePath="..\..\include\SSLSocket.h"
2377                                >
2378                        </File>
2379                        <File
2380                                RelativePath=".\stdafx.h"
2381                                >
2382                        </File>
2383                        <File
2384                                RelativePath="..\..\include\thread.h"
2385                                >
2386                        </File>
2387                        <File
2388                                RelativePath="..\..\include\utils.h"
2389                                >
2390                        </File>
2391                </Filter>
2392                <Filter
2393                        Name="Resource Files"
2394                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2395                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
2396                        >
2397                </Filter>
2398                <File
2399                        RelativePath=".\ReadMe.txt"
2400                        >
2401                </File>
2402        </Files>
2403        <Globals>
2404        </Globals>
2405</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.