diff options
-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'"> |