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

Lexware Assembly Reference Tool for Visual Studio 2005 / 2008

Rate me:
Please Sign up or sign in to vote.
4.64/5 (13 votes)
16 Aug 2010CPOL6 min read 74.8K   535   31  
Visual Studio 2005 / 2008 both lack a good way to define assembly references per solution configuration (‘Debug’ or ‘Release’). This tool fills this gap.
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyReference", "AssemblyReference\AssemblyReference.csproj", "{DFA7405F-DCA2-4ADD-B836-1971DAC13FDB}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AssemblyReferenceSetup", "Setup\Setup.vdproj", "{BF4DF1F7-808D-4D09-805A-FBFD20C7CA29}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
		Description = AssemblyReferences
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DFA7405F-DCA2-4ADD-B836-1971DAC13FDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DFA7405F-DCA2-4ADD-B836-1971DAC13FDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DFA7405F-DCA2-4ADD-B836-1971DAC13FDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DFA7405F-DCA2-4ADD-B836-1971DAC13FDB}.Release|Any CPU.Build.0 = Release|Any CPU
		{BF4DF1F7-808D-4D09-805A-FBFD20C7CA29}.Debug|Any CPU.ActiveCfg = Debug
		{BF4DF1F7-808D-4D09-805A-FBFD20C7CA29}.Release|Any CPU.ActiveCfg = Release
		{BF4DF1F7-808D-4D09-805A-FBFD20C7CA29}.Release|Any CPU.Build.0 = Release
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(TextTemplating) = postSolution
		TextTemplating = 1
	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) Haufe-Lexware GmbH & Co. KG
Germany Germany
Thomas has been programming in C, C++, VB and C# since many years. He works as a Distinguished Software Architect for Haufe-Lexware GmbH & Co. KG in Freiburg, Germany.

Comments and Discussions