summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/vc.common/lib.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/vc.common/lib.props b/build/vc.common/lib.props
index dcc90eae91..d3a645be8d 100644
--- a/build/vc.common/lib.props
+++ b/build/vc.common/lib.props
@@ -22,8 +22,8 @@
</ItemGroup>
<PropertyGroup>
<ConfigurationType>DynamicLibrary</ConfigurationType>
- <OutDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\libs\</OutDir>
- <OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\libs\</OutDir>
+ <OutDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Libs\</OutDir>
+ <OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Libs\</OutDir>
</PropertyGroup>
<Import Project="common.props"/>
</Project>