Click here to Skip to main content
15,885,365 members
Articles / Programming Languages / C#

Working with Windows Service Using VS 2005

Rate me:
Please Sign up or sign in to vote.
2.25/5 (4 votes)
16 Jun 2009CPOL5 min read 27.6K   12  
Written in C# for beginners who want to learn

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyService", "MyService\MyService.csproj", "{69E7CC04-D67A-4F30-87CE-32FA9D8BDA5E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "MySetup", "MySetup\MySetup.vdproj", "{48678D89-987B-458D-8E1F-864CCB84B683}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{69E7CC04-D67A-4F30-87CE-32FA9D8BDA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{69E7CC04-D67A-4F30-87CE-32FA9D8BDA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{69E7CC04-D67A-4F30-87CE-32FA9D8BDA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{69E7CC04-D67A-4F30-87CE-32FA9D8BDA5E}.Release|Any CPU.Build.0 = Release|Any CPU
		{48678D89-987B-458D-8E1F-864CCB84B683}.Debug|Any CPU.ActiveCfg = Debug
		{48678D89-987B-458D-8E1F-864CCB84B683}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
Divyalok Suman has done B.E in Computer Science from bangalore ,Karnataka, India . Past 6 years he is working on web-based and windows based solutions in Asp.net MVC 1.0/2.0/3.0/4.0, ASP.NET 2.0/3.5/4.0, C# 2.0/3.5/4.0, AJAX, Web Services, MS SQL Server 2005/2008,Win Forms, Window services. He is also an MCP and MCTS . He has good knowledge of Object Oriented Programming, 3-Tier Architecture and Designing.

Comments and Discussions