From 9737a0e6b1a4729853921fafa6f874071bc58701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=E9=B8=BD?= <1207247008@qq.com> Date: Sat, 8 Jan 2022 12:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=91=E5=B8=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PublishProfiles/FxDependent.pubxml | 17 +++++++++++++++++ .../PublishProfiles/Independent.pubxml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 App/Properties/PublishProfiles/FxDependent.pubxml create mode 100644 App/Properties/PublishProfiles/Independent.pubxml diff --git a/App/Properties/PublishProfiles/FxDependent.pubxml b/App/Properties/PublishProfiles/FxDependent.pubxml new file mode 100644 index 00000000..96961249 --- /dev/null +++ b/App/Properties/PublishProfiles/FxDependent.pubxml @@ -0,0 +1,17 @@ + + + + + Release + x86 + ..\bin\publish\fx-dependent-x86 + FileSystem + net5.0-windows + false + win-x86 + False + False + + \ No newline at end of file diff --git a/App/Properties/PublishProfiles/Independent.pubxml b/App/Properties/PublishProfiles/Independent.pubxml new file mode 100644 index 00000000..c3e144c0 --- /dev/null +++ b/App/Properties/PublishProfiles/Independent.pubxml @@ -0,0 +1,17 @@ + + + + + Release + x86 + ..\bin\publish\win-x86\ + FileSystem + net5.0-windows + win-x86 + true + False + False + + \ No newline at end of file