From 8f45c5606c8553527b28f83126ccfb885a9f2a82 Mon Sep 17 00:00:00 2001 From: cal Date: Tue, 5 Aug 2025 22:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=AD=A6=E5=91=8A=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FileServer.csproj | 10 ++-------- PublicFiles/test.txt | 1 + 2 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 PublicFiles/test.txt diff --git a/FileServer.csproj b/FileServer.csproj index ed97d61..58c98cc 100755 --- a/FileServer.csproj +++ b/FileServer.csproj @@ -8,23 +8,17 @@ false - ../../FileServer/ + ./bin - ../../FileServer/ + ./bin - - - - <_ContentIncludedByDefault Remove="Properties\launchSettings.json" /> - - PreserveNewest diff --git a/PublicFiles/test.txt b/PublicFiles/test.txt new file mode 100644 index 0000000..06c2d96 --- /dev/null +++ b/PublicFiles/test.txt @@ -0,0 +1 @@ +nihao \ No newline at end of file