Visual Studio 2017 Launch [video]
launch.visualstudio.com
Visual Studio 2017 Launch [video]
1–10 of 177 posts
Re: Visual Studio 2017 Launch [video]
#2I am on bazel learning curve and was searching to integrate Bazel build system with visual studio (xamarin) project, apparently Bazel support for windows is still too nascent. I home something comes up on this lines.
Re: Visual Studio 2017 Launch [video]
#3I really hope they add wildcard (e. g. src/*.cpp) support in C++ project files
Re: Visual Studio 2017 Launch [video]
#4I 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.
Re: Visual Studio 2017 Launch [video]
#5I really hope they add wildcard (e. g. src/*.cpp) support in C++ project files
It does support it (though, it can use a lot of CPU for some reason)
Re: Visual Studio 2017 Launch [video]
#6So is there a Mac version?
Re: Visual Studio 2017 Launch [video]
#7It's a live video stream, so you might be watching in the middle. Jump to the 1:10:00 mark to start watching at the beginning of the presentation.
Re: Visual Studio 2017 Launch [video]
#8Its a great sense of relief to finally ship this product, we really hope folks give it a try and join our live keynote which is streaming now at http://launch.visualstudio.com
Re: Visual Studio 2017 Launch [video]
#9I don't use them very much, but this stream reminds me Microsoft really does a fantastic job of presenting its work in the developer tools space.
Re: Visual Studio 2017 Launch [video]
#10I 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.