diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-07-25 09:02:58 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-07-25 09:02:58 +0200 |
commit | 8207b80371412df167e9757a04d18bddf656206f (patch) | |
tree | bda8de5d593630aab02dcb1d47978f6bfcdae39b /StormLib_test.vcxproj | |
parent | 6a1146d2d577337337682362a766b56238fd27e0 (diff) |
+ Fixed also for VS 2012
Diffstat (limited to 'StormLib_test.vcxproj')
-rw-r--r-- | StormLib_test.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj index dd0dbdf..1d37285 100644 --- a/StormLib_test.vcxproj +++ b/StormLib_test.vcxproj @@ -82,8 +82,8 @@ <LinkIncremental>false</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\</IntDir> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |