diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-25 14:00:02 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-25 14:00:02 +0200 |
commit | 89315fa530e1f21e2e50d94f955693b9413c98fe (patch) | |
tree | bc0747aa1b4f53147030be26c24d079fb0b34001 /MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | |
parent | Clean up MRUStorageWrapper (diff) | |
download | MatrixUtils-89315fa530e1f21e2e50d94f955693b9413c98fe.tar.xz |
New things
Diffstat (limited to 'MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj')
-rw-r--r-- | MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj index 625a303..543f8db 100644 --- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj +++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj @@ -21,9 +21,14 @@ <ProjectReference Condition="Exists('..\ArcaneLibs\ArcaneLibs.Blazor.Components\ArcaneLibs.Blazor.Components.csproj')" Include="..\ArcaneLibs\ArcaneLibs.Blazor.Components\ArcaneLibs.Blazor.Components.csproj" /> <PackageReference Condition="!Exists('..\ArcaneLibs\ArcaneLibs.Blazor.Components\ArcaneLibs.Blazor.Components.csproj')" Include="ArcaneLibs" Version="*-preview*" /> <ProjectReference Include="..\LibMatrix\LibMatrix\LibMatrix.csproj" /> + <ProjectReference Include="..\MatrixRoomUtils.LibDMSpace\MatrixRoomUtils.LibDMSpace.csproj" /> </ItemGroup> + <ItemGroup> + <Folder Include="Classes\AccountData\" /> + </ItemGroup> + |