source: nscp/modules/NSCAAgent/NSCAAgent-2005.vcproj @ f3da50a

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