Live data from Hacker News

Visual Studio 2017 Launch [video]

launch.visualstudio.com

1–10 of 177 posts

Re: Visual Studio 2017 Launch [video]

#10
post #4
post #3

I really hope they add wildcard (e. g. src/*.cpp) support in C++ project files

Does that feature exist in other Visual Studio project types? There's always CMake to help in situations like that.

It does and can most likely be enabled by editing the vcxproj directly. Edit: something along the lines of:

    
        
        
    
Edit: see response.
Post reply on HN