Skip to content

Question: Is there a way to reference a solution from a project config #297

Answered by jspelletier
xoorath asked this question in Q&A
Discussion options

You must be logged in to vote

I'm trying to have a project configure differently depending on the solution it's being generated for.

Is that possible?

Well... It depends what you are trying to do but there is at least two ways to approach this:

  • Use a specific fragment(new?) in that project and refer it in that solution.
  • Use a derived class of your project in the solution and in the derived class you modify the settings you want. We are using this approach internally for some projects.

Good luck

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jspelletier
Comment options

@xoorath
Comment options

@jspelletier
Comment options

Answer selected by xoorath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants