summaryrefslogtreecommitdiff
path: root/build/vc.common
diff options
context:
space:
mode:
Diffstat (limited to 'build/vc.common')
-rw-r--r--build/vc.common/common.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props
index 65d2fdfc9b..411b3c72db 100644
--- a/build/vc.common/common.props
+++ b/build/vc.common/common.props
@@ -4,6 +4,7 @@
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<CommonLibDir Condition="'$(VisualStudioVersion)' == '10.0'">$(ProjectDir)..\..\bin10\lib</CommonLibDir>
<CommonLibDir Condition="'$(VisualStudioVersion)' == '12.0'">$(ProjectDir)..\..\bin12\lib</CommonLibDir>
+ <CommonLibDir Condition="'$(VisualStudioVersion)' == '14.0'">$(ProjectDir)..\..\bin14\lib</CommonLibDir>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>$(ProjectName)</RootNamespace>