Click here to Skip to main content
15,895,142 members
Articles / Desktop Programming / Win32

.NET Mass Downloader - Download the .NET Framework Source Code

Rate me:
Please Sign up or sign in to vote.
4.84/5 (47 votes)
26 Apr 2010Apache12 min read 321.3K   1.7K   154  
With this tool you can download whole .NET Framework source code at once, and enjoy offline browsing. With it, you can have whole the source code without any Visual Studio product installed

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{136D6831-3022-4F84-A886-FD8034A7610F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DownloadLibrary", "..\DownloadLibrary\DownloadLibrary.csproj", "{A92A7C28-66AA-4E52-9F91-2B579EDF5CD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMassDownloader", "..\NetMassDownloader\NetMassDownloader.csproj", "{3DD0E942-B462-4367-A64D-2AFF1BDF5E5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SrvSrcExtractor", "SrvSrcExtractor\SrvSrcExtractor.csproj", "{567260A1-B18F-4F66-BE3C-47139AA0DC7D}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 4
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = https://tfs05.codeplex.com/
		SccLocalPath0 = .
		SccProjectUniqueName1 = ..\\DownloadLibrary\\DownloadLibrary.csproj
		SccProjectName1 = ../DownloadLibrary
		SccLocalPath1 = ..\\DownloadLibrary
		SccProjectUniqueName2 = ..\\NetMassDownloader\\NetMassDownloader.csproj
		SccProjectName2 = ../NetMassDownloader
		SccLocalPath2 = ..\\NetMassDownloader
		SccProjectUniqueName3 = SrvSrcExtractor\\SrvSrcExtractor.csproj
		SccProjectName3 = SrvSrcExtractor
		SccLocalPath3 = SrvSrcExtractor
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A92A7C28-66AA-4E52-9F91-2B579EDF5CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A92A7C28-66AA-4E52-9F91-2B579EDF5CD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A92A7C28-66AA-4E52-9F91-2B579EDF5CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A92A7C28-66AA-4E52-9F91-2B579EDF5CD9}.Release|Any CPU.Build.0 = Release|Any CPU
		{3DD0E942-B462-4367-A64D-2AFF1BDF5E5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3DD0E942-B462-4367-A64D-2AFF1BDF5E5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3DD0E942-B462-4367-A64D-2AFF1BDF5E5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3DD0E942-B462-4367-A64D-2AFF1BDF5E5E}.Release|Any CPU.Build.0 = Release|Any CPU
		{567260A1-B18F-4F66-BE3C-47139AA0DC7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{567260A1-B18F-4F66-BE3C-47139AA0DC7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{567260A1-B18F-4F66-BE3C-47139AA0DC7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{567260A1-B18F-4F66-BE3C-47139AA0DC7D}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Software Developer (Senior)
Turkey Turkey
.Net Developer From Istanbul Turkey.
You can reach my blog at http://www.kodyaz.com/blogs/unknown_tales_from_kerem/default.aspx

Comments and Discussions