microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
5.98k stars 2.02k forks source link

CreateNewSolution and CreateNewLibrary dont work properly, AppTemplate needs to be updated #696

Closed aofer closed 3 years ago

aofer commented 3 years ago

Hey, I'm having issues creating a new solution that uses the engine. There are a couple of new issues related to project version changes and property sheets. For example, when a new solution is created from the appTemplate it looks for Core_VS15.vcxproj which is now Core.vcxproj. Another issue is that the newly created project is looking for VS15.props in the propertySheets folder which no longer exists.

stanard commented 3 years ago

Sorry. I overlooked those templates. They also need to be modernized. I'll see if I can fix those quickly for you.

stanard commented 3 years ago

Try again. I did my best to refresh the templates.

aofer commented 3 years ago

Works great! thanks!