Visual Studio - ability to add files as links

Have some feedback and input to share?
Don't be shy and drop us a note. We want to hear from you and strive to make our site better and more user friendly for our guests and members a like.
Post Reply
fxm
Posts: 53
Joined: Tue Nov 24, 2015 9:27 am
Location: Austria

Visual Studio - ability to add files as links

Post by fxm »

Hi,

In Visual Studio for Vulcan and C# projects you can add existing items as links 'Add As Link'. We use this a lot in our projects. It doesn't seem possible at the moment with X# projects.

Is this something you can/plan to add?

Thanks!
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Visual Studio - ability to add files as links

Post by robert »

Adding items as links is not supported yet, but is high on our todo list for Visual Studio.
Unfortunately it is not supported in the MPF framework (Managed Project Framework) from Microsoft that we have build our project system on.

It is supported in the new 'Common Project System', but that has other flaws, such as no support for the Windows Forms designer.

For now we have decided to build on top of MPF, which means that we have to add features such as this one, and also the feature to 'Show All Files' and Include/Exclude files.

We hope to have support for this in the next build or the build after that.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
fxm
Posts: 53
Joined: Tue Nov 24, 2015 9:27 am
Location: Austria

Visual Studio - ability to add files as links

Post by fxm »

Thanks Robert!
fxm
Posts: 53
Joined: Tue Nov 24, 2015 9:27 am
Location: Austria

Visual Studio - ability to add files as links

Post by fxm »

XSharp Beta 8
"We have implemented “Linked Files” in a project. This is useful for example if you have files with common code that you want to include in different projects, like global attributes with company name, product name etc."

Thanks!
Post Reply