source: nscp/modules/CheckExternalScripts/CheckExternalScripts-2005.vcproj @ dff5db9

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

2008-06-14 MickeM

  • Fixed error message from external commands (better reporting now)

2008-05-14 MickeM

  • Fixed memoryleak in the service checker.

I am really sorry I usualy write better code then this.

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