Skip to content

Instantly share code, notes, and snippets.

@mrhaboobi
Forked from Arefu/Install.md
Created May 5, 2020 06:13
Show Gist options
  • Save mrhaboobi/0e63a7f26c9f741c3bc9f2da3405eae0 to your computer and use it in GitHub Desktop.
Save mrhaboobi/0e63a7f26c9f741c3bc9f2da3405eae0 to your computer and use it in GitHub Desktop.
Install XNA On VS2019

Step One

Read this

Step Two

Put this instead.

<Installation InstalledByMsi="false">
    <InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
    <InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
    <InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Premium" />
    <InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Ultimate" />
    <InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Community" />
    <InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
  </Installation>

Version 17 is for VS19 (Helpful I know)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment