From 9b60dcf87c588c8a4c93ee6345c1a9fe7d6b32a2 Mon Sep 17 00:00:00 2001 From: chn Date: Sun, 6 Oct 2024 23:24:40 +0800 Subject: [PATCH] enable compression --- .gitignore | 2 +- .../PublishProfiles/FolderProfile.pubxml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 My Project/PublishProfiles/FolderProfile.pubxml diff --git a/.gitignore b/.gitignore index 9491a2f..eec23cc 100644 --- a/.gitignore +++ b/.gitignore @@ -184,7 +184,7 @@ publish/ *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted -*.pubxml +*.pubxml.user *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to diff --git a/My Project/PublishProfiles/FolderProfile.pubxml b/My Project/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..23bca5f --- /dev/null +++ b/My Project/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,19 @@ + + + + + Release + Any CPU + bin\publish + FileSystem + <_TargetId>Folder + true + net8.0-windows + false + win-x86 + true + true + + \ No newline at end of file