about summary refs log tree commit diff
path: root/ModerationClient/ModerationClient.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-08-08 02:57:34 +0200
committerRory& <root@rory.gay>2024-08-08 03:02:10 +0200
commitdf5fe7c86e41235f99a9b0d69519a18581eddd5e (patch)
treed7ae3b2c9b98ffcf4fbe4613091dfc7db7e2c62b /ModerationClient/ModerationClient.csproj
parentList rooms (diff)
downloadModerationClient-df5fe7c86e41235f99a9b0d69519a18581eddd5e.tar.xz
Further work
Diffstat (limited to '')
-rw-r--r--ModerationClient/ModerationClient.csproj14
1 files changed, 11 insertions, 3 deletions
diff --git a/ModerationClient/ModerationClient.csproj b/ModerationClient/ModerationClient.csproj

index 84adbc3..9876af9 100644 --- a/ModerationClient/ModerationClient.csproj +++ b/ModerationClient/ModerationClient.csproj
@@ -37,14 +37,22 @@ </ItemGroup> <ItemGroup> - <Compile Update="Views\LoginView.axaml.cs"> - <DependentUpon>LoginWindow.axaml</DependentUpon> + <Compile Update="Views\UserManagementWindow.axaml.cs"> + <DependentUpon>UserManagementWindow.axaml</DependentUpon> <SubType>Code</SubType> </Compile> - <Compile Update="Views\ClientView.axaml.cs"> + <Compile Update="Views\MainWindow\MainWindow.axaml.cs"> + <DependentUpon>MainWindow.axaml</DependentUpon> + <SubType>Code</SubType> + </Compile> + <Compile Update="Views\MainWindow\ClientView.axaml.cs"> <DependentUpon>ClientView.axaml</DependentUpon> <SubType>Code</SubType> </Compile> + <Compile Update="Views\MainWindow\LoginView.axaml.cs"> + <DependentUpon>LoginView.axaml</DependentUpon> + <SubType>Code</SubType> + </Compile> </ItemGroup> <ItemGroup>