Click here to Skip to main content
15,893,668 members
Articles / Programming Languages / C#

SwitchNetConfig - Laptop users, quickly switch network and proxy configuration in different places

Rate me:
Please Sign up or sign in to vote.
4.66/5 (75 votes)
6 May 2004CPOL2 min read 563K   22.1K   199  
A handy utility for laptop users which stores network and proxy configuration as profiles and apply a profile very quickly whenever laptop goes to a different network
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwitchNetConfig", "SwitchNetConfig.csproj", "{40CF9C7E-2DDC-4AF0-92D5-C2C589F6A27E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{40CF9C7E-2DDC-4AF0-92D5-C2C589F6A27E}.Debug.ActiveCfg = Debug|.NET
		{40CF9C7E-2DDC-4AF0-92D5-C2C589F6A27E}.Debug.Build.0 = Debug|.NET
		{40CF9C7E-2DDC-4AF0-92D5-C2C589F6A27E}.Release.ActiveCfg = Release|.NET
		{40CF9C7E-2DDC-4AF0-92D5-C2C589F6A27E}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 Code Project Open License (CPOL)


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions