diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:52:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:52:32 +0000 |
commit | 7895cc6fe02c577394578d0d45cbcf20cbdfc80b (patch) | |
tree | fd4464f9584c5a0b4380104d1daaa23dbe054f54 /bin14 | |
parent | 6d8845ee8ed0cef4d65df24ff1429b534ca58d4f (diff) |
ieview: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin14')
-rw-r--r-- | bin14/mir_dev.sln | 2 | ||||
-rw-r--r-- | bin14/mir_full.sln | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index d1eb241f14..dc6d914685 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -76,7 +76,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_14.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_14.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}"
EndProject
diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index e6e2d4bf72..c43e132468 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -76,7 +76,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_14.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_14.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}"
EndProject
|