Emulation.Common - move Base Implementations out of the interfaces folder, never made sense to be there

This commit is contained in:
adelikat 2014-11-30 23:02:16 +00:00
parent 6c08847c38
commit b05bed93ac
3 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,8 @@
<Compile Include="..\VersionInfo.cs">
<Link>VersionInfo.cs</Link>
</Compile>
<Compile Include="Base Implementations\NullController.cs" />
<Compile Include="Base Implementations\NullEmulator.cs" />
<Compile Include="CoreAttributes.cs" />
<Compile Include="Database\CRC32.cs" />
<Compile Include="Database\Database.cs" />
@ -56,8 +58,6 @@
<Compile Include="Database\GameInfo.cs" />
<Compile Include="EmulationExceptions.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="Interfaces\Base Implementations\NullController.cs" />
<Compile Include="Interfaces\Base Implementations\NullEmulator.cs" />
<Compile Include="Interfaces\CoreComms.cs" />
<Compile Include="Interfaces\IController.cs" />
<Compile Include="Interfaces\ICoreFileProvider.cs" />