diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-02 21:15:42 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-02 21:15:42 +0000 |
commit | 7354b2e8e85f3ba032d43a32a3337c56b54e4578 (patch) | |
tree | 66e6adcc4ef026e34cb1d7cee0cf709321f63996 /Autorun | |
parent | 0bb4feae3557e604a70f55fa78f287b0ad170495 (diff) |
Приведение проектов к каноническому виду часть 2
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@293 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Autorun')
-rw-r--r-- | Autorun/autorun.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Autorun/autorun.vcxproj b/Autorun/autorun.vcxproj index 1dcf8e2..4c24b4c 100644 --- a/Autorun/autorun.vcxproj +++ b/Autorun/autorun.vcxproj @@ -66,8 +66,8 @@ <IntDir>$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <OutDir>$(SolutionDir)\$(Configuration) $(Platform)/Plugins\</OutDir>
- <IntDir>$(SolutionDir)\$(Configuration) $(Platform)/Obj/$(ProjectName)\</IntDir>
+ <OutDir>$(SolutionDir)$(Configuration)64/Plugins\</OutDir>
+ <IntDir>$(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)/Plugins\</OutDir>
|