diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 07:53:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 07:53:55 +0000 |
commit | 2e29576b70d2549c02bd7bf356644e1234e483b6 (patch) | |
tree | 9b7d73d02f138e4b57d34b8d8c1ac39c9d001623 /bin10 | |
parent | 98eb3655b536fb45f97b4e6112010cf9d95fb7ac (diff) |
nimcontact: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14711 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10')
-rw-r--r-- | bin10/mir_dev.sln | 2 | ||||
-rw-r--r-- | bin10/mir_full.sln | 2 | ||||
-rw-r--r-- | bin10/mir_full_pro.sln | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index e45045af11..cb7390eddb 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -353,7 +353,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgP EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_10.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact_10.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_10.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}"
EndProject
diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 64012decad..dac98b080f 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -358,7 +358,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\B EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgPopup\MsgPopup.vcxproj", "{1E702CF1-E52F-49F8-915A-FCBBCE554774}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact_10.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_10.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}"
EndProject
diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 9836520ee7..121a559919 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -394,7 +394,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgP EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_10.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact_10.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_10.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}"
EndProject
|