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