From 2f44a02ce7db324487a447915394464aab231705 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 1 Oct 2019 20:37:18 -0400 Subject: [PATCH] Update TODO --- CSharp/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp/TODO b/CSharp/TODO index 9b0d50b8..993d6a90 100644 --- a/CSharp/TODO +++ b/CSharp/TODO @@ -1,4 +1,7 @@ Platform: +* Rewrite Settings (Options, Preferences, etc...) to use UEXML definitions (which we have already) + * Newer versions of MSO use settings dialog eerily similar to GNOME3... perhaps a redesign is in order + * This MIGHT be better suited to UWT, which handles the current settings load/save, see MBS.Framework.UserInterface / SettingsProvider * Finish implementing project/document template variables, project type variables, etc. * Determine how to handle project task actions * Each file in a project should have file-specific actions (BuildAction = Compile, Content, EmbeddedResource, etc.)