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

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