diff --git a/Build.bat b/Build.bat
index 685289220..b077c1f22 100644
--- a/Build.bat
+++ b/Build.bat
@@ -14,12 +14,6 @@ FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
%msbuild% SuperSocket.2010.sln /p:Configuration=Release /t:Clean;Rebuild /p:OutputPath=..\bin\Net40\Release
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
-%msbuild% SuperSocket.2010.NET35.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutputPath=..\bin\Net35\Debug
-FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
-
-%msbuild% SuperSocket.2010.NET35.sln /p:Configuration=Release /t:Clean;Rebuild /p:OutputPath=..\bin\Net35\Release
-FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
-
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs\.NETFramework,Version=v4.5" 2>nul
if errorlevel 0 (
%msbuild% SuperSocket.2012.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutputPath=..\bin\Net45\Debug
diff --git a/Common/StringExtension.NET35.cs b/Common/StringExtension.NET35.cs
deleted file mode 100644
index 3574a7d52..000000000
--- a/Common/StringExtension.NET35.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace SuperSocket.Common
-{
- ///
- /// String extension
- ///
- public static partial class StringExtension
- {
- ///
- /// Tries to parse string to enum type.
- ///
- ///
- /// The value.
- /// if set to true [ignore case].
- /// The enum value.
- ///
- public static bool TryParseEnum(this string value, bool ignoreCase, out T enumValue)
- where T : struct
- {
- try
- {
- enumValue = (T)System.Enum.Parse(typeof(T), value, ignoreCase);
- return true;
- }
- catch
- {
- enumValue = default(T);
- return false;
- }
- }
- }
-}
diff --git a/Common/SuperSocket.Common.Net35.csproj b/Common/SuperSocket.Common.Net35.csproj
deleted file mode 100644
index fc1854979..000000000
--- a/Common/SuperSocket.Common.Net35.csproj
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 9.0.30729
- 2.0
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}
- Library
- Properties
- SuperSocket.Common
- SuperSocket.Common
-
-
- 3.5
-
-
- v3.5
- false
-
- publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- true
- AllRules.ruleset
- bin\Debug\SuperSocket.Common.XML
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- AllRules.ruleset
- bin\Release\SuperSocket.Common.XML
- true
-
-
- true
-
-
- ..\supersocket.snk
-
-
-
- False
- ..\Reference\log4net.dll
-
-
-
-
- 3.5
-
-
- False
- ..\Reference\System.Threading.dll
-
-
-
-
-
- GlobalAssemblyInfo.cs
-
-
-
- Code
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
-
\ No newline at end of file
diff --git a/Dlr/SuperSocket.Dlr.Net35.csproj b/Dlr/SuperSocket.Dlr.Net35.csproj
deleted file mode 100644
index 3a5fda805..000000000
--- a/Dlr/SuperSocket.Dlr.Net35.csproj
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}
- Library
- Properties
- SuperSocket.Dlr
- SuperSocket.Dlr
- v3.5
- 512
-
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- true
- bin\Debug\SuperSocket.Dlr.XML
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- true
- bin\Release\SuperSocket.Dlr.XML
-
-
- true
-
-
- ..\supersocket.snk
-
-
-
- False
- ..\Reference\DLR\Net35\Microsoft.Scripting.dll
-
-
- False
- ..\Reference\DLR\Net35\Microsoft.Scripting.Core.dll
-
-
-
-
-
-
-
-
- GlobalAssemblyInfo.cs
-
-
-
-
-
-
-
-
-
-
-
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}
- SuperSocket.Common.Net35
-
-
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}
- SuperSocket.SocketBase.Net35
-
-
-
-
-
\ No newline at end of file
diff --git a/Facility/SuperSocket.Facility.Net35.csproj b/Facility/SuperSocket.Facility.Net35.csproj
deleted file mode 100644
index 5739a4420..000000000
--- a/Facility/SuperSocket.Facility.Net35.csproj
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {01987BAC-C498-44DD-B274-62EA2506B51D}
- Library
- Properties
- SuperSocket.Facility
- SuperSocket.Facility
- v3.5
- 512
-
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- true
- bin\Debug\SuperSocket.Facility.XML
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- true
- bin\Release\SuperSocket.Facility.XML
-
-
- true
-
-
- ..\supersocket.snk
-
-
-
-
-
-
- ..\Reference\System.Threading.dll
-
-
-
-
-
-
- GlobalAssemblyInfo.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}
- SuperSocket.Common.Net35
-
-
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}
- SuperSocket.SocketBase.Net35
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SocketBase/SuperSocket.SocketBase.Net35.csproj b/SocketBase/SuperSocket.SocketBase.Net35.csproj
deleted file mode 100644
index 7c9c5d042..000000000
--- a/SocketBase/SuperSocket.SocketBase.Net35.csproj
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}
- Library
- Properties
- SuperSocket.SocketBase
- SuperSocket.SocketBase
- v3.5
- 512
-
-
-
- true
- full
- false
- bin\Debug\
- TRACE;DEBUG;NET_35
- prompt
- 4
- true
- bin\Debug\SuperSocket.SocketBase.XML
-
-
- pdbonly
- true
- bin\Release\
- TRACE;NET_35
- prompt
- 4
- true
- bin\Release\SuperSocket.SocketBase.XML
-
-
- true
-
-
- ..\supersocket.snk
-
-
-
- ..\Reference\log4net.dll
- False
-
-
-
-
-
- False
- ..\Reference\System.Threading.dll
-
-
-
-
-
- GlobalAssemblyInfo.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}
- SuperSocket.Common.Net35
-
-
-
-
-
\ No newline at end of file
diff --git a/SocketEngine/Extensions.Net35.cs b/SocketEngine/Extensions.Net35.cs
deleted file mode 100644
index a408d6a0e..000000000
--- a/SocketEngine/Extensions.Net35.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Reflection;
-using System.Globalization;
-
-namespace SuperSocket.SocketEngine
-{
- ///
- /// Extensions for .Net 3.5
- ///
- public static class Extensions
- {
- ///
- /// Creates a new instance of the specified type defined in the specified assembly file.
- ///
- /// The app domain.
- /// The assembly file.
- /// Name of the type.
- /// if set to true [ignore case].
- /// The binding attr.
- /// The binder.
- /// The args.
- /// The culture.
- /// The activation attributes.
- ///
- public static object CreateInstanceAndUnwrap(this AppDomain appDomain, string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes)
- {
- return appDomain.CreateInstanceAndUnwrap(assemblyFile, typeName, ignoreCase, bindingAttr, binder, args, culture, activationAttributes, AppDomain.CurrentDomain.Evidence);
- }
-
- ///
- /// Creates the instance from.
- ///
- /// The app domain.
- /// The assembly file.
- /// Name of the type.
- /// if set to true [ignore case].
- /// The binding attr.
- /// The binder.
- /// The args.
- /// The culture.
- /// The activation attributes.
- ///
- public static object CreateInstanceFrom(this AppDomain appDomain, string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes)
- {
- return appDomain.CreateInstanceFrom(assemblyFile, typeName, ignoreCase, bindingAttr, binder, args, culture, activationAttributes, AppDomain.CurrentDomain.Evidence);
- }
- }
-}
diff --git a/SocketEngine/SuperSocket.SocketEngine.Net35.csproj b/SocketEngine/SuperSocket.SocketEngine.Net35.csproj
deleted file mode 100644
index 276e4d17e..000000000
--- a/SocketEngine/SuperSocket.SocketEngine.Net35.csproj
+++ /dev/null
@@ -1,168 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 9.0.30729
- 2.0
- {153FEF72-191C-43D9-BE71-2B351C7AC760}
- Library
- Properties
- SuperSocket.SocketEngine
- SuperSocket.SocketEngine
-
-
- 3.5
-
-
- v3.5
- false
-
- publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- true
- AllRules.ruleset
- bin\Debug\SuperSocket.SocketEngine.XML
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- AllRules.ruleset
- true
- bin\Release\SuperSocket.SocketEngine.XML
-
-
- true
-
-
- ..\supersocket.snk
-
-
-
-
-
- 3.5
-
-
-
- False
- ..\Reference\System.Threading.dll
-
-
-
-
-
- GlobalAssemblyInfo.cs
-
-
-
-
-
- Code
-
-
- Code
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}
- SuperSocket.Common.Net35
-
-
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}
- SuperSocket.SocketBase.Net35
-
-
-
-
-
\ No newline at end of file
diff --git a/SocketService/SuperSocket.SocketService.Net35.csproj b/SocketService/SuperSocket.SocketService.Net35.csproj
deleted file mode 100644
index b8f91b7e0..000000000
--- a/SocketService/SuperSocket.SocketService.Net35.csproj
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 9.0.30729
- 2.0
- {B9113694-7226-4152-938D-3172B11571A1}
- Exe
- Properties
- SuperSocket.SocketService
- SuperSocket.SocketService
-
-
- 3.5
-
-
- v3.5
-
-
- false
-
- publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- true
- AnyCPU
- AllRules.ruleset
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- AllRules.ruleset
-
-
- OnBuildSuccess
-
-
- true
-
-
- ..\supersocket.snk
-
-
-
-
-
-
- 3.5
-
-
-
-
-
-
-
-
-
- GlobalAssemblyInfo.cs
-
-
-
- Component
-
-
- MainService.cs
-
-
-
-
-
- Component
-
-
- SocketServiceInstaller.cs
-
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
- Config\log4net.config
- PreserveNewest
-
-
- App.config
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
-
-
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}
- SuperSocket.Common.Net35
-
-
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}
- SuperSocket.SocketBase.Net35
-
-
- {153FEF72-191C-43D9-BE71-2B351C7AC760}
- SuperSocket.SocketEngine.Net35
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Solution Items/Net35/App.config b/Solution Items/Net35/App.config
deleted file mode 100644
index 776b14f92..000000000
--- a/Solution Items/Net35/App.config
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/SuperSocket.2008.sln b/SuperSocket.2008.sln
deleted file mode 100644
index f9a8d5a5d..000000000
--- a/SuperSocket.2008.sln
+++ /dev/null
@@ -1,78 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.SocketService.Net35", "SocketService\SuperSocket.SocketService.Net35.csproj", "{B9113694-7226-4152-938D-3172B11571A1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Common.Net35", "Common\SuperSocket.Common.Net35.csproj", "{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.SocketBase.Net35", "SocketBase\SuperSocket.SocketBase.Net35.csproj", "{40B77789-EA11-4C05-8F52-86711D7BCAAF}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.SocketEngine.Net35", "SocketEngine\SuperSocket.SocketEngine.Net35.csproj", "{153FEF72-191C-43D9-BE71-2B351C7AC760}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Test.NET35", "Test\SuperSocket.Test.NET35.csproj", "{BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Facility.Net35", "Facility\SuperSocket.Facility.Net35.csproj", "{01987BAC-C498-44DD-B274-62EA2506B51D}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Dlr.Net35", "Dlr\SuperSocket.Dlr.Net35.csproj", "{55BAA051-CE62-4D4A-81B6-68B042CC78E9}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Agent.Net35", "Agent\SuperSocket.Agent.Net35.csproj", "{49BA8E71-4F97-40D6-BBE7-22B71D222486}"
-EndProject
-
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Test|Any CPU = Test|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B9113694-7226-4152-938D-3172B11571A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Release|Any CPU.Build.0 = Release|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Test|Any CPU.Build.0 = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Release|Any CPU.Build.0 = Release|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Test|Any CPU.Build.0 = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Release|Any CPU.Build.0 = Release|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Test|Any CPU.Build.0 = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Release|Any CPU.Build.0 = Release|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Test|Any CPU.Build.0 = Debug|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Test|Any CPU.Build.0 = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Release|Any CPU.Build.0 = Release|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Test|Any CPU.Build.0 = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Release|Any CPU.Build.0 = Release|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Test|Any CPU.Build.0 = Debug|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Release|Any CPU.Build.0 = Release|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Test|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/SuperSocket.2010.NET35.sln b/SuperSocket.2010.NET35.sln
deleted file mode 100644
index 14b14b1a7..000000000
--- a/SuperSocket.2010.NET35.sln
+++ /dev/null
@@ -1,98 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.SocketService.Net35", "SocketService\SuperSocket.SocketService.Net35.csproj", "{B9113694-7226-4152-938D-3172B11571A1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Common.Net35", "Common\SuperSocket.Common.Net35.csproj", "{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.SocketBase.Net35", "SocketBase\SuperSocket.SocketBase.Net35.csproj", "{40B77789-EA11-4C05-8F52-86711D7BCAAF}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.SocketEngine.Net35", "SocketEngine\SuperSocket.SocketEngine.Net35.csproj", "{153FEF72-191C-43D9-BE71-2B351C7AC760}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Test.NET35", "Test\SuperSocket.Test.NET35.csproj", "{BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{310FD673-1D6B-41B3-9BFF-8E0F984B524C}"
- ProjectSection(SolutionItems) = preProject
- Solution Items\GlobalAssemblyInfo.cs = Solution Items\GlobalAssemblyInfo.cs
- Solution Items\log4net.config = Solution Items\log4net.config
- Solution Items\log4net.unix.config = Solution Items\log4net.unix.config
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Net40", "Net40", "{09AA86CA-0CF7-48CE-891C-F64BFD544AD4}"
- ProjectSection(SolutionItems) = preProject
- Solution Items\Net40\App.config = Solution Items\Net40\App.config
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Net35", "Net35", "{0E2D03FA-3792-4F50-9CA4-77E4C4598746}"
- ProjectSection(SolutionItems) = preProject
- Solution Items\Net35\App.config = Solution Items\Net35\App.config
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Facility.Net35", "Facility\SuperSocket.Facility.Net35.csproj", "{01987BAC-C498-44DD-B274-62EA2506B51D}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Dlr.Net35", "Dlr\SuperSocket.Dlr.Net35.csproj", "{55BAA051-CE62-4D4A-81B6-68B042CC78E9}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.Agent.Net35", "Agent\SuperSocket.Agent.Net35.csproj", "{49BA8E71-4F97-40D6-BBE7-22B71D222486}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Test|Any CPU = Test|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B9113694-7226-4152-938D-3172B11571A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Release|Any CPU.Build.0 = Release|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {B9113694-7226-4152-938D-3172B11571A1}.Test|Any CPU.Build.0 = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Release|Any CPU.Build.0 = Release|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {A24F4D38-BA9C-4FD6-95B7-4980DE36131A}.Test|Any CPU.Build.0 = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Release|Any CPU.Build.0 = Release|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {40B77789-EA11-4C05-8F52-86711D7BCAAF}.Test|Any CPU.Build.0 = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Release|Any CPU.Build.0 = Release|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {153FEF72-191C-43D9-BE71-2B351C7AC760}.Test|Any CPU.Build.0 = Debug|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {BDBB6CE9-C3CE-49C1-A05E-2D7628430A02}.Test|Any CPU.Build.0 = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Release|Any CPU.Build.0 = Release|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {01987BAC-C498-44DD-B274-62EA2506B51D}.Test|Any CPU.Build.0 = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Release|Any CPU.Build.0 = Release|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {55BAA051-CE62-4D4A-81B6-68B042CC78E9}.Test|Any CPU.Build.0 = Debug|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Release|Any CPU.Build.0 = Release|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {49BA8E71-4F97-40D6-BBE7-22B71D222486}.Test|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {09AA86CA-0CF7-48CE-891C-F64BFD544AD4} = {310FD673-1D6B-41B3-9BFF-8E0F984B524C}
- {0E2D03FA-3792-4F50-9CA4-77E4C4598746} = {310FD673-1D6B-41B3-9BFF-8E0F984B524C}
- EndGlobalSection
-EndGlobal