visual studio - Is it possible to statically share code between projects in C#? -


is possible, in c#, share code between visual studio projects without needing distribute dll?

i'm maintaining software that's composed of few visual studio c# projects, each building simple console executable. there's lot of shared code between projects i'd move out. believe can put code in class library project, i'd rather avoid tacking on dll distribute each of executables.

is there way around this? i'm new @ c#, perhaps i'm thinking wrong anyway - there alternate suggestions?

you can use ilmerge combine class library exe.

http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -