diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-06 09:53:04 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-06 09:53:04 +0000 |
commit | dd57eae8a354b5b10306b1bf75fb023a8460adb7 (patch) | |
tree | fb97a893432e4ae97f3c2501ada6f25f5736f3d8 /bin11/mir_full.sln | |
parent | 4280935aedbd3f13af57dd230c2fc04364d67660 (diff) |
- pu_stub added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@3452 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 89d9a81f37..95365037ae 100644 --- a/bin11/mir_full.sln +++ b/bin11/mir_full.sln @@ -365,6 +365,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SMS", "..\plugins\SMS\sms_1 EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPServer", "..\plugins\HTTPServer\HTTPServer_11.vcxproj", "{F7A70398-AFA0-4A58-B645-85268F9517DE}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pu_stub", "..\plugins\PluginUpdater\pu_stub\pu_stub_11.vcxproj", "{121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -1621,6 +1623,14 @@ Global {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
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Debug|Win32.ActiveCfg = Debug|Win32
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Debug|Win32.Build.0 = Debug|Win32
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Debug|x64.ActiveCfg = Debug|x64
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Debug|x64.Build.0 = Debug|x64
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Release|Win32.ActiveCfg = Release|Win32
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Release|Win32.Build.0 = Release|Win32
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Release|x64.ActiveCfg = Release|x64
+ {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|