diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 08:59:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 08:59:53 +0000 |
commit | 2293e8300f4c7f75161b0fbda8adde10d1d64f1a (patch) | |
tree | 2d2120289c330ed4551c7f6724458460a4bf9e90 /bin14 | |
parent | e2f10dee4e34fd3ef99aa398c004e90539440f33 (diff) |
historysweeperlight: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14666 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 4b7a23fdb2..ed575ccc15 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -74,7 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folde EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_14.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}"
+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}"
EndProject
diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index e27c0fd956..d101962677 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -74,7 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folde EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_14.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}"
+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}"
EndProject
|