diff --git a/MudDesigner/Program.cs b/MudDesigner/Program.cs index 1ba4f4b..19faa82 100644 --- a/MudDesigner/Program.cs +++ b/MudDesigner/Program.cs @@ -44,6 +44,7 @@ namespace MudDesigner legalApps.Add(app); } } + string filename = ""; foreach (string app in legalApps) { @@ -53,10 +54,12 @@ namespace MudDesigner break; } } + info.FileName = filename; #else info.FileName = appName; #endif + info.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal; info.WorkingDirectory = Application.StartupPath; diff --git a/VisualComponents/VisualComponents.csproj b/VisualComponents/VisualComponents.csproj index d466999..d6f4c76 100644 --- a/VisualComponents/VisualComponents.csproj +++ b/VisualComponents/VisualComponents.csproj @@ -47,6 +47,12 @@ + + UserControl + + + RoomDesigner.cs + UserControl @@ -56,11 +62,21 @@ + + RoomDesigner.cs + Designer + VisualContainer.cs Designer + + + {33828B3B-F227-4726-8FCD-3D9D780E643D} + MUDEngine + +