Lines Matching full:studio
74 - Microsoft [Visual Studio](https://www.visualstudio.com/)
86 - Some IDEs (e.g., [Visual Studio](https://www.visualstudio.com/),
90 ### Windows Build - Microsoft Visual Studio
92 The general approach is to run CMake to generate the Visual Studio project
94 command line or use the Visual Studio IDE to open the generated solution and
107 #### Use `CMake` to Create the Visual Studio Project Files argument
110 create a build directory and generate the Visual Studio project files:
147 -- Building for: Visual Studio 14 2015
152 specific generator such as "Visual Studio 14 2015 Win64", so the default
159 generated solution with Visual Studio.
173 #### Build the Solution With Visual Studio argument
175 Launch Visual Studio and open the "Vulkan-Headers.sln" solution file in the
176 build directory. Build the `INSTALL` target from the Visual Studio solution
183 > than starting Visual Studio for these simple operations.