From aa6623b0631218f9bb580937765005a59996b447 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sun, 1 Aug 2021 02:51:23 +0800 Subject: [PATCH] Create common.props --- Netch.sln | 1 + Netch/Netch.csproj | 44 ++++++++++---------------------------------- common.props | 9 +++++++++ 3 files changed, 20 insertions(+), 34 deletions(-) create mode 100644 common.props diff --git a/Netch.sln b/Netch.sln index 0f59ecc8..0be1981d 100644 --- a/Netch.sln +++ b/Netch.sln @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AdditionalFiles", "Addition LICENSE = LICENSE README.md = README.md global.json = global.json + ..\..\RiderProjects\Netch\common.props = ..\..\RiderProjects\Netch\common.props EndProjectSection EndProject Global diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index 948c9ae0..f0081fe7 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -1,30 +1,22 @@  + + + WinExe + Debug;Release true - true false - Netch.Netch - App.manifest + false + false Resources\Netch.ico false - latest - enable VSTHRD100 false Default true - - net5.0-windows - win-x64 - Debug;Release - x64 - false - false - - bin\x64\Debug\ DEBUG;TRACE @@ -65,31 +57,15 @@ + + ResXFileCodeGenerator + Resources.Designer.cs + True True Resources.resx - - True - True - Settings.settings - - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - diff --git a/common.props b/common.props new file mode 100644 index 00000000..716d1013 --- /dev/null +++ b/common.props @@ -0,0 +1,9 @@ + + + net5.0-windows + win-x64 + x64 + latest + enable + + \ No newline at end of file