Skip to content

Commit

Permalink
Restructure project
Browse files Browse the repository at this point in the history
  • Loading branch information
segabl committed Aug 4, 2023
1 parent 47b32cb commit b4f3ba5
Show file tree
Hide file tree
Showing 16 changed files with 481 additions and 387 deletions.
2 changes: 0 additions & 2 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Timers;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Media;
using static System.Net.Mime.MediaTypeNames;
using MessageBox = AdonisUI.Controls.MessageBox;
using MessageBoxButton = AdonisUI.Controls.MessageBoxButton;
using MessageBoxImage = AdonisUI.Controls.MessageBoxImage;
Expand Down
7 changes: 7 additions & 0 deletions PD2SoundBankEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
<RollForward>Major</RollForward>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SoundBank\Sections\HircObjects\HierarchyObject.cs\**" />
<EmbeddedResource Remove="SoundBank\Sections\HircObjects\HierarchyObject.cs\**" />
<None Remove="SoundBank\Sections\HircObjects\HierarchyObject.cs\**" />
<Page Remove="SoundBank\Sections\HircObjects\HierarchyObject.cs\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AdonisUI.ClassicTheme" Version="1.17.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down
Loading

0 comments on commit b4f3ba5

Please sign in to comment.