aspnetcore/src
N. Taylor Mullen fca4f23895 Add Microsoft.MonoDevelop.RazorAddin.
- As part of this work I also added `Microsoft.VisualStudio.Mac.LanguageServices.Razor` to be the Visual Studio for Mac specific Razor code.
- Added MSBuild infrastructure to automate creation of MonoDevelop addins (MPacks). This work enables us to not have a dependency on a specific version of monodevelop and does not require us to have tool-prerequisites on the box. Every build outputs the mpacks into the artifacts/build directory.
- Built in build-level metadata pieces to workaround how addins are typically developed. They are usually authored C# first and then config files are generated after the fact; with this changeset we auto-generate the addin.info and its corresponding assembly attributes. Both of these take information directly from the build system.

#1696
2017-09-29 16:26:50 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X
Microsoft.AspNetCore.Razor
Microsoft.AspNetCore.Razor.Language Split LanguageServices.Razor. 2017-09-29 16:26:50 -07:00
Microsoft.AspNetCore.Razor.Runtime
Microsoft.CodeAnalysis.Razor
Microsoft.CodeAnalysis.Razor.Workspaces Split LanguageServices.Razor. 2017-09-29 16:26:50 -07:00
Microsoft.CodeAnalysis.Remote.Razor
Microsoft.VisualStudio.Editor.Razor Split LanguageServices.Razor. 2017-09-29 16:26:50 -07:00
Microsoft.VisualStudio.LanguageServices.Razor Split LanguageServices.Razor. 2017-09-29 16:26:50 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor Add Microsoft.MonoDevelop.RazorAddin. 2017-09-29 16:26:50 -07:00
RazorPageGenerator
Directory.Build.props