diff --git a/BMGEditor.sln b/BMGEditor.sln index 013d5bb..c51cfde 100644 --- a/BMGEditor.sln +++ b/BMGEditor.sln @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BMGEditor", "BMGEditor\BMGEditor.csproj", "{E7F50E37-2F2C-4918-80E0-E23D484875B8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BMGEditor", "BMGEditor\BMGEditor.csproj", "{E7F50E37-2F2C-4918-80E0-E23D484875B8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AFC91892-BC77-4CB4-B21D-42551637BDB2}" + ProjectSection(SolutionItems) = preProject + LICENSE.md = LICENSE.md + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/BMGEditor/FS/BMG.cs b/BMGEditor/FS/BMG.cs index bb2d2e9..50b3ac7 100644 --- a/BMGEditor/FS/BMG.cs +++ b/BMGEditor/FS/BMG.cs @@ -205,6 +205,7 @@ namespace BMGEditor return ret; } + //TODO: Rewrite this (escape sequences handling) public string ReadWideCharString() { byte escSeqLength;