From 90466aed4d0716ee446dc4bcdb23a95254b778cc Mon Sep 17 00:00:00 2001 From: czz_y Date: Fri, 9 Aug 2024 17:53:55 +0800 Subject: [PATCH] git --- .gitignore | 5 +++ AntdUIDemo.csproj | 88 ----------------------------------------------- 2 files changed, 5 insertions(+), 88 deletions(-) create mode 100644 .gitignore delete mode 100644 AntdUIDemo.csproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e436a6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 +################################################################################ + +/AntdUIDemo.csproj diff --git a/AntdUIDemo.csproj b/AntdUIDemo.csproj deleted file mode 100644 index 2f4ca8e..0000000 --- a/AntdUIDemo.csproj +++ /dev/null @@ -1,88 +0,0 @@ - - - - - Debug - AnyCPU - {AC64C1C9-988D-4029-B7B0-DD7D0DC27C6F} - WinExe - AntdUIDemo - AntdUIDemo - v4.8 - 512 - true - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - app.manifest - - - - packages\AntdUI.1.5.1\lib\net48\AntdUI.dll - - - - - - - - - - - - - - - - - Form - - - MainWindow.cs - - - - - MainWindow.cs - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - - - - - - \ No newline at end of file