diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-21 06:01:31 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-21 06:01:31 +0000 |
commit | a779d4e801d471a561390846b7371801be264eb7 (patch) | |
tree | 63ad9416e4f05eb9ec43fdb6e4d5dc32fff9b577 /build/vc.common/common.props | |
parent | 55cab56aa8361b520ea830e21eae9eb230e1b937 (diff) |
added vc2015
git-svn-id: http://svn.miranda-ng.org/main/trunk@14592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common/common.props')
-rw-r--r-- | build/vc.common/common.props | 1 |
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>
|