diff --git a/PWAPPv2/Config/Config.xml b/Config/Config.xml similarity index 100% rename from PWAPPv2/Config/Config.xml rename to Config/Config.xml diff --git a/Config/PracticeConfig.xml b/Config/PracticeConfig.xml new file mode 100644 index 0000000..2296f93 --- /dev/null +++ b/Config/PracticeConfig.xml @@ -0,0 +1,10 @@ + + + 10.0.1.107 + root + + testdoctor + testdoctor + 210 + 12345678 + \ No newline at end of file diff --git a/Config/UniversalConfig.txt b/Config/UniversalConfig.txt new file mode 100644 index 0000000..78fa985 --- /dev/null +++ b/Config/UniversalConfig.txt @@ -0,0 +1,5 @@ + + + http://apipatientweb.azurewebsites.net/ + https://localhost:44354/api/PWAppVersion + \ No newline at end of file diff --git a/PWAPPv2.sln b/PWAPPv2.sln index 9ee99ea..addf15c 100644 --- a/PWAPPv2.sln +++ b/PWAPPv2.sln @@ -1,10 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.33529.622 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PWAPPv2", "PWAPPv2\PWAPPv2.csproj", "{45E26AF8-41D7-4308-A2C8-D55A0350DB47}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PWAppUpdaterForm", "PWAppUpdater2\PWAppUpdaterForm.csproj", "{093798DD-2EDD-4519-AAC6-9DFF0DE3C15A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {45E26AF8-41D7-4308-A2C8-D55A0350DB47}.Debug|Any CPU.Build.0 = Debug|Any CPU {45E26AF8-41D7-4308-A2C8-D55A0350DB47}.Release|Any CPU.ActiveCfg = Release|Any CPU {45E26AF8-41D7-4308-A2C8-D55A0350DB47}.Release|Any CPU.Build.0 = Release|Any CPU + {093798DD-2EDD-4519-AAC6-9DFF0DE3C15A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {093798DD-2EDD-4519-AAC6-9DFF0DE3C15A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {093798DD-2EDD-4519-AAC6-9DFF0DE3C15A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {093798DD-2EDD-4519-AAC6-9DFF0DE3C15A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/PWAPPv2/App.xaml.cs b/PWAPPv2/App.xaml.cs index 1f66738..7e80dca 100644 --- a/PWAPPv2/App.xaml.cs +++ b/PWAPPv2/App.xaml.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; +using System.Windows; namespace PWAPPv2 { @@ -16,7 +10,7 @@ namespace PWAPPv2 public static string[] Args; void app_Startup(object sender, StartupEventArgs e) { - if(e.Args.Length > 0) + if (e.Args.Length > 0) { Args = e.Args; } diff --git a/PWAPPv2/MainWindow.xaml b/PWAPPv2/MainWindow.xaml index 57a5183..937d118 100644 --- a/PWAPPv2/MainWindow.xaml +++ b/PWAPPv2/MainWindow.xaml @@ -69,7 +69,7 @@ - + @@ -81,7 +81,7 @@