Click here to Skip to main content
15,891,710 members
Articles / Programming Languages / C#

How we can write on C# in Linux: Implementing PanelApplet to Gnome Desktop

Rate me:
Please Sign up or sign in to vote.
4.86/5 (48 votes)
8 Mar 2010CPOL12 min read 85.2K   382   95  
This article describes how we can use our programming skills on the .NET framework to implement platform-independent code

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "appletSource1", "appletSource1.csproj", "{3CEA0509-451D-4675-95F3-C360F0AFFAFE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3CEA0509-451D-4675-95F3-C360F0AFFAFE}.Debug|x86.ActiveCfg = Debug|x86
		{3CEA0509-451D-4675-95F3-C360F0AFFAFE}.Debug|x86.Build.0 = Debug|x86
		{3CEA0509-451D-4675-95F3-C360F0AFFAFE}.Release|x86.ActiveCfg = Release|x86
		{3CEA0509-451D-4675-95F3-C360F0AFFAFE}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(MonoDevelopProperties) = preSolution
		StartupItem = appletSource1.csproj
	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
Software Developer (Senior) Nokia
Germany Germany
Interested in design/development of framework functionality using the best patterns and practices.

Comments and Discussions