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

Resolving Symbolic References in a CodeDOM (Part 7)

Rate me:
Please Sign up or sign in to vote.
4.75/5 (6 votes)
2 Dec 2012CDDL12 min read 19.4K   509   14  
Resolving symbolic references in a CodeDOM.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nova.Examples", "Nova.Examples.csproj", "{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.Release|Any CPU.Build.0 = Release|Any CPU
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.Debug|x86.ActiveCfg = Debug|x86
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.Debug|x86.Build.0 = Debug|x86
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.Release|x86.ActiveCfg = Release|x86
		{80FFC118-7005-4FDC-9FB3-23D725A4B3C3}.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 Common Development and Distribution License (CDDL)


Written By
Software Developer (Senior)
United States United States
I've been writing software since the late 70's, currently focusing mainly on C#.NET. I also like to travel around the world, and I own a Chocolate Factory (sadly, none of my employees are oompa loompas).

Comments and Discussions