diff --git a/FASTER/FASTER.csproj b/FASTER/FASTER.csproj index 49ae76f..70a663f 100644 --- a/FASTER/FASTER.csproj +++ b/FASTER/FASTER.csproj @@ -1,5 +1,4 @@ - WinExe net8.0-windows @@ -58,7 +57,6 @@ Settings.Designer.cs - diff --git a/FASTER/Models/ServerCfg.cs b/FASTER/Models/ServerCfg.cs index ac5e79c..dbde091 100644 --- a/FASTER/Models/ServerCfg.cs +++ b/FASTER/Models/ServerCfg.cs @@ -764,7 +764,7 @@ public string ServerCfgContent RaisePropertyChanged("ServerCfgContent"); } } - + public ServerCfg() { if(string.IsNullOrWhiteSpace(serverCfgContent)) @@ -836,7 +836,7 @@ public string AdvancedOptionsContent } } - public Advancedoptions() + public AdvancedOptions() { if(string.IsNullOrWhiteSpace(AdvancedOptionsContent)) { AdvancedOptionsContent = ProcessFile(); }