Skip to content

Template with multiple solutions #5342

Sep 28, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Visual Studio will handle multiple slns being output with the following cavets:

  1. You specify the solution file you want loaded by Visual Studio as a primary output. If you do not specify a primary output and multiple slns are detected, we will just add all generated proj files to the Visual Studio solution. If only a single sln is found, VS will use that one.
  2. The solution file should be named so as to not conflict with the Visual Studio generated solution: https://github.com/sayedihashimi/template-sample#solution-name-best-practices
  3. Realize that the solution file mentioned above will be merged with the Visual Studio created solution.
  4. After the solution file is merged, the original sln fro…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@neman
Comment options

@vlada-shubina
Comment options

Comment options

You must be logged in to vote
1 reply
@neman
Comment options

Answer selected by YuliiaKovalova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants