diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 11:09:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 11:09:09 +0000 |
commit | 4de481d21875be49d114de8cb83fa12e02685b86 (patch) | |
tree | ac0a01875444120055d03b2b08e40d999b6e8132 /bin14 | |
parent | 22b4701daaf78b2e95d51d2eb487a5958ec4e73e (diff) |
PasteIt: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14718 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 741f7eac42..e9b428daa7 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -268,7 +268,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CmdLine", "..\plugins\CmdLi EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MimCmd", "..\plugins\MimCmd\MimCmd.vcxproj", "{1E3BB48A-FFBC-4A03-8C43-9124A484BE51}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PasteIt", "..\plugins\PasteIt\PasteIt_14.vcxproj", "{BAEBC482-CDA9-4053-A7D0-08222E85118E}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PasteIt", "..\plugins\PasteIt\PasteIt.vcxproj", "{BAEBC482-CDA9-4053-A7D0-08222E85118E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SendSS", "..\plugins\SendScreenshotPlus\SendSS_14.vcxproj", "{CEAD8BCF-1F22-4E00-9F6D-E33405B00552}"
EndProject
diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index fc5b9741f0..8d3a6fd23c 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -270,7 +270,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MimCmd", "..\plugins\MimCmd EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTPFile", "..\plugins\FTPFileYM\ftpfile.vcxproj", "{73482497-9F57-4819-A9AB-5D841A9F072D}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PasteIt", "..\plugins\PasteIt\PasteIt_14.vcxproj", "{BAEBC482-CDA9-4053-A7D0-08222E85118E}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PasteIt", "..\plugins\PasteIt\PasteIt.vcxproj", "{BAEBC482-CDA9-4053-A7D0-08222E85118E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SendSS", "..\plugins\SendScreenshotPlus\SendSS_14.vcxproj", "{CEAD8BCF-1F22-4E00-9F6D-E33405B00552}"
EndProject
|