restructure

This commit is contained in:
NinjaPug
2025-04-14 12:46:10 -04:00
parent 1cf596b379
commit 21b6ad3d75
22 changed files with 1257 additions and 990 deletions

View File

@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Compile Update="ConfiguratorForm.cs">
<Compile Update="UI\ConfiguratorForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="IconBrowser\IconBrowser.cs">
<Compile Update="UI\IconBrowser.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="UI\OledPreviewPanel.cs">
<SubType>Component</SubType>
</Compile>
</ItemGroup>
</Project>