Closed JCKodel closed 6 years ago
Excellent. Thanks
Forgot to public thank me =P
On Tue, Apr 10, 2018 at 5:20 PM, Jeroen van Warmerdam < notifications@github.com> wrote:
Forgot to update the readme https://github.com/madskristensen/FileNesting/blob/master/README.md#known-issues. 😄
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/madskristensen/FileNesting/pull/88#issuecomment-380233571, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXJy0WR9l_cwRzEGHtOVvmgE7FulK1_ks5tnRP_gaJpZM4S7ebD .
In my case, I need to nest .js files underneath .vue files on my Shared Project (yep, I use it as a pure javascript object because it is the best VS can do in terms of speed and is pretty non invasive (i.e.: there is no bin/obj folders, just my code)).
What I did was to debug to check what ProjectGuid was for Shared C# Project and include that on the Nest option as DependentUpon. Works like a charm.