Lines Matching refs:Visual
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
109 #### Use `CMake` to Create the Visual Studio Project Files
113 build directory and generate the Visual Studio project files:
150 -- Building for: Visual Studio 14 2015
155 specific generator such as "Visual Studio 14 2015 Win64", so the default
162 generated solution with Visual Studio.
176 #### Build the Solution With Visual Studio
178 Launch Visual Studio and open the "Vulkan-Headers.sln" solution file in the
179 build directory. Build the `INSTALL` target from the Visual Studio solution
186 > than starting Visual Studio for these simple operations.