1. 24 9月, 2015 1 次提交
  2. 22 9月, 2015 1 次提交
    • T
      This cleans up the Roslyn Code Base. · deee04e4
      Tanner Gooding 提交于
      * This updates all references to nuget.exe to use the copy in the root.
      * This deletes all NuGet.config and NuGet.exe files that are not in the root.
      * This removes all references to NuGet.targets (which is obsolete and no longer exists)
      deee04e4
  3. 03 9月, 2015 1 次提交
  4. 09 7月, 2015 1 次提交
    • A
      Unify the Closed/Open targets files · ebd5cd6e
      Andy Gocke 提交于
      The targets files were previously split into an open version in
      Microsoft.CodeAnalysis.Toolset.Open and a closed version in build/. This
      unifies the four targets into two new targets, VSL.Settings.targets and
      VSL.Imports.targets, and moves all the targets from ..Toolset.Open into
      the build/ folder.
      ebd5cd6e
  5. 18 4月, 2015 2 次提交
  6. 17 4月, 2015 1 次提交
  7. 28 3月, 2015 2 次提交
  8. 27 3月, 2015 1 次提交
  9. 07 3月, 2015 2 次提交
  10. 18 2月, 2015 1 次提交
    • J
      Fix use of DefineConstants · 5e896eb9
      Jared Parsons 提交于
      The primary use of DefineConstants should be to append constant values,
      not replace them.  Any time a replacement operation is used it prevents
      us from establishing defines in our targets and pushing them down to all
      affected projects.
      5e896eb9
  11. 04 2月, 2015 1 次提交
    • J
      Remove some unnecessary ProjectReferences · 684d5c91
      jasonmalinowski 提交于
      We have some project references between projects that are either completely unnecessary or almost so, which have the nice side effect of creating build warnings due to version mismatches. Remove most of them, and move a single unit test helper next to the unit tests that are using it. (changeset 1408938)
      684d5c91
  12. 29 1月, 2015 1 次提交