From a591e9d825c07d8b1a265f0cc14c609c86c5e7ea Mon Sep 17 00:00:00 2001 From: NotImplementedLife Date: Wed, 19 Jul 2023 09:50:09 +0300 Subject: [PATCH] created template-fix branch --- MainForm.cs | 5 +++-- Properties/PublishProfiles/FolderProfile.pubxml.user | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MainForm.cs b/MainForm.cs index f55364b..888a99a 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -1,6 +1,7 @@ using System.ComponentModel; using System.Diagnostics; using System.IO; +using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks.Dataflow; using TaikoSoundEditor.Data; @@ -252,10 +253,10 @@ namespace TaikoSoundEditor CreateTmpDir(); FeedbackBox.AppendText("Parsing TJA\r\n"); - + Logger.Info("Parsing TJA"); var tja = new TJA(File.ReadAllLines(tjaPath)); - File.WriteAllText("tja.txt", tja.ToString()); + //File.WriteAllText("tja.txt", tja.ToString()); var seconds = AddSilenceBox.Checked ? (int)Math.Ceiling(tja.Headers.Offset + 3) : 0; diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user index 57d727c..d3f6117 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2023-07-18T06:38:50.7615921Z;True|2023-07-18T09:25:23.0403589+03:00;True|2023-07-17T17:57:08.1469738+03:00;True|2023-07-17T11:28:41.9554245+03:00;True|2023-07-17T11:15:26.2194507+03:00; + True|2023-07-19T05:26:36.3567863Z;True|2023-07-18T09:38:50.7615921+03:00;True|2023-07-18T09:25:23.0403589+03:00;True|2023-07-17T17:57:08.1469738+03:00;True|2023-07-17T11:28:41.9554245+03:00;True|2023-07-17T11:15:26.2194507+03:00; \ No newline at end of file