Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

micropython.vcxproj

Blame
    • stijn's avatar
      c6113138
      windows: Make msvc project file support any version from VS2013 to VS2017 · c6113138
      stijn authored
      Instead of having the PlatformToolset property hardcoded to a specific
      version just set it to the value of DefaultPlatformToolset: this gets
      defined according to the commandline environment in which the build was
      started.
      Instead of just supporting VS2015 the project can now be built by any
      version from VS2013 to VS2017 and normally future versions as well, without
      quirks like VS asking whether you want to upgrade the project to the latest
      version (as was the case when opening the project in VS2017) or not being
      able to build at all (as was the case when opening the project in VS2013).
      
      Also adjust the .gitignore file to ignore any artefacts from VS2017.
      c6113138
      History
      windows: Make msvc project file support any version from VS2013 to VS2017
      stijn authored
      Instead of having the PlatformToolset property hardcoded to a specific
      version just set it to the value of DefaultPlatformToolset: this gets
      defined according to the commandline environment in which the build was
      started.
      Instead of just supporting VS2015 the project can now be built by any
      version from VS2013 to VS2017 and normally future versions as well, without
      quirks like VS asking whether you want to upgrade the project to the latest
      version (as was the case when opening the project in VS2017) or not being
      able to build at all (as was the case when opening the project in VS2013).
      
      Also adjust the .gitignore file to ignore any artefacts from VS2017.