Click here to Skip to main content
15,886,518 members
Articles / Programming Languages / C#

Gmail for Windows 7

Rate me:
Please Sign up or sign in to vote.
4.94/5 (42 votes)
24 Jan 2010CPOL15 min read 150.4K   8.5K   111  
A little application to notify you of new Gmail using new Windows 7 features

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GmailForWin7", "GmailForWin7.csproj", "{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		32Bit|Any CPU = 32Bit|Any CPU
		32Bit|x86 = 32Bit|x86
		CodeAnalysisDebug|Any CPU = CodeAnalysisDebug|Any CPU
		CodeAnalysisDebug|x86 = CodeAnalysisDebug|x86
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.32Bit|Any CPU.ActiveCfg = 32Bit|Any CPU
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.32Bit|x86.ActiveCfg = 32Bit|x86
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.32Bit|x86.Build.0 = 32Bit|x86
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.CodeAnalysisDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.CodeAnalysisDebug|Any CPU.Build.0 = Debug|Any CPU
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.CodeAnalysisDebug|x86.ActiveCfg = Debug|x86
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.CodeAnalysisDebug|x86.Build.0 = Debug|x86
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Debug|x86.ActiveCfg = Debug|x86
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Debug|x86.Build.0 = Debug|x86
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Release|Any CPU.Build.0 = Release|Any CPU
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Release|x86.ActiveCfg = Release|x86
		{A30B4AB6-0C1D-44E6-A293-0EDE93AAE0FD}.Release|x86.Build.0 = Release|x86
	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 Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I have been developing .NET applications since 2001 and have been working in software development since 1989.

Comments and Discussions