diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 08:27:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 08:27:51 +0000 |
commit | c136cd1708b19561b84cf2ec019a0aacbbe87ac4 (patch) | |
tree | df2f28bf70aeab6ce22c16aade602b1d66c49f6d /protocols | |
parent | bd65cffeed3d8b9e86a60fcc8d81733fba42a420 (diff) |
projects references fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Sametime/sametime_14.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/sametime_14.vcxproj b/protocols/Sametime/sametime_14.vcxproj index f309083b9b..e669f57866 100644 --- a/protocols/Sametime/sametime_14.vcxproj +++ b/protocols/Sametime/sametime_14.vcxproj @@ -333,7 +333,7 @@ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="src\glib\glib_12.vcxproj">
+ <ProjectReference Include="src\glib\glib_14.vcxproj">
<Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
</ProjectReference>
</ItemGroup>
|