source: nscp/modules/SysTray/SysTray-2005.vcproj @ 99e4d8f

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

2007-11-23 MickeM

  • Converted to unicode (damn sometimes I HATE C++) + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"

2007-11-22 MickeM

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