question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding two project with same project name

See original GitHub issue

Is it possible to create a solution file Work.sln with two identical project files with same name but in different folder(n-2) ?

Example:

 (n-3)         (n-2)          (n-1)         (n)
-Work..sln
-------------fold1
                          |--- plan
                                           |--plan.njsproj
-------------fold2
                          |--- plan
                                          |--plan.njsproj

In UI i would create a manual folder and then i use to include plan in that folder. Could you tell if its possible with this any option ?

I tried this option “–folders” like below but it seems to include only the plan.njsproj file

slngen -o Work.sln --folders false allfol\fol1\plan.njsproj all\fold2\plan.njsproj

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
jeffklcommented, Mar 16, 2022

With folders enabled, SlnGen wants to treat one of them as the “main” project. So the first project you specify will show up in the root with everything else going in folders.

1reaction
jeffklcommented, Mar 10, 2022

Try specifying --folders:true

Read more comments on GitHub >

github_iconTop Results From Across the Web

Importing multiple projects with the same name in Eclipse
create a new project using Import > General > Project (or whatever project type you want) · enter a (different) name and press...
Read more >
Link projects to create a master project in Project desktop
To insert multiple subprojects, hold down Ctrl and click the subprojects in the order that ... If you link projects that have resources...
Read more >
Two projects with the same name in a single solution, one ...
Two projects with the same name, but differnt directories, in a single solution cannot be loaded by the 2019 compiler. This works fine...
Read more >
Two projects with the same name
I have two projects with the same name. ... In the project list the project I wanted to add the repo to was...
Read more >
How to link multiple projects into one file. Microsoft Project
The tutor starts off by creating a blank project plan and adds a title. The tutor then adds two sub projects and links...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found