-
I wanted to build with cake filtered solution - *.slnf. https://docs.microsoft.com/en-us/visualstudio/ide/filtered-solutions?view=vs-2019 And I think it's not possible to be done with And in order to do that one - I needed to know location of I wrote something like this:
But would it be possible to simplify this - maybe making specific methods public ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Just to be fully strict - apparently filtered solutions are not supported by vs2017 toolset - but they are supported by vs2019 - so theoretically replacing However - while testing how We have special native C++ nuget package included into project (
Would be interesting to find out root cause of that, but this does not relate to this discussion itself. I think building using |
Beta Was this translation helpful? Give feedback.
-
To locate installed instances of Visual Studio on Windows use the |
Beta Was this translation helpful? Give feedback.
To locate installed instances of Visual Studio on Windows use the
vswhere
tool. See "Tools for detecting and managing Visual Studio instances" and microsoft/vswhere. (Note thatvswhere
is Windows only.)