Added a custom debug root path provider, this means we do not have to recompile the views every time we make a view change

This commit is contained in:
tidusjar 2016-07-14 11:53:19 +01:00
commit 7cf649c020
3 changed files with 50 additions and 0 deletions

View file

@ -180,6 +180,7 @@
<Compile Include="Helpers\ContravariantBindingResolver.cs" />
<Compile Include="Helpers\CultureHelper.cs" />
<Compile Include="Helpers\CustomHtmlHelper.cs" />
<Compile Include="Helpers\DebugRootPathProvider.cs" />
<Compile Include="Helpers\EmptyViewBase.cs" />
<Compile Include="Helpers\HeadphonesSender.cs" />
<Compile Include="Helpers\AngularViewBase.cs" />