1. 15 9月, 2016 1 次提交
  2. 03 9月, 2016 1 次提交
  3. 05 8月, 2016 1 次提交
  4. 02 8月, 2016 1 次提交
    • J
      Remove many of the dependency projects · 585d3d19
      Jared Parsons 提交于
      The dependency projects serve a few purposes:
      
      - Help ensure package unity by serving as a single place for a NuGet reference.
      - Make NuGet updates simple by having a single place to change.
      - Grouping together related packages to make it easy to take a dependency on say Visual Studio editor.
      
      The first two points are largely obsolete now that our project.json references are strictly validated on every build and have a single update mechanism.  This meant a lot of our depnedency projects were just making Roslyn.sln bigger.
      
      As such I went through and deleted all of them which had only 1 or 2 project.json entries.  I left the VS ones which tend to group 10+ references together.  They are still serving a valid "reference VS" purpose.
      585d3d19
  5. 14 7月, 2016 1 次提交
  6. 13 5月, 2016 1 次提交
    • K
      Get build working with VS "15" again · eea2452c
      Kevin Pilch-Bisson 提交于
      1. Reference a bunch of stuff from Nuget packages instead of VS.
      2. Move to Update 2 versions of packages.
      3. Now that we are using the packages, we're referencing
         Microsoft.VisualStudio.Shell.14.dll instead of .15 again.  This means
         that types that moved to Shell.Immutable.15 are not type forwarders.
         Luckily we didn't need anything from Shell.Immutable.15 in the project
         where it was a problem.
      eea2452c
  7. 20 4月, 2016 2 次提交
  8. 26 2月, 2016 1 次提交
  9. 17 2月, 2016 2 次提交
  10. 04 11月, 2015 1 次提交
  11. 24 10月, 2015 1 次提交
    • J
      Update project.jsons to support building with Update 1. · 42526f58
      Jason Malinowski 提交于
      With Visual Studio 2015 Update 1 you should not specify -anycpu
      in the runtimes section. Right now we'll have both to allow us to build
      with and without Update 1, and we'll remove the old ones once we've
      made the transition.
      
      Update 1 also tries deploying implementations for some class libraries,
      so I'm updating all our test and VSIX deployment class libraries to
      now include implementations.
      42526f58
  12. 16 10月, 2015 1 次提交
  13. 13 10月, 2015 1 次提交
  14. 10 10月, 2015 1 次提交
  15. 03 9月, 2015 1 次提交