diff --git a/LPA/App.config b/LPA/App.config index 2f94b30..061c06d 100644 --- a/LPA/App.config +++ b/LPA/App.config @@ -1,8 +1,8 @@  - - - + + + @@ -46,6 +46,8 @@ + + \ No newline at end of file diff --git a/LPA/LPA.csproj b/LPA/LPA.csproj index 3fbe882..5c39a18 100644 --- a/LPA/LPA.csproj +++ b/LPA/LPA.csproj @@ -235,4 +235,10 @@ + + + + + + \ No newline at end of file diff --git a/LPA/MainForm.cs b/LPA/MainForm.cs index 3c65633..dacfb05 100644 --- a/LPA/MainForm.cs +++ b/LPA/MainForm.cs @@ -48,7 +48,7 @@ namespace LPA private void setupConf() { serverBaseAddr = memLayer.ML.CRS("serverBaseAddr"); - localReportPath = $"{AppDomain.CurrentDomain.BaseDirectory}\\{memLayer.ML.CRS("localReportPath")}"; + localReportPath = $"{AppDomain.CurrentDomain.BaseDirectory}\\{memLayer.ML.CRS("localReportPath")}\\"; } /// diff --git a/LPA/packages.config b/LPA/packages.config index 632eb3e..816c12e 100644 --- a/LPA/packages.config +++ b/LPA/packages.config @@ -21,6 +21,7 @@ +