-6

I would like to make an analog of Visual Studio Solution for my application.

I mean to make a file similar to Microsoft Visual Studio Solution file (.sln), which includes links to all the other solution files.

Can anyone link to an article on this topic? I could not find anything about it.

Gaffi
  • 4,307
  • 8
  • 43
  • 73
Mitosha
  • 57
  • 6

2 Answers2

1

If you need to build a series of Visual Studio solutions, then you need a build tool.

The two most commonly used in the .NET world are

(It's not clear what you're asking, you may wish to clarify or give an example.)

Jeremy McGee
  • 24,842
  • 10
  • 63
  • 95
0

I didn't really understand what you mean, but it seems that you need a building system, like CMake (www.cmake.org).

Renan Greinert
  • 3,376
  • 3
  • 19
  • 29