Click here to Skip to main content
15,898,035 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   510   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.CLI", "Nova.CLI.csproj", "{4E72DF7B-0034-456A-B371-74AE64549052}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nova.CodeDOM", "..\Nova.CodeDOM\Nova.CodeDOM.csproj", "{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 3
		SccLocalPath0 = .
		CanCheckoutShared = false
		SccProjectUniqueName1 = Nova.CLI.csproj
		SccLocalPath1 = .
		CanCheckoutShared = false
		SccProjectUniqueName2 = ..\\Nova.CodeDOM\\Nova.CodeDOM.csproj
		SccProjectName2 = \u0022$/Nova/Nova.CodeDOM\u0022,\u0020VTAAAAAA
		SccLocalPath2 = ..\\Nova.CodeDOM
		CanCheckoutShared = false
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4E72DF7B-0034-456A-B371-74AE64549052}.Debug|Any CPU.ActiveCfg = Debug|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Debug|x86.ActiveCfg = Debug|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Debug|x86.Build.0 = Debug|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Release|Any CPU.ActiveCfg = Release|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Release|Mixed Platforms.Build.0 = Release|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Release|x86.ActiveCfg = Release|x86
		{4E72DF7B-0034-456A-B371-74AE64549052}.Release|x86.Build.0 = Release|x86
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Debug|x86.ActiveCfg = Debug|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Release|Any CPU.Build.0 = Release|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{E6AA9910-EDA4-4D64-8E8A-5D949EC90CCE}.Release|x86.ActiveCfg = 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 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