You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/getting_started/1_setting_up_your_development_environment_windows.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,15 @@ Before using MonoGame, you will need to install [Visual Studio 2022](https://vis
18
18
When installing Visual Studio, the following workloads are required depending on your desired [target platform(s)](../platforms.md):
19
19
20
20
* Mandatory for all platforms:
21
-
***.Net desktop development**
21
+
***.Net desktop development**
22
22
* Optional
23
-
***.Net Multi-platform App UI Development** if you wish to target Android, iOS, or iPadOS.
24
-
***Universal Windows Platform development** if you wish to build for Windows store or Xbox.
23
+
***.Net Multi-platform App UI Development** if you wish to target Android, iOS, or iPadOS.
24
+
***Universal Windows Platform development** if you wish to build for Windows store or Xbox.
25
25
26
26

27
27
28
-
> [!WARNING] Targeting Windows
28
+
> [!WARNING]
29
+
> Targeting Windows
29
30
> If you are targeting the standard Windows DirectX backend, you will also need [the DirectX June 2010 runtime](https://www.microsoft.com/en-us/download/details.aspx?id=8109) for audio and gamepads to work properly.
30
31
31
32
### Install MonoGame extension for Visual Studio 2022
@@ -45,7 +46,6 @@ To create new MonoGame projects from within Visual Studio 2022, you will need to
45
46
46
47

47
48
48
-
49
49
5. After it is downloaded, an alert will appear at the bottom of the Manage Extensions window that states "Your changes will be scheduled. The modifications will begin when all Microsoft Visual Studio windows are closed." Click the **Close** button, then close Visual Studio 2022.
50
50
51
51
6. After closing Visual Studio 2022, a VSIX Installer window will open confirming that you want to install the **MonoGame Framework C# project templates** extension. Click the **Modify** button to accept the install.
0 commit comments