From 80ad2449146eec6462ffdcd39a4503d738552935 Mon Sep 17 00:00:00 2001 From: Grave Date: Mon, 11 Jan 2021 16:33:42 +0300 Subject: [PATCH] Updated Create Visual Studio 2019 Project (markdown) --- Create-Visual-Studio-2019-Project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Create-Visual-Studio-2019-Project.md b/Create-Visual-Studio-2019-Project.md index 9a5e7c7..a0f41d3 100644 --- a/Create-Visual-Studio-2019-Project.md +++ b/Create-Visual-Studio-2019-Project.md @@ -4,8 +4,8 @@ * In _raylib/projects/VS2019_ find _raylib.sln_ and open it with **Visual Studio 2019**. * 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_ +* Check **Solution Configurations** (must be **Release.Dll x64**) +* Go to **Build > Build raylib** or press **_Ctrl + B_** to build _raylib.lib_ and _raylib.dll_ ## Creating your own project * Create **new project > Console App**