2
Answers

Link .cs file in .NET IDE

Jan Montano

Jan Montano

17y
2.3k
1
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)