Skip to content
  • Brad King's avatar
    VS: Fix vcxproj specification of empty output file extension · 2b3e7b6f
    Brad King authored
    When a binary output file is to have no extension, the TargetExt
    element in the vcxproj cannot be left empty because VS will choose
    a default extension.  Instead use "." because the Windows filesystem
    will treat that as an empty extension.
    2b3e7b6f