1. 02 11月, 2018 2 次提交
  2. 17 8月, 2018 1 次提交
  3. 12 6月, 2018 1 次提交
  4. 13 2月, 2018 1 次提交
  5. 01 9月, 2017 1 次提交
  6. 31 12月, 2016 4 次提交
  7. 10 12月, 2016 3 次提交
  8. 02 7月, 2016 1 次提交
  9. 28 6月, 2016 1 次提交
  10. 23 6月, 2016 1 次提交
    • J
      Generate the binding redirects for the compiler automatically · 3f22fdd9
      Jason Malinowski 提交于
      This removes the hard-coded binding redirects that exist within our
      source tree in favor of redirects that are computed automatically. This
      takes advantage of the built-in binding redirect generation support
      in MSBuild. In order to get the redirects to merge properly with
      the static stuff we have, I renamed the .exe.config files to App.config
      which is the name the tooling looks for.
      
      Addresses #7612.
      3f22fdd9