Click here to Skip to main content
15,892,839 members
Articles / Desktop Programming / Windows Forms

Deployer

Rate me:
Please Sign up or sign in to vote.
4.43/5 (17 votes)
30 Mar 2012Apache14 min read 82.2K   543   91  
Automate deployment of Windows Services, ClickOnce, and other .NET applications.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deployer", "Deployer\Deployer.csproj", "{DF3BB3B9-4786-4D69-AB22-C9FF3BF0695B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{4095AFA5-A4F8-4CFF-8DC3-D826284DE691}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClickOnceApp", "TestClickOnceApp\TestClickOnceApp.csproj", "{F9165DE6-4DF3-49ED-A039-15B562BAC1F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWindowsService", "TestWindowsService\TestWindowsService.csproj", "{22171BE0-F9CD-497D-8957-3A2A9B63751A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDatabaseScript", "TestDatabaseScript\TestDatabaseScript.csproj", "{B18AF509-0715-4D3F-90E5-CA5D8C965630}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DF3BB3B9-4786-4D69-AB22-C9FF3BF0695B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DF3BB3B9-4786-4D69-AB22-C9FF3BF0695B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DF3BB3B9-4786-4D69-AB22-C9FF3BF0695B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DF3BB3B9-4786-4D69-AB22-C9FF3BF0695B}.Release|Any CPU.Build.0 = Release|Any CPU
		{4095AFA5-A4F8-4CFF-8DC3-D826284DE691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4095AFA5-A4F8-4CFF-8DC3-D826284DE691}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4095AFA5-A4F8-4CFF-8DC3-D826284DE691}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4095AFA5-A4F8-4CFF-8DC3-D826284DE691}.Release|Any CPU.Build.0 = Release|Any CPU
		{F9165DE6-4DF3-49ED-A039-15B562BAC1F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F9165DE6-4DF3-49ED-A039-15B562BAC1F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F9165DE6-4DF3-49ED-A039-15B562BAC1F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F9165DE6-4DF3-49ED-A039-15B562BAC1F9}.Release|Any CPU.Build.0 = Release|Any CPU
		{22171BE0-F9CD-497D-8957-3A2A9B63751A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{22171BE0-F9CD-497D-8957-3A2A9B63751A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{22171BE0-F9CD-497D-8957-3A2A9B63751A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{22171BE0-F9CD-497D-8957-3A2A9B63751A}.Release|Any CPU.Build.0 = Release|Any CPU
		{B18AF509-0715-4D3F-90E5-CA5D8C965630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B18AF509-0715-4D3F-90E5-CA5D8C965630}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B18AF509-0715-4D3F-90E5-CA5D8C965630}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B18AF509-0715-4D3F-90E5-CA5D8C965630}.Release|Any CPU.Build.0 = Release|Any CPU
	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 Apache License, Version 2.0


Written By
Chief Technology Officer
United States United States
If you liked this article, consider reading other articles by me. For republishing article on other websites, please contact me by leaving a comment.

Comments and Discussions