[SabreHelper] Move classes to logical directory based on use

This commit is contained in:
Matt Nadareski
2016-06-10 17:37:23 -07:00
parent 53cf26d809
commit dd0b0a6e6b
5 changed files with 4 additions and 4 deletions

View File

@@ -97,13 +97,13 @@
<Compile Include="Interfaces\IGenerate.cs" /> <Compile Include="Interfaces\IGenerate.cs" />
<Compile Include="Interfaces\IImport.cs" /> <Compile Include="Interfaces\IImport.cs" />
<Compile Include="Logger.cs" /> <Compile Include="Logger.cs" />
<Compile Include="Output.cs" /> <Compile Include="DatTools\Output.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Remapping.cs" /> <Compile Include="Remapping.cs" />
<Compile Include="RomManipulation.cs" /> <Compile Include="DatTools\RomManipulation.cs" />
<Compile Include="Data\Structs.cs" /> <Compile Include="Data\Structs.cs" />
<Compile Include="Stats.cs" /> <Compile Include="DatTools\Stats.cs" />
<Compile Include="Style.cs" /> <Compile Include="DatTools\Style.cs" />
<Compile Include="Data\Build.cs" /> <Compile Include="Data\Build.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>