From 9c0d3acdfae3ac517a0df5029fa84fa7e27bdfa0 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Fri, 15 Nov 2024 15:04:08 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E7=BA=BF=E6=9D=90=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E8=87=AA=E5=AE=9A=E4=B9=89=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=8A=A5=E8=A1=A8=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E9=95=BF=E5=BA=A6=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/AssemblyInfo.cs | 4 +- .../Sinvo.EplanHpD.Plugin.Test.csproj | 18 +++ Sinvo.EplanHpD.Plugin.WPFUI/MainWindow.xaml | 83 +++++++++++--- .../MainWindow.xaml.cs | 107 +++++++++++++++--- .../Properties/AssemblyInfo.cs | 6 +- Sinvo.EplanHpD.Plugin.WPFUI/Themes/Theme.xaml | 6 + .../Utils/ExportFileNameType.cs | 18 +++ .../Utils/NameTypeConverter.cs | 29 +++++ .../ViewModel/MainViewModel.Check.cs | 15 ++- .../ViewModel/MainViewModel.cs | 38 ++++++- .../Properties/AssemblyInfo.cs | 4 +- 11 files changed, 285 insertions(+), 43 deletions(-) create mode 100644 Sinvo.EplanHpD.Plugin.WPFUI/Themes/Theme.xaml create mode 100644 Sinvo.EplanHpD.Plugin.WPFUI/Utils/ExportFileNameType.cs create mode 100644 Sinvo.EplanHpD.Plugin.WPFUI/Utils/NameTypeConverter.cs diff --git a/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs index 1f16cab..493805c 100644 --- a/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs +++ b/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ using System.Runtime.InteropServices; [assembly: Guid("aec39474-528b-4da8-b650-99189acb7a2c")] // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.16")] -[assembly: AssemblyFileVersion("1.0.0.16")] +[assembly: AssemblyVersion("1.0.0.18")] +[assembly: AssemblyFileVersion("1.0.0.18")] diff --git a/Sinvo.EplanHpD.Plugin.Test/Sinvo.EplanHpD.Plugin.Test.csproj b/Sinvo.EplanHpD.Plugin.Test/Sinvo.EplanHpD.Plugin.Test.csproj index 5eff753..fa31325 100644 --- a/Sinvo.EplanHpD.Plugin.Test/Sinvo.EplanHpD.Plugin.Test.csproj +++ b/Sinvo.EplanHpD.Plugin.Test/Sinvo.EplanHpD.Plugin.Test.csproj @@ -38,6 +38,24 @@ prompt 4 + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + 7.3 + prompt + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + 7.3 + prompt + ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/MainWindow.xaml b/Sinvo.EplanHpD.Plugin.WPFUI/MainWindow.xaml index b73fc05..f9175b8 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/MainWindow.xaml +++ b/Sinvo.EplanHpD.Plugin.WPFUI/MainWindow.xaml @@ -16,8 +16,7 @@ - - +