How to install XNA in Visual Studio 2015 (Preview)

前端 未结 3 1832
故里飘歌
故里飘歌 2020-12-13 13:37

How can I install the templates and the the framework for XNA in Visual Studio 2015?

I found this page here that helps installing the XNA framework in Visual Studio

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 14:28

    EDIT: This one is obsolete; please see Lee Stott's answer above!

    I used the XNA Refresh package that can be downloaded here and did all the steps exactely as for VS 2013. But I edited the .vsix file because it doesn't let you install it in VS 2015. It turns out it is simply a ZIP-File. I fixed the version numbers in extension.vsixmanifest to 14.0.

    
      
      
      
      
    
    

    This lets you install the vsix package in Visual Studio 2015!

提交回复
热议问题