diff options
Diffstat (limited to 'protocols')
| -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>  | 
