Skip to content

Commit

Permalink
removed the support of .NET 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Jun 7, 2014
1 parent a238ef7 commit e5326e8
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,114 deletions.
6 changes: 0 additions & 6 deletions Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 0 additions & 36 deletions Common/StringExtension.NET35.cs

This file was deleted.

134 changes: 0 additions & 134 deletions Common/SuperSocket.Common.Net35.csproj

This file was deleted.

88 changes: 0 additions & 88 deletions Dlr/SuperSocket.Dlr.Net35.csproj

This file was deleted.

93 changes: 0 additions & 93 deletions Facility/SuperSocket.Facility.Net35.csproj

This file was deleted.

Loading

0 comments on commit e5326e8

Please sign in to comment.