walbourn / directx-sdk-samples

This repo contains Direct3D 11, XInput, and XAudio2 samples C++ samples from the legacy DirectX SDK updated to build using the Windows 10 SDK
https://walbourn.github.io/directx-sdk-samples-catalog/
MIT License
1.38k stars 369 forks source link

Visual studio 2015 selector wrong #5

Closed blloyd75 closed 6 years ago

blloyd75 commented 7 years ago

For VS 20115 solutions, the second line should be: # Visual Studio 14

The current projects open in the latest version because the string does not match this. This is true of at least the DXUT examples.

walbourn commented 7 years ago

# Visual Studio 2015 should also work but it doesn't :(

walbourn commented 6 years ago

Thanks. Fixed in this commit