2
Reply

Link .cs file in .NET IDE

Jan Montano

Jan Montano

Sep 27 2007 1:31 AM
2.2k
Hi,

How will I Add a linked file using the .NET IDE? I only know how to add a linked file by editing the .csproj file in wordpad and adding entries like...

<Compile Include="..\..\RCCore\common\DatabaseCommon.cs">
<Link>DatabaseCommon.cs</Link>
</Compile>


Regards,
Jan

Answers (2)