1. 01 12月, 2017 3 次提交
  2. 30 11月, 2017 9 次提交
  3. 29 11月, 2017 24 次提交
  4. 28 11月, 2017 4 次提交
    • J
      Fix the output directory · f4160385
      Jared Parsons 提交于
      f4160385
    • J
      Remove CompilerFiles list · c7dd120e
      Jared Parsons 提交于
      This removes the last usages of the CompilerFiles hard coded list of
      files in favor of the version read from the toolset nuspec. This reduces
      the number of places that need to be kept in sync when we make changes.
      c7dd120e
    • J
      Sync compiler and vs toolset files · 5211093c
      Jared Parsons 提交于
      This changes the file set used to build the VS toolset to match that of
      the standard compiler toolset. Simply re-use the file list in the
      compiler nuspec file here.
      
      This actuall found a bug in our current implementation. We were not
      copying the config file for csi.exe in the VS toolset.
      5211093c
    • J
      Use global xml namespace · 8eb4352a
      Jared Parsons 提交于
      All of the XML literals in the file use the same xmlns value. Set a
      global import so we can simplify the building of the literals.
      8eb4352a