diff --git a/SunnyUI.Demo.sln b/SunnyUI.Demo.sln index 2faa5748..85d573cf 100644 --- a/SunnyUI.Demo.sln +++ b/SunnyUI.Demo.sln @@ -1,6 +1,8 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32922.545 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SunnyUI.Demo", "SunnyUI.Demo\SunnyUI.Demo.csproj", "{6AE19B87-C2AA-4C56-BC26-1C343F30FF58}" EndProject Global diff --git a/SunnyUI.Demo/Bin/SunnyUI.Common.dll b/SunnyUI.Demo/Bin/SunnyUI.Common.dll index 72991dfc..31e09c80 100644 Binary files a/SunnyUI.Demo/Bin/SunnyUI.Common.dll and b/SunnyUI.Demo/Bin/SunnyUI.Common.dll differ diff --git a/SunnyUI.Demo/Bin/SunnyUI.Demo.exe b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe index 7134571c..06b1342d 100644 Binary files a/SunnyUI.Demo/Bin/SunnyUI.Demo.exe and b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe differ diff --git a/SunnyUI.Demo/Bin/SunnyUI.Demo.exe.config b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe.config new file mode 100644 index 00000000..312bb3f2 --- /dev/null +++ b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe.config @@ -0,0 +1,3 @@ + + + diff --git a/SunnyUI.Demo/Bin/SunnyUI.dll b/SunnyUI.Demo/Bin/SunnyUI.dll index 60d60cda..4f9a677d 100644 Binary files a/SunnyUI.Demo/Bin/SunnyUI.dll and b/SunnyUI.Demo/Bin/SunnyUI.dll differ diff --git a/SunnyUI.Demo/Properties/AssemblyInfo.cs b/SunnyUI.Demo/Properties/AssemblyInfo.cs index b8548831..22e2e518 100644 --- a/SunnyUI.Demo/Properties/AssemblyInfo.cs +++ b/SunnyUI.Demo/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.4.0")] -[assembly: AssemblyFileVersion("3.2.4.0")] +[assembly: AssemblyVersion("3.2.5.0")] +[assembly: AssemblyFileVersion("3.2.5.0")] diff --git a/SunnyUI.Demo/Properties/Settings.Designer.cs b/SunnyUI.Demo/Properties/Settings.Designer.cs index 060e8035..aea71189 100644 --- a/SunnyUI.Demo/Properties/Settings.Designer.cs +++ b/SunnyUI.Demo/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace Sunny.UI.Demo.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/SunnyUI.Demo/SunnyUI.Demo.csproj b/SunnyUI.Demo/SunnyUI.Demo.csproj index 660f4316..d3efcde2 100644 --- a/SunnyUI.Demo/SunnyUI.Demo.csproj +++ b/SunnyUI.Demo/SunnyUI.Demo.csproj @@ -1,5 +1,5 @@  - + Debug @@ -8,9 +8,10 @@ WinExe Sunny.UI.Demo SunnyUI.Demo - v4.0 + v4.7.2 512 true + AnyCPU @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,6 +32,7 @@ TRACE prompt 4 + false SunnyUI.ico @@ -38,11 +41,11 @@ app.manifest - - ..\packages\SunnyUI.3.2.4\lib\net40\SunnyUI.dll + + ..\packages\SunnyUI.3.2.5\lib\net472\SunnyUI.dll - - ..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll + + ..\packages\SunnyUI.Common.3.2.5\lib\net40\SunnyUI.Common.dll @@ -542,6 +545,7 @@ .editorconfig + diff --git a/SunnyUI.Demo/app.config b/SunnyUI.Demo/app.config new file mode 100644 index 00000000..312bb3f2 --- /dev/null +++ b/SunnyUI.Demo/app.config @@ -0,0 +1,3 @@ + + + diff --git a/SunnyUI.Demo/packages.config b/SunnyUI.Demo/packages.config index 2fd5ee37..8369dc0d 100644 --- a/SunnyUI.Demo/packages.config +++ b/SunnyUI.Demo/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file