Skip to content

Commit

Permalink
Remove WPF app structure and LoadingWindow feature
Browse files Browse the repository at this point in the history
Completely removed the WPF application structure, including:
- App.xaml and App.xaml.cs files
- MainWindow.xaml and MainWindow.xaml.cs files
- Various service and module implementations
- WPF-specific settings and dependencies in MagicChatboxV2.csproj

Removed the LoadingWindow feature, including:
- LoadingWindow.xaml and LoadingWindow.xaml.cs files
- LoadingWindowViewModel.cs file

Updated vrcosc-magicchatbox.sln to remove MagicChatboxV2 project and its build configurations.
  • Loading branch information
BoiHanny committed Aug 25, 2024
1 parent c749dc7 commit 4c6102d
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 1,140 deletions.
138 changes: 0 additions & 138 deletions MagicChatboxV2/App.xaml

This file was deleted.

55 changes: 0 additions & 55 deletions MagicChatboxV2/App.xaml.cs

This file was deleted.

10 changes: 0 additions & 10 deletions MagicChatboxV2/AssemblyInfo.cs

This file was deleted.

39 changes: 0 additions & 39 deletions MagicChatboxV2/MagicChatboxV2.csproj

This file was deleted.

14 changes: 0 additions & 14 deletions MagicChatboxV2/MainWindow.xaml

This file was deleted.

12 changes: 0 additions & 12 deletions MagicChatboxV2/MainWindow.xaml.cs

This file was deleted.

31 changes: 0 additions & 31 deletions MagicChatboxV2/Models/IModule.cs

This file was deleted.

15 changes: 0 additions & 15 deletions MagicChatboxV2/Models/ISettings.cs

This file was deleted.

30 changes: 0 additions & 30 deletions MagicChatboxV2/Models/Settings.cs

This file was deleted.

Loading

0 comments on commit 4c6102d

Please sign in to comment.