Click here to Skip to main content
15,886,836 members
Articles / Operating Systems / Windows

Applications Traffic Watcher Lite

Rate me:
Please Sign up or sign in to vote.
4.41/5 (6 votes)
14 Jul 20062 min read 53.9K   3.3K   47  
Applications Traffic Watcher is a small utility to get costs of the internet traffic consumed by different applications

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "apptraffmonlite", "apptraffmonlite.csproj", "{C6FA1752-5131-4D0C-9965-0B2F24AA9E1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpHlpApi.net", "..\..\IpHlpApi.net.csproj", "{29BF8A5E-6326-4D76-AAF1-9362FA03EC45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPNumbers", "..\..\..\..\IPNumbers\IPNumbers.csproj", "{6F4A129C-D8FC-447D-809F-FF748CCAAC0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpPcap", "..\..\..\..\SharpPCap\SharpPcap\SharpPcap.csproj", "{24262E52-1304-4A25-8F73-A3B06E40592E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net", "..\..\..\..\Log4Net\log4net.csproj", "{F6A02431-167E-4347-BC43-65532C31CDB7}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "..\Setup\Setup.vdproj", "{7585C4F6-D054-4C2B-B9C0-13F310D57679}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C6FA1752-5131-4D0C-9965-0B2F24AA9E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C6FA1752-5131-4D0C-9965-0B2F24AA9E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C6FA1752-5131-4D0C-9965-0B2F24AA9E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C6FA1752-5131-4D0C-9965-0B2F24AA9E1A}.Release|Any CPU.Build.0 = Release|Any CPU
		{29BF8A5E-6326-4D76-AAF1-9362FA03EC45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{29BF8A5E-6326-4D76-AAF1-9362FA03EC45}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{29BF8A5E-6326-4D76-AAF1-9362FA03EC45}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{29BF8A5E-6326-4D76-AAF1-9362FA03EC45}.Release|Any CPU.Build.0 = Release|Any CPU
		{6F4A129C-D8FC-447D-809F-FF748CCAAC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6F4A129C-D8FC-447D-809F-FF748CCAAC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6F4A129C-D8FC-447D-809F-FF748CCAAC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6F4A129C-D8FC-447D-809F-FF748CCAAC0F}.Release|Any CPU.Build.0 = Release|Any CPU
		{24262E52-1304-4A25-8F73-A3B06E40592E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{24262E52-1304-4A25-8F73-A3B06E40592E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{24262E52-1304-4A25-8F73-A3B06E40592E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{24262E52-1304-4A25-8F73-A3B06E40592E}.Release|Any CPU.Build.0 = Release|Any CPU
		{F6A02431-167E-4347-BC43-65532C31CDB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F6A02431-167E-4347-BC43-65532C31CDB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F6A02431-167E-4347-BC43-65532C31CDB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F6A02431-167E-4347-BC43-65532C31CDB7}.Release|Any CPU.Build.0 = Release|Any CPU
		{7585C4F6-D054-4C2B-B9C0-13F310D57679}.Debug|Any CPU.ActiveCfg = Debug
		{7585C4F6-D054-4C2B-B9C0-13F310D57679}.Release|Any CPU.ActiveCfg = Release
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
I am a CIO in Nizhny Novgorod, Russia.

Comments and Discussions