Prof-Butts / xwa_ddraw_d3d11

Direct3D 11 implementation of DDraw.dll for XWA with VR support and New Shaders
MIT License
6 stars 4 forks source link

Move local properties out of vcxproj file into Property sheets #20

Closed morallo closed 4 years ago

morallo commented 4 years ago

This is a convenience change, not really a significant contribution, but gotta start with something!

I have moved project properties that are specific of each local development environment out of the project file to keep it generic:

I have created 2 property sheets PropertySheetDebug.props and PropertySheetRelease.props with the current values in the repo so that everything works for you after merging. I edited the .props for my own values and added them to the .gitignore so they are not uploaded back when you make edits locally.

If you want to change the defaults, you need to force add them to the commit with git add -f *.props

AFAIK it's not possible to specify Windows SDK version and PlatformToolset in property sheets, but at least that's fixed automatically by Visual Studio.

Prof-Butts commented 4 years ago

Looks like you're trying to merge this into the master branch, so the PR shows 30+ commits. Can you please re-target this PR to the MetricVR branch instead?

morallo commented 4 years ago

Ooooops, my bad. Change done.