mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-25 20:16:40 -05:00
Update bcsv specs for 1.3
This commit is contained in:
@@ -8,7 +8,7 @@ namespace NHSE.Parsing
|
||||
{
|
||||
public class BCSV
|
||||
{
|
||||
public static readonly BCSVEnumDictionary EnumLookup = new BCSVEnumDictionary(Resources.specs_120.Split('\n'));
|
||||
public static readonly BCSVEnumDictionary EnumLookup = new BCSVEnumDictionary(Resources.specs_130.Split('\n'));
|
||||
public static bool DecodeColumnNames { private get; set; } = true;
|
||||
|
||||
public const int MAGIC = 0x42435356; // BCSV
|
||||
|
||||
4
NHSE.Parsing/Properties/Resources.Designer.cs
generated
4
NHSE.Parsing/Properties/Resources.Designer.cs
generated
@@ -86,9 +86,9 @@ internal class Resources {
|
||||
/// ('Heavy' , '重い'),
|
||||
/// [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string specs_120 {
|
||||
internal static string specs_130 {
|
||||
get {
|
||||
return ResourceManager.GetString("specs_120", resourceCulture);
|
||||
return ResourceManager.GetString("specs_130", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="specs_120" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\specs_120.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
<data name="specs_130" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\specs_130.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
</root>
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user