source: nscp/modules/CheckExternalScripts/CheckExternalScripts-2005.vcproj @ 6672c56

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