From b4ef738aeeb0c3dcf713faa84b1d10734e27a4a5 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 20 May 2012 13:20:35 +0000 Subject: small project fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Weather/proto_weather/proto_weather_10.vcxproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'protocols/Weather/proto_weather') diff --git a/protocols/Weather/proto_weather/proto_weather_10.vcxproj b/protocols/Weather/proto_weather/proto_weather_10.vcxproj index 408b20b82a..da8223caa9 100644 --- a/protocols/Weather/proto_weather/proto_weather_10.vcxproj +++ b/protocols/Weather/proto_weather/proto_weather_10.vcxproj @@ -63,18 +63,18 @@ <_ProjectFileVersion>10.0.30319.1 - $(Configuration)\ - $(Configuration)\Obj\ + $(SolutionDir)$(Configuration)/Icons\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true - $(Configuration)\ - $(Configuration)\Obj\ + $(SolutionDir)$(Configuration)/Icons\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true - $(Configuration)64\ - $(Configuration)64\Obj\ + $(SolutionDir)$(Configuration)64/Icons\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ true false - $(Configuration)64\ - $(Configuration)64\Obj\ + $(SolutionDir)$(Configuration)64/Icons\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ true false false -- cgit v1.2.3