diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-08 15:27:46 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-08 15:27:46 (GMT) |
commit | ec63747debada50f7e68b2c9aef9ef75aec45558 (patch) | |
tree | e01ba37819a34a42ef2aa0621faa7eef15a23559 /visual/VS2010/frametest | |
parent | c6fd78f4f163249468fbe6f1eaa7088635820f39 (diff) | |
download | lz4-ec63747debada50f7e68b2c9aef9ef75aec45558.zip lz4-ec63747debada50f7e68b2c9aef9ef75aec45558.tar.gz lz4-ec63747debada50f7e68b2c9aef9ef75aec45558.tar.bz2 |
VS project: added IntDir
Diffstat (limited to 'visual/VS2010/frametest')
-rw-r--r-- | visual/VS2010/frametest/frametest.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/visual/VS2010/frametest/frametest.vcxproj b/visual/VS2010/frametest/frametest.vcxproj index 7ac7e33..2421a7e 100644 --- a/visual/VS2010/frametest/frametest.vcxproj +++ b/visual/VS2010/frametest/frametest.vcxproj @@ -22,7 +22,8 @@ <ProjectGuid>{39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>frametest</RootNamespace> - <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> + <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir> + <IntDir>$(SolutionDir)obj\$(Platform)_$(Configuration)\</IntDir> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |