From a468783167596139c0e55084104fbbd9973070a4 Mon Sep 17 00:00:00 2001 From: real-zony Date: Fri, 29 Oct 2021 19:07:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Electron=20?= =?UTF-8?q?=E7=9A=84=E5=90=8E=E7=AB=AF=E9=A1=B9=E7=9B=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ZonyLrcTools.LocalServer/Program.cs | 10 ++++++++++ .../ZonyLrcTools.LocalServer.csproj | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/ZonyLrcTools.LocalServer/Program.cs create mode 100644 src/ZonyLrcTools.LocalServer/ZonyLrcTools.LocalServer.csproj diff --git a/src/ZonyLrcTools.LocalServer/Program.cs b/src/ZonyLrcTools.LocalServer/Program.cs new file mode 100644 index 0000000..d4a335a --- /dev/null +++ b/src/ZonyLrcTools.LocalServer/Program.cs @@ -0,0 +1,10 @@ +namespace ZonyLrcTools.LocalServer +{ + public static class Program + { + public static int Main(string[] args) + { + return 0; + } + } +} \ No newline at end of file diff --git a/src/ZonyLrcTools.LocalServer/ZonyLrcTools.LocalServer.csproj b/src/ZonyLrcTools.LocalServer/ZonyLrcTools.LocalServer.csproj new file mode 100644 index 0000000..7eb0ac6 --- /dev/null +++ b/src/ZonyLrcTools.LocalServer/ZonyLrcTools.LocalServer.csproj @@ -0,0 +1,13 @@ + + + + net6.0 + enable + enable + + + + + + +