Changeset 9ce8b01 in nscp for modules/SysTray
- Timestamp:
- 11/15/06 20:53:39 (7 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 1a22e52
- Parents:
- 7aef770
- File:
-
- 1 edited
-
modules/SysTray/SysTray.vcproj (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/SysTray/SysTray.vcproj
r6817602 r9ce8b01 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8.00" 5 5 Name="SysTray" 6 6 ProjectGUID="{BBFF8362-C626-4838-B0A2-F695D638AD24}" 7 Keyword="Win32Proj"> 7 Keyword="Win32Proj" 8 > 8 9 <Platforms> 9 10 <Platform 10 Name="Win32"/> 11 Name="Win32" 12 /> 11 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 12 16 <Configurations> 13 17 <Configuration … … 16 20 IntermediateDirectory="$(ConfigurationName)" 17 21 ConfigurationType="2" 18 CharacterSet="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 /> 19 40 <Tool 20 41 Name="VCCLCompilerTool" … … 22 43 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 23 44 RuntimeLibrary="2" 24 UsePrecompiledHeader=" 3"45 UsePrecompiledHeader="2" 25 46 WarningLevel="3" 26 Detect64BitPortabilityProblems="TRUE" 27 DebugInformationFormat="3"/> 28 <Tool 29 Name="VCCustomBuildTool"/> 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 /> 30 59 <Tool 31 60 Name="VCLinkerTool" … … 33 62 LinkIncremental="1" 34 63 ModuleDefinitionFile="SysTray.def" 35 GenerateDebugInformation=" TRUE"64 GenerateDebugInformation="true" 36 65 SubSystem="2" 37 66 OptimizeReferences="2" 38 67 EnableCOMDATFolding="2" 39 68 ImportLibrary="$(OutDir)/SysTray.lib" 40 TargetMachine="1"/> 41 <Tool 42 Name="VCMIDLTool"/> 43 <Tool 44 Name="VCPostBuildEventTool"/> 45 <Tool 46 Name="VCPreBuildEventTool"/> 47 <Tool 48 Name="VCPreLinkEventTool"/> 49 <Tool 50 Name="VCResourceCompilerTool"/> 51 <Tool 52 Name="VCWebServiceProxyGeneratorTool"/> 53 <Tool 54 Name="VCXMLDataGeneratorTool"/> 55 <Tool 56 Name="VCWebDeploymentTool"/> 57 <Tool 58 Name="VCManagedWrapperGeneratorTool"/> 59 <Tool 60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 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 /> 61 95 </Configuration> 62 96 <Configuration … … 65 99 IntermediateDirectory="$(ConfigurationName)" 66 100 ConfigurationType="2" 67 CharacterSet="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 /> 68 119 <Tool 69 120 Name="VCCLCompilerTool" … … 71 122 AdditionalIncludeDirectories="../include;../../include" 72 123 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 73 MinimalRebuild=" TRUE"124 MinimalRebuild="true" 74 125 BasicRuntimeChecks="3" 75 126 RuntimeLibrary="3" 76 UsePrecompiledHeader=" 3"127 UsePrecompiledHeader="2" 77 128 WarningLevel="3" 78 Detect64BitPortabilityProblems="TRUE" 79 DebugInformationFormat="4"/> 80 <Tool 81 Name="VCCustomBuildTool"/> 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 /> 82 141 <Tool 83 142 Name="VCLinkerTool" 84 143 OutputFile="../../Debug/modules/$(ProjectName).dll" 85 144 ModuleDefinitionFile="SysTray.def" 86 GenerateDebugInformation=" TRUE"145 GenerateDebugInformation="true" 87 146 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"/> 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 /> 109 173 </Configuration> 110 174 <Configuration … … 113 177 IntermediateDirectory="$(ConfigurationName)" 114 178 ConfigurationType="2" 115 CharacterSet="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 /> 116 197 <Tool 117 198 Name="VCCLCompilerTool" … … 119 200 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 120 201 RuntimeLibrary="2" 121 UsePrecompiledHeader=" 3"202 UsePrecompiledHeader="2" 122 203 WarningLevel="3" 123 Detect64BitPortabilityProblems="TRUE" 124 DebugInformationFormat="3"/> 125 <Tool 126 Name="VCCustomBuildTool"/> 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 /> 127 216 <Tool 128 217 Name="VCLinkerTool" … … 130 219 LinkIncremental="1" 131 220 ModuleDefinitionFile="SysTray.def" 132 GenerateDebugInformation=" TRUE"221 GenerateDebugInformation="true" 133 222 SubSystem="2" 134 223 OptimizeReferences="2" 135 224 EnableCOMDATFolding="2" 136 225 ImportLibrary="$(OutDir)/SysTray.lib" 137 TargetMachine="1"/> 138 <Tool 139 Name="VCMIDLTool"/> 140 <Tool 141 Name="VCPostBuildEventTool"/> 142 <Tool 143 Name="VCPreBuildEventTool"/> 144 <Tool 145 Name="VCPreLinkEventTool"/> 146 <Tool 147 Name="VCResourceCompilerTool"/> 148 <Tool 149 Name="VCWebServiceProxyGeneratorTool"/> 150 <Tool 151 Name="VCXMLDataGeneratorTool"/> 152 <Tool 153 Name="VCWebDeploymentTool"/> 154 <Tool 155 Name="VCManagedWrapperGeneratorTool"/> 156 <Tool 157 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 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 /> 158 252 </Configuration> 159 253 </Configurations> … … 164 258 Name="Source Files" 165 259 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 166 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 167 <File 168 RelativePath="..\..\include\arrayBuffer.cpp"> 169 </File> 170 <File 171 RelativePath="..\..\include\NSCHelper.cpp"> 172 </File> 173 <File 174 RelativePath="..\..\include\ServiceCmd.cpp"> 175 </File> 176 <File 177 RelativePath=".\stdafx.cpp"> 260 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 261 > 262 <File 263 RelativePath="..\..\include\arrayBuffer.cpp" 264 > 265 </File> 266 <File 267 RelativePath="..\..\include\NSCHelper.cpp" 268 > 269 </File> 270 <File 271 RelativePath="..\..\include\ServiceCmd.cpp" 272 > 273 </File> 274 <File 275 RelativePath=".\stdafx.cpp" 276 > 178 277 <FileConfiguration 179 Name="Release|Win32"> 278 Name="Release|Win32" 279 > 180 280 <Tool 181 281 Name="VCCLCompilerTool" 182 UsePrecompiledHeader="1"/> 282 UsePrecompiledHeader="1" 283 /> 183 284 </FileConfiguration> 184 285 <FileConfiguration 185 Name="Debug|Win32"> 286 Name="Debug|Win32" 287 > 186 288 <Tool 187 289 Name="VCCLCompilerTool" 188 UsePrecompiledHeader="1"/> 290 UsePrecompiledHeader="1" 291 /> 189 292 </FileConfiguration> 190 293 <FileConfiguration 191 Name="Distribution|Win32"> 294 Name="Distribution|Win32" 295 > 192 296 <Tool 193 297 Name="VCCLCompilerTool" 194 UsePrecompiledHeader="1"/> 298 UsePrecompiledHeader="1" 299 /> 195 300 </FileConfiguration> 196 301 </File> 197 302 <File 198 RelativePath=".\SysTray.cpp"> 199 </File> 200 <File 201 RelativePath=".\SysTray.def"> 202 </File> 203 <File 204 RelativePath=".\TrayIcon.cpp"> 303 RelativePath=".\SysTray.cpp" 304 > 305 </File> 306 <File 307 RelativePath=".\SysTray.def" 308 > 309 </File> 310 <File 311 RelativePath=".\TrayIcon.cpp" 312 > 205 313 </File> 206 314 </Filter> … … 208 316 Name="Header Files" 209 317 Filter="h;hpp;hxx;hm;inl;inc;xsd" 210 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 211 <File 212 RelativePath="..\..\include\config.h"> 213 </File> 214 <File 215 RelativePath="..\..\include\NSCHelper.h"> 216 </File> 217 <File 218 RelativePath=".\resource.h"> 219 </File> 220 <File 221 RelativePath="..\..\include\ServiceCmd.h"> 222 </File> 223 <File 224 RelativePath=".\stdafx.h"> 225 </File> 226 <File 227 RelativePath=".\SysTray.h"> 228 </File> 229 <File 230 RelativePath=".\TrayIcon.h"> 318 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 319 > 320 <File 321 RelativePath="..\..\include\config.h" 322 > 323 </File> 324 <File 325 RelativePath="..\..\include\NSCHelper.h" 326 > 327 </File> 328 <File 329 RelativePath=".\resource.h" 330 > 331 </File> 332 <File 333 RelativePath="..\..\include\ServiceCmd.h" 334 > 335 </File> 336 <File 337 RelativePath=".\stdafx.h" 338 > 339 </File> 340 <File 341 RelativePath=".\SysTray.h" 342 > 343 </File> 344 <File 345 RelativePath=".\TrayIcon.h" 346 > 231 347 </File> 232 348 </Filter> … … 234 350 Name="Resource Files" 235 351 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 236 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 237 <File 238 RelativePath=".\res\standby.ico"> 239 </File> 240 <File 241 RelativePath=".\SysTray.rc"> 352 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 353 > 354 <File 355 RelativePath=".\res\standby.ico" 356 > 357 </File> 358 <File 359 RelativePath=".\SysTray.rc" 360 > 242 361 </File> 243 362 </Filter> 244 363 <File 245 RelativePath=".\ReadMe.txt"> 364 RelativePath=".\ReadMe.txt" 365 > 246 366 </File> 247 367 </Files>
Note: See TracChangeset
for help on using the changeset viewer.








