File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
src/Cofoundry.Plugins.ErrorLogging.Admin Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ using System ;
2
+ using System . Collections . Generic ;
3
+ using System . Linq ;
4
+ using System . Web ;
5
+ using Cofoundry . Core . EmbeddedResources ;
6
+
7
+ namespace Cofoundry . Plugins . ErrorLogging . Admin . Bootstrap
8
+ {
9
+ /// <summary>
10
+ /// Registers this assembly so that embedded resources (e.g. views/css/js) can be picked up.
11
+ /// </summary>
12
+ public class AssemblyResourceRegistration : IAssemblyResourceRegistration
13
+ {
14
+ }
15
+ }
Original file line number Diff line number Diff line change 220
220
<Compile Include =" ..\SolutionInfo.cs" >
221
221
<Link >Properties\SolutionInfo.cs</Link >
222
222
</Compile >
223
+ <Compile Include =" Bootstrap\AssemblyResourceRegistration.cs" />
223
224
<Compile Include =" Plugins\Admin\Api\Errors\ErrorsApiController.cs" />
224
225
<Compile Include =" Plugins\Admin\Modules\Errors\Bootstrap\ErrorsModuleRegistration.cs" />
225
226
<Compile Include =" Plugins\Admin\Modules\Errors\Constants\ErrorsRouteLibrary.cs" />
266
267
</Target >
267
268
<Target Name =" BeforeBuild" >
268
269
<ItemGroup >
269
- <EmbeddedResource Include =" plugins\modules\*\mvc\views\**\*.cshtml;plugins\modules\*\mvc\views\**\*.js;plugins\modules\*\js\**\*.*;plugins\modules\*\content\**\*.*;" />
270
+ <EmbeddedResource Include =" plugins\admin\ modules\*\mvc\views\**\*.cshtml;plugins\admin\ modules\*\mvc\views\**\*.js;plugins\admin\ modules\*\js\**\*.*;plugins\admin \modules\*\content\**\*.*;" />
270
271
</ItemGroup >
271
272
</Target >
272
273
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
You can’t perform that action at this time.
0 commit comments