From d494013dd66f12c8f927d5662db4101e85ece143 Mon Sep 17 00:00:00 2001
From: xief <1789784602@qq.com>
Date: Sat, 8 Jan 2022 15:41:46 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Chenfeng.MES.MysqlArchiver.csproj | 9 ---------
Chenfeng.MES.MysqlArchiver/DbContext.cs | 12 ------------
MES-Shell/Chenfeng.MES.Shell.csproj | 11 -----------
MES-Shell/Program.cs | 2 --
4 files changed, 34 deletions(-)
delete mode 100644 Chenfeng.MES.MysqlArchiver/Chenfeng.MES.MysqlArchiver.csproj
delete mode 100644 Chenfeng.MES.MysqlArchiver/DbContext.cs
delete mode 100644 MES-Shell/Chenfeng.MES.Shell.csproj
delete mode 100644 MES-Shell/Program.cs
diff --git a/Chenfeng.MES.MysqlArchiver/Chenfeng.MES.MysqlArchiver.csproj b/Chenfeng.MES.MysqlArchiver/Chenfeng.MES.MysqlArchiver.csproj
deleted file mode 100644
index 132c02c..0000000
--- a/Chenfeng.MES.MysqlArchiver/Chenfeng.MES.MysqlArchiver.csproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- net6.0
- enable
- enable
-
-
-
diff --git a/Chenfeng.MES.MysqlArchiver/DbContext.cs b/Chenfeng.MES.MysqlArchiver/DbContext.cs
deleted file mode 100644
index 02d73fc..0000000
--- a/Chenfeng.MES.MysqlArchiver/DbContext.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Chenfeng.MES.MysqlArchiver
-{
- internal class DbContext
- {
- }
-}
diff --git a/MES-Shell/Chenfeng.MES.Shell.csproj b/MES-Shell/Chenfeng.MES.Shell.csproj
deleted file mode 100644
index 01c11a8..0000000
--- a/MES-Shell/Chenfeng.MES.Shell.csproj
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- Exe
- net6.0
- Chenfeng.MES.Shell
- enable
- enable
-
-
-
diff --git a/MES-Shell/Program.cs b/MES-Shell/Program.cs
deleted file mode 100644
index 3751555..0000000
--- a/MES-Shell/Program.cs
+++ /dev/null
@@ -1,2 +0,0 @@
-// See https://aka.ms/new-console-template for more information
-Console.WriteLine("Hello, World!");