Skip to content
  • Sameeh Jubran's avatar
    Build: Migrate to VS 2015 and add Win10 configurations · 2cd4aa52
    Sameeh Jubran authored
    
    
    This commit migrates from VS 2013 to VS 2015. Beside the auto conversion
    which was performed by VS this commit includes the following fixes
    which enabled the builld to work:
    
    Win (7, 8, 8.1, 10):
    * Set the KMDF Version Major to 1.
    * Set the KMDF Version Minor to 11.
    
    Win XP:
    * Add _When_ define.
    * Add empty implementation to guard functions which else would cause an
      unresolved symbols.
    * Add path to WinDDK's wdfinstaller.h in UsbDkHelper project.
    * Add "GetDriverProjectAttributes" and "GetPackageFiles" targets to
      UsbDkController, UsbDkHelper and UsbDkInstHelper project files.
    
    Signed-off-by: default avatarSameeh Jubran <sameeh@daynix.com>
    Signed-off-by: default avatarDmitry Fleytman <dfleytma@redhat.com>
    2cd4aa52