aspnetcore/src/RazorPageGenerator
N. Taylor Mullen c5e83c61f8 Changed AddDefaultImports to take strings instead of project items.
- Strings here was important because any import added to the system dynamically needs to eventually make its way back to being a project item. With strings we can state that they do exist (have content) but do not have any file paths associated.
- Updated all call sites to use the new AddDefaultImports string based api.

#2080
2018-02-21 09:42:40 -08:00
..
Program.cs Changed AddDefaultImports to take strings instead of project items. 2018-02-21 09:42:40 -08:00
RazorPageGenerator.csproj
RazorPageGeneratorResult.cs