mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-22 03:54:16 -04:00
add "Dump with PathID as filename" feature
This commit is contained in:
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
||||
//通过使用 "*",如下所示:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.14.38.3")]
|
||||
[assembly: AssemblyFileVersion("0.14.38.3")]
|
||||
[assembly: AssemblyVersion("0.14.38.4")]
|
||||
[assembly: AssemblyFileVersion("0.14.38.4")]
|
||||
|
12
AssetStudioGUI/Properties/Settings.Designer.cs
generated
12
AssetStudioGUI/Properties/Settings.Designer.cs
generated
@ -274,5 +274,17 @@ namespace AssetStudioGUI.Properties {
|
||||
this["pathIDAsImageName"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool pathIDAsDumpName {
|
||||
get {
|
||||
return ((bool)(this["pathIDAsDumpName"]));
|
||||
}
|
||||
set {
|
||||
this["pathIDAsDumpName"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -65,5 +65,8 @@
|
||||
<Setting Name="pathIDAsImageName" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="pathIDAsDumpName" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Reference in New Issue
Block a user