libresman

diff examples/imgthumbs/imgthumbs.vcproj @ 20:c6073bf9fd38

finally! async loading works. Now on to inotify...
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 12 Feb 2014 16:02:12 +0200
parents 04362221f12d
children
line diff
     1.1 --- a/examples/imgthumbs/imgthumbs.vcproj	Wed Feb 12 06:54:52 2014 +0200
     1.2 +++ b/examples/imgthumbs/imgthumbs.vcproj	Wed Feb 12 16:02:12 2014 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  		<Configuration
     1.5  			Name="Debug|Win32"
     1.6  			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     1.7 -			IntermediateDirectory="$(ConfigurationName)"
     1.8 +			IntermediateDirectory="$(ProjectDir)$(ConfigurationName)"
     1.9  			ConfigurationType="1"
    1.10  			InheritedPropertySheets="..\resman.vsprops"
    1.11  			CharacterSet="2"
    1.12 @@ -93,7 +93,7 @@
    1.13  		<Configuration
    1.14  			Name="Release|Win32"
    1.15  			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.16 -			IntermediateDirectory="$(ConfigurationName)"
    1.17 +			IntermediateDirectory="$(ProjectDir)$(ConfigurationName)"
    1.18  			ConfigurationType="1"
    1.19  			InheritedPropertySheets="..\resman.vsprops"
    1.20  			CharacterSet="2"