Re: Organising classes in C# in Visual Studio ?

From: Ignacio Machin \( .NET/ C# MVP \) ("Ignacio)
Date: 10/28/04


Date: Thu, 28 Oct 2004 11:04:43 -0400

Hi,

Select Add Existing Item , browse to it, and in the button next to the file
name select "Link" instead of the default "open"

Cheers,

-- 
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"ORC" <orc@sol.dk> wrote in message
news:eUefzmMvEHA.3752@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I have made a standalone class file Solution which I will use in several
> other Solutions, but how do I insert the MyClass.cs file without having
> Visual Studio copying the Solution to the folder that adds the MyClass? I
> don't want to compile it to a dll - I better like to have a link or
> something to the source code file itself!
>
> Thank you very much for your help!
>
> Ole
>
>