From f4ab2a2e7b152f2b1734e67f2d6b44bb8ea09aed Mon Sep 17 00:00:00 2001 From: Laurence Luo Date: Tue, 10 Sep 2024 17:53:32 +0800 Subject: [PATCH] Update publish profiles --- KindleMate2/Properties/PublishProfiles/x64-runtime.pubxml | 3 ++- KindleMate2/Properties/PublishProfiles/x64.pubxml | 3 ++- KindleMate2/Properties/PublishProfiles/x86-runtime.pubxml | 3 ++- KindleMate2/Properties/PublishProfiles/x86.pubxml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/KindleMate2/Properties/PublishProfiles/x64-runtime.pubxml b/KindleMate2/Properties/PublishProfiles/x64-runtime.pubxml index c0eb7fd..bdcb2f8 100644 --- a/KindleMate2/Properties/PublishProfiles/x64-runtime.pubxml +++ b/KindleMate2/Properties/PublishProfiles/x64-runtime.pubxml @@ -13,7 +13,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121. net8.0-windows win-x64 true - true + false false + embedded \ No newline at end of file diff --git a/KindleMate2/Properties/PublishProfiles/x64.pubxml b/KindleMate2/Properties/PublishProfiles/x64.pubxml index 5004a91..38dcee6 100644 --- a/KindleMate2/Properties/PublishProfiles/x64.pubxml +++ b/KindleMate2/Properties/PublishProfiles/x64.pubxml @@ -12,8 +12,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121. net8.0-windows win-x64 false - true + false false true + embedded \ No newline at end of file diff --git a/KindleMate2/Properties/PublishProfiles/x86-runtime.pubxml b/KindleMate2/Properties/PublishProfiles/x86-runtime.pubxml index 78256f5..faaf8db 100644 --- a/KindleMate2/Properties/PublishProfiles/x86-runtime.pubxml +++ b/KindleMate2/Properties/PublishProfiles/x86-runtime.pubxml @@ -12,8 +12,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121. net8.0-windows win-x86 true - true + false false true + embedded \ No newline at end of file diff --git a/KindleMate2/Properties/PublishProfiles/x86.pubxml b/KindleMate2/Properties/PublishProfiles/x86.pubxml index a4e448b..29db2a8 100644 --- a/KindleMate2/Properties/PublishProfiles/x86.pubxml +++ b/KindleMate2/Properties/PublishProfiles/x86.pubxml @@ -12,8 +12,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121. net8.0-windows win-x86 false - true + false false true + embedded \ No newline at end of file