microsoft / glTF-Toolkit

A collection of tools for modifying and optimizing glTF assets
MIT License
295 stars 41 forks source link

Simplify VCXProj and add Static Runtime configurations #24

Closed benbuzbee closed 6 years ago

benbuzbee commented 6 years ago

Simplifies the VCXProj by replacing Visual Studio's auto-generated properties with a single source of truth and configuration/platform specific overrides.

Also adds the "Static Library" configuration variant to support consumers who want to link the C Runtime statically in their products.

robertos commented 6 years ago

OK to merge as soon as the appveyor build/tests succeeds