mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Mappings] The sad goodbye to Mappings
Because the DATabase stuff has been removed, Mappings no longer have a use. These had a lot of time and effort put into them so they'll be preserved in previous releases. But they have no further use here.
This commit is contained in:
@@ -138,7 +138,6 @@
|
||||
<Compile Include="Data\Enums.cs" />
|
||||
<Compile Include="Objects\Logger.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Mappings\Mappings.cs" />
|
||||
<Compile Include="Data\Structs.cs" />
|
||||
<Compile Include="Tools\Style.cs" />
|
||||
<Compile Include="Data\Build.cs" />
|
||||
@@ -155,7 +154,28 @@
|
||||
<ItemGroup>
|
||||
<Content Include="LICENSE.jzlib.txt" />
|
||||
<Content Include="License.zlib.txt" />
|
||||
<Content Include="Mappings\*.xml">
|
||||
<Content Include="Mappings\Good.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Mappings\MAME.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Mappings\MaybeIntro.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Mappings\NoIntro.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Mappings\NonGood.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Mappings\Redump.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Mappings\TOSEC.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Mappings\TruRip.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Skippers\*.xml">
|
||||
|
||||
Reference in New Issue
Block a user