This commit is contained in:
sin365 2026-01-30 18:40:46 +08:00
parent 3e33a706b5
commit 536ceb124f
5 changed files with 33 additions and 4 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>G:\Sin365\Axibug.MHFSaveAutoConverter\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>

View File

@ -313,7 +313,7 @@ namespace Axibug.MHFSaveAutoConverter.DataStruct
return str;
}
static HashSet<uint> aya = new HashSet<uint>{
static HashSet<uint> del = new HashSet<uint>{
8139,
8855,
7502,
@ -371,8 +371,8 @@ namespace Axibug.MHFSaveAutoConverter.DataStruct
bool needfix = (itemid >= 9498);
if (aya.Contains(itemid))
needfix = true;
//if (del.Contains(itemid))
// needfix = true;
if (needfix)
{

View File

@ -18,7 +18,7 @@ namespace Axibug.MHFSaveAutoConverter
Console.Title = "皓月云MHF存档迁移工具 ver 0.1.0";
Console.WriteLine("读取配置");
while (true)
MainMenu();~
MainMenu();
}
static void MainMenu()

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net8.0\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2026-01-22T10:28:19.5051638Z||;False|2026-01-22T18:27:12.9992480+08:00||;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>