summaryrefslogtreecommitdiffstats
path: root/visual/VS2010/lz4-dll/lz4-dll.vcxproj
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 15:59:38 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 15:59:38 (GMT)
commit96ea2e36308da93dd89fc47dfdf9e6cc2ba730b6 (patch)
tree3acdb48ce468c1e3601d2ba9dff0bac3ad609979 /visual/VS2010/lz4-dll/lz4-dll.vcxproj
parent39157c9f3c8edd969594a7eec94c74a219dc6a26 (diff)
downloadlz4-96ea2e36308da93dd89fc47dfdf9e6cc2ba730b6.zip
lz4-96ea2e36308da93dd89fc47dfdf9e6cc2ba730b6.tar.gz
lz4-96ea2e36308da93dd89fc47dfdf9e6cc2ba730b6.tar.bz2
updated IntDir
Diffstat (limited to 'visual/VS2010/lz4-dll/lz4-dll.vcxproj')
-rw-r--r--visual/VS2010/lz4-dll/lz4-dll.vcxproj6
1 files changed, 1 insertions, 5 deletions
diff --git a/visual/VS2010/lz4-dll/lz4-dll.vcxproj b/visual/VS2010/lz4-dll/lz4-dll.vcxproj
index 0480cb0..cb44957 100644
--- a/visual/VS2010/lz4-dll/lz4-dll.vcxproj
+++ b/visual/VS2010/lz4-dll/lz4-dll.vcxproj
@@ -23,7 +23,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>lz4-dll</RootNamespace>
<OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)obj\$(Platform)_$(Configuration)\</IntDir>
+ <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -67,26 +67,22 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetName>liblz4_x86</TargetName>
- <IntDir>$(Platform)\$(Configuration)\</IntDir>
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<TargetName>liblz4_x64</TargetName>
- <IntDir>$(Platform)\$(Configuration)\</IntDir>
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>liblz4_x86</TargetName>
- <IntDir>$(Platform)\$(Configuration)\</IntDir>
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>liblz4_x64</TargetName>
- <IntDir>$(Platform)\$(Configuration)\</IntDir>
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>