From c0123536a1b4efc15226a9874b28e6fb2150145b Mon Sep 17 00:00:00 2001 From: CuiLiang Date: Wed, 23 Jun 2021 20:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BAsdk=E6=A0=BC=E5=BC=8Fcsproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ClickShow.sln | 5 +- ClickShow/App.config | 6 - ClickShow/ClickShow.csproj | 148 ++++------------------ ClickShow/Properties/Settings.Designer.cs | 21 ++- ClickShow/app.manifest.elevate | 25 ++++ ClickShow/app.manifest.normal | 25 ++++ 6 files changed, 88 insertions(+), 142 deletions(-) delete mode 100644 ClickShow/App.config create mode 100644 ClickShow/app.manifest.elevate create mode 100644 ClickShow/app.manifest.normal diff --git a/ClickShow.sln b/ClickShow.sln index 3c45dd3..5d920f2 100644 --- a/ClickShow.sln +++ b/ClickShow.sln @@ -3,18 +3,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31229.75 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClickShow", "ClickShow\ClickShow.csproj", "{AC458140-2584-4E45-ACE8-CEAA18A4DBD0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickShow", "ClickShow\ClickShow.csproj", "{AC458140-2584-4E45-ACE8-CEAA18A4DBD0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU + ReleaseElevated|Any CPU = ReleaseElevated|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {AC458140-2584-4E45-ACE8-CEAA18A4DBD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AC458140-2584-4E45-ACE8-CEAA18A4DBD0}.Debug|Any CPU.Build.0 = Debug|Any CPU {AC458140-2584-4E45-ACE8-CEAA18A4DBD0}.Release|Any CPU.ActiveCfg = Release|Any CPU {AC458140-2584-4E45-ACE8-CEAA18A4DBD0}.Release|Any CPU.Build.0 = Release|Any CPU + {AC458140-2584-4E45-ACE8-CEAA18A4DBD0}.ReleaseElevated|Any CPU.ActiveCfg = ReleaseElevated|Any CPU + {AC458140-2584-4E45-ACE8-CEAA18A4DBD0}.ReleaseElevated|Any CPU.Build.0 = ReleaseElevated|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ClickShow/App.config b/ClickShow/App.config deleted file mode 100644 index 56efbc7..0000000 --- a/ClickShow/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/ClickShow/ClickShow.csproj b/ClickShow/ClickShow.csproj index db379af..6e86fee 100644 --- a/ClickShow/ClickShow.csproj +++ b/ClickShow/ClickShow.csproj @@ -1,19 +1,7 @@ - - - + - Debug - AnyCPU - {AC458140-2584-4E45-ACE8-CEAA18A4DBD0} + net472 WinExe - ClickShow - ClickShow - v4.7.2 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - true - true publish\ true Disk @@ -29,25 +17,11 @@ false false true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + false + true + true + true + Debug;Release;ReleaseElevated clickshow.ico @@ -55,100 +29,12 @@ app.manifest - - - - - - - - - - - - - - 4.0 - - - - - - - - MSBuild:Compile - Designer - - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - ClickIndicator.xaml - - - HoverDot.xaml - - - - - MainWindow.xaml - Code - - - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - False Microsoft .NET Framework 4.7.2 %28x86 and x64%29 true - - - False - .NET Framework 3.5 SP1 - false - + @@ -156,5 +42,21 @@ - + + + True + True + Settings.settings + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + \ No newline at end of file diff --git a/ClickShow/Properties/Settings.Designer.cs b/ClickShow/Properties/Settings.Designer.cs index 50bf116..4235163 100644 --- a/ClickShow/Properties/Settings.Designer.cs +++ b/ClickShow/Properties/Settings.Designer.cs @@ -8,20 +8,17 @@ // //------------------------------------------------------------------------------ - -namespace ClickShow.Properties -{ +namespace ClickShow.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/ClickShow/app.manifest.elevate b/ClickShow/app.manifest.elevate new file mode 100644 index 0000000..edcb156 --- /dev/null +++ b/ClickShow/app.manifest.elevate @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + true + PerMonitorV2 + + + + + + diff --git a/ClickShow/app.manifest.normal b/ClickShow/app.manifest.normal new file mode 100644 index 0000000..87c94b9 --- /dev/null +++ b/ClickShow/app.manifest.normal @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + true + PerMonitorV2 + + + + + +