summaryrefslogtreecommitdiff
path: root/protocols/Sametime
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-04-15 14:06:10 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-04-15 14:06:10 +0300
commit8321d69eda664b4f48fe98c85529b6eed923307e (patch)
treea409811fd478507f45dccefd0a4e71daa0f4514d /protocols/Sametime
parent5a5420d51681a81c922a2017d38e0c9ae65fb94e (diff)
fix for Sametime project
Diffstat (limited to 'protocols/Sametime')
-rw-r--r--protocols/Sametime/sametime.vcxproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Sametime/sametime.vcxproj b/protocols/Sametime/sametime.vcxproj
index d117147b7e..b778ca8337 100644
--- a/protocols/Sametime/sametime.vcxproj
+++ b/protocols/Sametime/sametime.vcxproj
@@ -40,7 +40,10 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="src\glib\glib_15.vcxproj">
+ <ProjectReference Condition="'$(VisualStudioVersion)' == '15.0'" Include="src\glib\glib_15.vcxproj">
+ <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
+ </ProjectReference>
+ <ProjectReference Condition="'$(VisualStudioVersion)' == '16.0'" Include="src\glib\glib_16.vcxproj">
<Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
</ProjectReference>
</ItemGroup>