source: nscp/modules/SysTray/SysTray.vcproj @ 2603350

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

Getting ready for the 0.2.7 release, a few minor fixes here and there...

  • Property mode set to 100644
File size: 9.0 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        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Release|Win32"
19                        OutputDirectory="$(ConfigurationName)"
20                        IntermediateDirectory="$(ConfigurationName)"
21                        ConfigurationType="2"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                AdditionalIncludeDirectories="../include;../../include"
43                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
44                                RuntimeLibrary="0"
45                                UsePrecompiledHeader="2"
46                                WarningLevel="3"
47                                Detect64BitPortabilityProblems="true"
48                                DebugInformationFormat="3"
49                        />
50                        <Tool
51                                Name="VCManagedResourceCompilerTool"
52                        />
53                        <Tool
54                                Name="VCResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCPreLinkEventTool"
58                        />
59                        <Tool
60                                Name="VCLinkerTool"
61                                OutputFile="../../Release/modules/$(ProjectName).dll"
62                                LinkIncremental="1"
63                                ModuleDefinitionFile="SysTray.def"
64                                GenerateDebugInformation="false"
65                                SubSystem="2"
66                                OptimizeReferences="2"
67                                EnableCOMDATFolding="2"
68                                ImportLibrary="$(OutDir)/SysTray.lib"
69                                TargetMachine="1"
70                        />
71                        <Tool
72                                Name="VCALinkTool"
73                        />
74                        <Tool
75                                Name="VCManifestTool"
76                        />
77                        <Tool
78                                Name="VCXDCMakeTool"
79                        />
80                        <Tool
81                                Name="VCBscMakeTool"
82                        />
83                        <Tool
84                                Name="VCFxCopTool"
85                        />
86                        <Tool
87                                Name="VCAppVerifierTool"
88                        />
89                        <Tool
90                                Name="VCWebDeploymentTool"
91                        />
92                        <Tool
93                                Name="VCPostBuildEventTool"
94                        />
95                </Configuration>
96                <Configuration
97                        Name="Debug|Win32"
98                        OutputDirectory="$(ConfigurationName)"
99                        IntermediateDirectory="$(ConfigurationName)"
100                        ConfigurationType="2"
101                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
102                        CharacterSet="2"
103                        >
104                        <Tool
105                                Name="VCPreBuildEventTool"
106                        />
107                        <Tool
108                                Name="VCCustomBuildTool"
109                        />
110                        <Tool
111                                Name="VCXMLDataGeneratorTool"
112                        />
113                        <Tool
114                                Name="VCWebServiceProxyGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCMIDLTool"
118                        />
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                Optimization="0"
122                                AdditionalIncludeDirectories="../include;../../include"
123                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
124                                MinimalRebuild="true"
125                                BasicRuntimeChecks="3"
126                                RuntimeLibrary="3"
127                                UsePrecompiledHeader="2"
128                                WarningLevel="3"
129                                Detect64BitPortabilityProblems="true"
130                                DebugInformationFormat="4"
131                        />
132                        <Tool
133                                Name="VCManagedResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCPreLinkEventTool"
140                        />
141                        <Tool
142                                Name="VCLinkerTool"
143                                OutputFile="../../Debug/modules/$(ProjectName).dll"
144                                ModuleDefinitionFile="SysTray.def"
145                                GenerateDebugInformation="true"
146                                ImportLibrary="$(OutDir)/SysTray.lib"
147                                TargetMachine="1"
148                        />
149                        <Tool
150                                Name="VCALinkTool"
151                        />
152                        <Tool
153                                Name="VCManifestTool"
154                        />
155                        <Tool
156                                Name="VCXDCMakeTool"
157                        />
158                        <Tool
159                                Name="VCBscMakeTool"
160                        />
161                        <Tool
162                                Name="VCFxCopTool"
163                        />
164                        <Tool
165                                Name="VCAppVerifierTool"
166                        />
167                        <Tool
168                                Name="VCWebDeploymentTool"
169                        />
170                        <Tool
171                                Name="VCPostBuildEventTool"
172                        />
173                </Configuration>
174                <Configuration
175                        Name="Distribution|Win32"
176                        OutputDirectory="$(ConfigurationName)"
177                        IntermediateDirectory="$(ConfigurationName)"
178                        ConfigurationType="2"
179                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
180                        CharacterSet="2"
181                        >
182                        <Tool
183                                Name="VCPreBuildEventTool"
184                        />
185                        <Tool
186                                Name="VCCustomBuildTool"
187                        />
188                        <Tool
189                                Name="VCXMLDataGeneratorTool"
190                        />
191                        <Tool
192                                Name="VCWebServiceProxyGeneratorTool"
193                        />
194                        <Tool
195                                Name="VCMIDLTool"
196                        />
197                        <Tool
198                                Name="VCCLCompilerTool"
199                                AdditionalIncludeDirectories="../include;../../include"
200                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
201                                RuntimeLibrary="2"
202                                UsePrecompiledHeader="2"
203                                WarningLevel="3"
204                                Detect64BitPortabilityProblems="true"
205                                DebugInformationFormat="3"
206                        />
207                        <Tool
208                                Name="VCManagedResourceCompilerTool"
209                        />
210                        <Tool
211                                Name="VCResourceCompilerTool"
212                        />
213                        <Tool
214                                Name="VCPreLinkEventTool"
215                        />
216                        <Tool
217                                Name="VCLinkerTool"
218                                OutputFile="../../Dist/modules/$(ProjectName).dll"
219                                LinkIncremental="1"
220                                ModuleDefinitionFile="SysTray.def"
221                                GenerateDebugInformation="true"
222                                SubSystem="2"
223                                OptimizeReferences="2"
224                                EnableCOMDATFolding="2"
225                                ImportLibrary="$(OutDir)/SysTray.lib"
226                                TargetMachine="1"
227                        />
228                        <Tool
229                                Name="VCALinkTool"
230                        />
231                        <Tool
232                                Name="VCManifestTool"
233                        />
234                        <Tool
235                                Name="VCXDCMakeTool"
236                        />
237                        <Tool
238                                Name="VCBscMakeTool"
239                        />
240                        <Tool
241                                Name="VCFxCopTool"
242                        />
243                        <Tool
244                                Name="VCAppVerifierTool"
245                        />
246                        <Tool
247                                Name="VCWebDeploymentTool"
248                        />
249                        <Tool
250                                Name="VCPostBuildEventTool"
251                        />
252                </Configuration>
253                <Configuration
254                        Name="Nightly|Win32"
255                        OutputDirectory="$(ConfigurationName)"
256                        IntermediateDirectory="$(ConfigurationName)"
257                        ConfigurationType="2"
258                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
259                        CharacterSet="2"
260                        >
261                        <Tool
262                                Name="VCPreBuildEventTool"
263                        />
264                        <Tool
265                                Name="VCCustomBuildTool"
266                        />
267                        <Tool
268                                Name="VCXMLDataGeneratorTool"
269                        />
270                        <Tool
271                                Name="VCWebServiceProxyGeneratorTool"
272                        />
273                        <Tool
274                                Name="VCMIDLTool"
275                        />
276                        <Tool
277                                Name="VCCLCompilerTool"
278                                AdditionalIncludeDirectories="../include;../../include"
279                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
280                                RuntimeLibrary="0"
281                                UsePrecompiledHeader="2"
282                                WarningLevel="3"
283                                Detect64BitPortabilityProblems="true"
284                                DebugInformationFormat="3"
285                        />
286                        <Tool
287                                Name="VCManagedResourceCompilerTool"
288                        />
289                        <Tool
290                                Name="VCResourceCompilerTool"
291                        />
292                        <Tool
293                                Name="VCPreLinkEventTool"
294                        />
295                        <Tool
296                                Name="VCLinkerTool"
297                                OutputFile="../../Dist/modules/$(ProjectName).dll"
298                                LinkIncremental="1"
299                                ModuleDefinitionFile="SysTray.def"
300                                GenerateDebugInformation="true"
301                                SubSystem="2"
302                                OptimizeReferences="2"
303                                EnableCOMDATFolding="2"
304                                ImportLibrary="$(OutDir)/SysTray.lib"
305                                TargetMachine="1"
306                        />
307                        <Tool
308                                Name="VCALinkTool"
309                        />
310                        <Tool
311                                Name="VCManifestTool"
312                        />
313                        <Tool
314                                Name="VCXDCMakeTool"
315                        />
316                        <Tool
317                                Name="VCBscMakeTool"
318                        />
319                        <Tool
320                                Name="VCFxCopTool"
321                        />
322                        <Tool
323                                Name="VCAppVerifierTool"
324                        />
325                        <Tool
326                                Name="VCWebDeploymentTool"
327                        />
328                        <Tool
329                                Name="VCPostBuildEventTool"
330                        />
331                </Configuration>
332        </Configurations>
333        <References>
334        </References>
335        <Files>
336                <Filter
337                        Name="Source Files"
338                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
339                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
340                        >
341                        <File
342                                RelativePath="..\..\include\arrayBuffer.cpp"
343                                >
344                        </File>
345                        <File
346                                RelativePath="..\..\include\NSCHelper.cpp"
347                                >
348                        </File>
349                        <File
350                                RelativePath="..\..\include\ServiceCmd.cpp"
351                                >
352                        </File>
353                        <File
354                                RelativePath=".\stdafx.cpp"
355                                >
356                                <FileConfiguration
357                                        Name="Release|Win32"
358                                        >
359                                        <Tool
360                                                Name="VCCLCompilerTool"
361                                                UsePrecompiledHeader="1"
362                                        />
363                                </FileConfiguration>
364                                <FileConfiguration
365                                        Name="Debug|Win32"
366                                        >
367                                        <Tool
368                                                Name="VCCLCompilerTool"
369                                                UsePrecompiledHeader="1"
370                                        />
371                                </FileConfiguration>
372                                <FileConfiguration
373                                        Name="Distribution|Win32"
374                                        >
375                                        <Tool
376                                                Name="VCCLCompilerTool"
377                                                UsePrecompiledHeader="1"
378                                        />
379                                </FileConfiguration>
380                                <FileConfiguration
381                                        Name="Nightly|Win32"
382                                        >
383                                        <Tool
384                                                Name="VCCLCompilerTool"
385                                                UsePrecompiledHeader="1"
386                                        />
387                                </FileConfiguration>
388                        </File>
389                        <File
390                                RelativePath=".\SysTray.cpp"
391                                >
392                        </File>
393                        <File
394                                RelativePath=".\SysTray.def"
395                                >
396                        </File>
397                        <File
398                                RelativePath=".\TrayIcon.cpp"
399                                >
400                        </File>
401                </Filter>
402                <Filter
403                        Name="Header Files"
404                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
405                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
406                        >
407                        <File
408                                RelativePath="..\..\include\config.h"
409                                >
410                        </File>
411                        <File
412                                RelativePath="..\..\include\NSCHelper.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath=".\resource.h"
417                                >
418                        </File>
419                        <File
420                                RelativePath="..\..\include\ServiceCmd.h"
421                                >
422                        </File>
423                        <File
424                                RelativePath=".\stdafx.h"
425                                >
426                        </File>
427                        <File
428                                RelativePath=".\SysTray.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath=".\TrayIcon.h"
433                                >
434                        </File>
435                </Filter>
436                <Filter
437                        Name="Resource Files"
438                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
439                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
440                        >
441                        <File
442                                RelativePath=".\res\standby.ico"
443                                >
444                        </File>
445                        <File
446                                RelativePath=".\SysTray.rc"
447                                >
448                        </File>
449                </Filter>
450                <File
451                        RelativePath=".\ReadMe.txt"
452                        >
453                </File>
454        </Files>
455        <Globals>
456        </Globals>
457</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.