diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 20:16:33 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 20:16:33 +0000 |
commit | 7beb51e18ac8f2b802b713fc8684c65ffafc237d (patch) | |
tree | 1a12faddeb3ef8f349aa06b48ba10add13639760 /bin11/mir_full.sln | |
parent | 74626cfc6fc8d77c7ca0e99d7001e06f39091f76 (diff) |
- HTTPServer: added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@3204 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin11/mir_full.sln')
-rw-r--r-- | bin11/mir_full.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin11/mir_full.sln b/bin11/mir_full.sln index a4c5a7ec04..89d9a81f37 100644 --- a/bin11/mir_full.sln +++ b/bin11/mir_full.sln @@ -363,6 +363,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StartPosition", "..\plugins EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SMS", "..\plugins\SMS\sms_11.vcxproj", "{A3EA507E-C77E-4966-9AEE-51442AF96E4D}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPServer", "..\plugins\HTTPServer\HTTPServer_11.vcxproj", "{F7A70398-AFA0-4A58-B645-85268F9517DE}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -1611,6 +1613,14 @@ Global {A3EA507E-C77E-4966-9AEE-51442AF96E4D}.Release|Win32.Build.0 = Release|Win32
{A3EA507E-C77E-4966-9AEE-51442AF96E4D}.Release|x64.ActiveCfg = Release|x64
{A3EA507E-C77E-4966-9AEE-51442AF96E4D}.Release|x64.Build.0 = Release|x64
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Debug|Win32.Build.0 = Debug|Win32
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Debug|x64.ActiveCfg = Debug|x64
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Debug|x64.Build.0 = Debug|x64
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Release|Win32.ActiveCfg = Release|Win32
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Release|Win32.Build.0 = Release|Win32
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Release|x64.ActiveCfg = Release|x64
+ {F7A70398-AFA0-4A58-B645-85268F9517DE}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|