From 1ec8f5fe4c7843a820f4f2177a35876e0a139fb7 Mon Sep 17 00:00:00 2001 From: STG996 <72745742+STG996@users.noreply.github.com> Date: Sat, 6 Mar 2021 19:19:58 +0200 Subject: [PATCH] Updated Create Visual Studio 2019 Project (markdown) --- Create-Visual-Studio-2019-Project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create-Visual-Studio-2019-Project.md b/Create-Visual-Studio-2019-Project.md index fe266c7..1915650 100644 --- a/Create-Visual-Studio-2019-Project.md +++ b/Create-Visual-Studio-2019-Project.md @@ -10,7 +10,7 @@ https://github.com/raysan5/raylib/wiki/Easy-Raylib-Setup-for-Windows-with-Visual * Go to **Solution Explorer** window and find **raylib** project * Right click on it and choose **Set as Startup Project** * Check **Solution Configurations** (must be **Release.Dll x64**) -* Go to **Build > Build raylib** or press **_Ctrl + B_** to build _**raylib.lib**_ and _**raylib.dll**_ +* Go to **Build > Build raylib** or press **_Ctrl + Shift + B_** to build _**raylib.lib**_ and _**raylib.dll**_ ## Creating your own project * Create **new project > Console App**