From f5009ac167d3d0645a5600c48d84dcd6d701eb2b Mon Sep 17 00:00:00 2001 From: StudentBlake <6874208+StudentBlake@users.noreply.github.com> Date: Sun, 13 Nov 2022 11:54:07 -0500 Subject: [PATCH] Add publish profiles --- Properties/PublishProfiles/Dependent.pubxml | 18 ++++++++++++++++++ Properties/PublishProfiles/Portable.pubxml | 20 ++++++++++++++++++++ XCI Explorer.csproj | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 Properties/PublishProfiles/Dependent.pubxml create mode 100644 Properties/PublishProfiles/Portable.pubxml diff --git a/Properties/PublishProfiles/Dependent.pubxml b/Properties/PublishProfiles/Dependent.pubxml new file mode 100644 index 0000000..e534582 --- /dev/null +++ b/Properties/PublishProfiles/Dependent.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + bin\Release\Dependent + FileSystem + <_TargetId>Folder + net6.0-windows + win-x64 + false + true + false + + \ No newline at end of file diff --git a/Properties/PublishProfiles/Portable.pubxml b/Properties/PublishProfiles/Portable.pubxml new file mode 100644 index 0000000..73c0484 --- /dev/null +++ b/Properties/PublishProfiles/Portable.pubxml @@ -0,0 +1,20 @@ + + + + + Release + Any CPU + bin\Release\Portable + FileSystem + <_TargetId>Folder + net6.0-windows + win-x64 + true + true + false + true + true + + \ No newline at end of file diff --git a/XCI Explorer.csproj b/XCI Explorer.csproj index 663284c..3a90001 100644 --- a/XCI Explorer.csproj +++ b/XCI Explorer.csproj @@ -18,7 +18,7 @@ Always - true + true \ No newline at end of file