source: nscp/trunk/modules/SysTray/SysTray.vcproj @ e0705d4

Last change on this file since e0705d4 was e0705d4, checked in by Michael Medin <michael@…>, 8 years ago

Initial release

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="SysTray"
6        ProjectGUID="{BBFF8362-C626-4838-B0A2-F695D638AD24}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="../include;../../include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;_STLP_USE_MALLOC"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="1"
27                                UsePrecompiledHeader="3"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                OutputFile="../../Debug/modules/$(ProjectName).dll"
36                                ModuleDefinitionFile="SysTray.def"
37                                GenerateDebugInformation="TRUE"
38                                ImportLibrary="$(OutDir)/SysTray.lib"
39                                TargetMachine="1"/>
40                        <Tool
41                                Name="VCMIDLTool"/>
42                        <Tool
43                                Name="VCPostBuildEventTool"/>
44                        <Tool
45                                Name="VCPreBuildEventTool"/>
46                        <Tool
47                                Name="VCPreLinkEventTool"/>
48                        <Tool
49                                Name="VCResourceCompilerTool"/>
50                        <Tool
51                                Name="VCWebServiceProxyGeneratorTool"/>
52                        <Tool
53                                Name="VCXMLDataGeneratorTool"/>
54                        <Tool
55                                Name="VCWebDeploymentTool"/>
56                        <Tool
57                                Name="VCManagedWrapperGeneratorTool"/>
58                        <Tool
59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60                </Configuration>
61                <Configuration
62                        Name="Release|Win32"
63                        OutputDirectory="Release"
64                        IntermediateDirectory="Release"
65                        ConfigurationType="2"
66                        CharacterSet="2">
67                        <Tool
68                                Name="VCCLCompilerTool"
69                                AdditionalIncludeDirectories="../include;../../include"
70                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS"
71                                RuntimeLibrary="0"
72                                UsePrecompiledHeader="3"
73                                WarningLevel="3"
74                                Detect64BitPortabilityProblems="TRUE"
75                                DebugInformationFormat="3"/>
76                        <Tool
77                                Name="VCCustomBuildTool"/>
78                        <Tool
79                                Name="VCLinkerTool"
80                                OutputFile="../../Release/modules/$(ProjectName).dll"
81                                LinkIncremental="1"
82                                ModuleDefinitionFile="SysTray.def"
83                                GenerateDebugInformation="TRUE"
84                                SubSystem="2"
85                                OptimizeReferences="2"
86                                EnableCOMDATFolding="2"
87                                ImportLibrary="$(OutDir)/SysTray.lib"
88                                TargetMachine="1"/>
89                        <Tool
90                                Name="VCMIDLTool"/>
91                        <Tool
92                                Name="VCPostBuildEventTool"/>
93                        <Tool
94                                Name="VCPreBuildEventTool"/>
95                        <Tool
96                                Name="VCPreLinkEventTool"/>
97                        <Tool
98                                Name="VCResourceCompilerTool"/>
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"/>
101                        <Tool
102                                Name="VCXMLDataGeneratorTool"/>
103                        <Tool
104                                Name="VCWebDeploymentTool"/>
105                        <Tool
106                                Name="VCManagedWrapperGeneratorTool"/>
107                        <Tool
108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
109                </Configuration>
110        </Configurations>
111        <References>
112        </References>
113        <Files>
114                <Filter
115                        Name="Source Files"
116                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
117                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
118                        <File
119                                RelativePath="..\..\include\NSCHelper.cpp">
120                        </File>
121                        <File
122                                RelativePath=".\stdafx.cpp">
123                                <FileConfiguration
124                                        Name="Debug|Win32">
125                                        <Tool
126                                                Name="VCCLCompilerTool"
127                                                UsePrecompiledHeader="1"/>
128                                </FileConfiguration>
129                                <FileConfiguration
130                                        Name="Release|Win32">
131                                        <Tool
132                                                Name="VCCLCompilerTool"
133                                                UsePrecompiledHeader="1"/>
134                                </FileConfiguration>
135                        </File>
136                        <File
137                                RelativePath=".\SysTray.cpp">
138                        </File>
139                        <File
140                                RelativePath=".\SysTray.def">
141                        </File>
142                        <File
143                                RelativePath=".\TrayIcon.cpp">
144                        </File>
145                </Filter>
146                <Filter
147                        Name="Header Files"
148                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
149                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
150                        <File
151                                RelativePath="..\..\include\NSCHelper.h">
152                        </File>
153                        <File
154                                RelativePath=".\resource.h">
155                        </File>
156                        <File
157                                RelativePath=".\stdafx.h">
158                        </File>
159                        <File
160                                RelativePath=".\SysTray.h">
161                        </File>
162                        <File
163                                RelativePath=".\TrayIcon.h">
164                        </File>
165                </Filter>
166                <Filter
167                        Name="Resource Files"
168                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
169                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
170                        <File
171                                RelativePath=".\res\standby.ico">
172                        </File>
173                        <File
174                                RelativePath=".\SysTray.rc">
175                        </File>
176                </Filter>
177                <File
178                        RelativePath=".\ReadMe.txt">
179                </File>
180        </Files>
181        <Globals>
182        </Globals>
183</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.