diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-15 14:06:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-15 14:06:10 +0300 |
commit | 8321d69eda664b4f48fe98c85529b6eed923307e (patch) | |
tree | a409811fd478507f45dccefd0a4e71daa0f4514d /protocols/Sametime | |
parent | 5a5420d51681a81c922a2017d38e0c9ae65fb94e (diff) |
fix for Sametime project
Diffstat (limited to 'protocols/Sametime')
-rw-r--r-- | protocols/Sametime/sametime.vcxproj | 5 |
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> |