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