diff options
author | Rory& <root@rory.gay> | 2024-05-03 19:40:00 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-05-03 19:40:00 +0200 |
commit | 222f475dfd662980d5e0b9f27efa951f91604364 (patch) | |
tree | 71777992828134ee89249a7e37339bc4aa89ba86 /MatrixUtils.Web/MatrixUtils.Web.csproj | |
parent | Cleanup, work on index2, some tooling updates (diff) | |
download | MatrixUtils-222f475dfd662980d5e0b9f27efa951f91604364.tar.xz |
All kinds of changes
Diffstat (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj')
-rw-r--r-- | MatrixUtils.Web/MatrixUtils.Web.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj index 53c056a..c2732de 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj @@ -46,5 +46,9 @@ <ItemGroup> <ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" /> </ItemGroup> + + <ItemGroup> + <Folder Include="Pages\Tools\Moderation\Draupnir\" /> + </ItemGroup> </Project> |