visual studio 2015 - How ASP.NET team generates *.Designer.cs-files from *.resx-files in MVC 6 project? -
how microsoft developers generates *.designer.cs-files *.resx-files in http://github.com/aspnet/mvc project?
the magic in shade file: https://github.com/aspnet/universe/blob/dev/build/_k-generate-resx.shade imported each project through korebuild package.
if run our build commands (build.cmd or build.sh) , pass argument resx - e.g. build.cmd resx - resx files parsed , *.designer.cs regenerated.
ps: works asp.net project under https://github.com/aspnet , including mvc
Comments
Post a Comment