We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
csproj
1 parent 2c03fa2 commit 4717d9bCopy full SHA for 4717d9b
1 file changed
Ignia.Topics.Web.Mvc/Ignia.Topics.Web.Mvc.csproj
@@ -63,9 +63,9 @@
63
<Reference Include="System.Xml" />
64
</ItemGroup>
65
<ItemGroup>
66
- <Compile Include="Controllers\ErrorController.cs" />
+ <Compile Include="Controllers\ErrorControllerBase.cs" />
67
<Compile Include="Controllers\FallbackController.cs" />
68
- <Compile Include="Controllers\LayoutController.cs" />
+ <Compile Include="Controllers\LayoutControllerBase.cs" />
69
<Compile Include="Controllers\RedirectController.cs" />
70
<Compile Include="Controllers\SitemapController.cs" />
71
<Compile Include="Controllers\TopicController.cs" />
0 commit comments