..
This commit is contained in:
parent
3e33a706b5
commit
536ceb124f
6
Axibug.MHFSaveAutoConverter.csproj.user
Normal file
6
Axibug.MHFSaveAutoConverter.csproj.user
Normal 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>
|
||||||
@ -313,7 +313,7 @@ namespace Axibug.MHFSaveAutoConverter.DataStruct
|
|||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
static HashSet<uint> aya = new HashSet<uint>{
|
static HashSet<uint> del = new HashSet<uint>{
|
||||||
8139,
|
8139,
|
||||||
8855,
|
8855,
|
||||||
7502,
|
7502,
|
||||||
@ -371,8 +371,8 @@ namespace Axibug.MHFSaveAutoConverter.DataStruct
|
|||||||
|
|
||||||
bool needfix = (itemid >= 9498);
|
bool needfix = (itemid >= 9498);
|
||||||
|
|
||||||
if (aya.Contains(itemid))
|
//if (del.Contains(itemid))
|
||||||
needfix = true;
|
// needfix = true;
|
||||||
|
|
||||||
if (needfix)
|
if (needfix)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -18,7 +18,7 @@ namespace Axibug.MHFSaveAutoConverter
|
|||||||
Console.Title = "皓月云MHF存档迁移工具 ver 0.1.0";
|
Console.Title = "皓月云MHF存档迁移工具 ver 0.1.0";
|
||||||
Console.WriteLine("读取配置");
|
Console.WriteLine("读取配置");
|
||||||
while (true)
|
while (true)
|
||||||
MainMenu();~
|
MainMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void MainMenu()
|
static void MainMenu()
|
||||||
|
|||||||
13
Properties/PublishProfiles/FolderProfile.pubxml
Normal file
13
Properties/PublishProfiles/FolderProfile.pubxml
Normal 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>
|
||||||
10
Properties/PublishProfiles/FolderProfile.pubxml.user
Normal file
10
Properties/PublishProfiles/FolderProfile.pubxml.user
Normal 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>
|
||||||
Loading…
Reference in New Issue
Block a user