- Timestamp:
- 09/14/08 23:21:44 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 8986739
- Parents:
- 7221dc8
- File:
-
- 1 edited
-
helpers/systray_helper/systray_helper.vcproj (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helpers/systray_helper/systray_helper.vcproj
rbc97cd8 rc37e58f 21 21 <Configuration 22 22 Name="Debug|Win32" 23 OutputDirectory="$( PlatformName)\$(ConfigurationName)"24 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"23 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 24 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 25 25 ConfigurationType="1" 26 26 CharacterSet="1" … … 65 65 <Tool 66 66 Name="VCLinkerTool" 67 OutputFile=" ..\..\Debug/systray.exe"67 OutputFile="$(OutDir)\nstray.exe" 68 68 LinkIncremental="2" 69 69 GenerateDebugInformation="true" … … 98 98 <Configuration 99 99 Name="Debug|x64" 100 OutputDirectory="$( PlatformName)\$(ConfigurationName)"101 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"100 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 101 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 102 102 ConfigurationType="1" 103 103 CharacterSet="1" … … 143 143 <Tool 144 144 Name="VCLinkerTool" 145 OutputFile=" ..\..\Debug/systray.exe"145 OutputFile="$(OutDir)\nstray.exe" 146 146 LinkIncremental="2" 147 147 GenerateDebugInformation="true" … … 177 177 Name="Release|Win32" 178 178 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 179 IntermediateDirectory=" tmp\$(PlatformName)\$(ConfigurationName)"179 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 180 180 ConfigurationType="1" 181 181 CharacterSet="1" … … 218 218 <Tool 219 219 Name="VCLinkerTool" 220 OutputFile=" ..\..\Release/systray.exe"220 OutputFile="$(OutDir)\nstray.exe" 221 221 LinkIncremental="1" 222 222 GenerateDebugInformation="true" … … 254 254 Name="Release|x64" 255 255 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 256 IntermediateDirectory=" tmp\$(PlatformName)\$(ConfigurationName)"256 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 257 257 ConfigurationType="1" 258 258 CharacterSet="1" … … 296 296 <Tool 297 297 Name="VCLinkerTool" 298 OutputFile="$(OutDir)\ systray.exe"298 OutputFile="$(OutDir)\nstray.exe" 299 299 LinkIncremental="1" 300 300 GenerateDebugInformation="true" … … 332 332 Name="Nightly|Win32" 333 333 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 334 IntermediateDirectory=" tmp\$(PlatformName)\$(ConfigurationName)"334 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 335 335 ConfigurationType="1" 336 336 CharacterSet="1" … … 373 373 <Tool 374 374 Name="VCLinkerTool" 375 OutputFile="$(OutDir)\ systray.exe"375 OutputFile="$(OutDir)\nstray.exe" 376 376 LinkIncremental="1" 377 377 GenerateDebugInformation="false" … … 409 409 Name="Nightly|x64" 410 410 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 411 IntermediateDirectory=" tmp\$(PlatformName)\$(ConfigurationName)"411 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 412 412 ConfigurationType="1" 413 413 CharacterSet="1" … … 451 451 <Tool 452 452 Name="VCLinkerTool" 453 OutputFile="$(OutDir)\ systray.exe"453 OutputFile="$(OutDir)\nstray.exe" 454 454 LinkIncremental="1" 455 455 GenerateDebugInformation="false"
Note: See TracChangeset
for help on using the changeset viewer.








