Click here to Skip to main content
15,895,011 members
Articles / Programming Languages / C#

SolutionConverter

Rate me:
Please Sign up or sign in to vote.
4.92/5 (76 votes)
27 May 2010CPOL4 min read 179.9K   16.7K   163  
A Visual Studio solution version converter to upgrade/downgrade solutions between VS versions.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolutionConverter", "SolutionConverter\SolutionConverter.csproj", "{657AFCD4-D093-4E5C-9B11-31C6661B5EB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolutionConverterLib", "SolutionConverterLib\SolutionConverterLib.csproj", "{B18A33EF-0831-44A1-84A9-DD1D16301856}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{657AFCD4-D093-4E5C-9B11-31C6661B5EB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{657AFCD4-D093-4E5C-9B11-31C6661B5EB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{657AFCD4-D093-4E5C-9B11-31C6661B5EB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{657AFCD4-D093-4E5C-9B11-31C6661B5EB5}.Release|Any CPU.Build.0 = Release|Any CPU
		{B18A33EF-0831-44A1-84A9-DD1D16301856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B18A33EF-0831-44A1-84A9-DD1D16301856}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B18A33EF-0831-44A1-84A9-DD1D16301856}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B18A33EF-0831-44A1-84A9-DD1D16301856}.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 Code Project Open License (CPOL)


Written By
Software Developer
Israel Israel
A 2nd year student majoring in Computer Science at Holon Institute of Technology.

Comments and Discussions