From b00a26549753cf74213caa2c7664fbe59a357d49 Mon Sep 17 00:00:00 2001 From: Nicke Manarin Date: Sun, 17 Dec 2023 23:47:29 -0300 Subject: [PATCH] Fixed target OS for publishing profiles. --- .../PublishProfiles/Publish as ARM64 (light).pubxml | 2 +- .../Publish as ARM64 (self-contained).pubxml | 2 +- .../Properties/PublishProfiles/Publish as ARM64.pubxml | 3 ++- .../PublishProfiles/Publish as x64 (light).pubxml | 4 ++-- .../Publish as x64 (self-contained).pubxml | 2 +- .../Properties/PublishProfiles/Publish as x64.pubxml | 3 ++- .../PublishProfiles/Publish as x86 (light).pubxml | 2 +- .../Publish as x86 (self-contained).pubxml | 4 ++-- .../Properties/PublishProfiles/Publish as x86.pubxml | 9 +++++---- 9 files changed, 17 insertions(+), 14 deletions(-) diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (light).pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (light).pubxml index 14810997..05a812ce 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (light).pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (light).pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ARM64 bin\Publish\Dependent\ARM64 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-arm64 false true diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (self-contained).pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (self-contained).pubxml index 4a0cdba1..6e9c8169 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (self-contained).pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as ARM64 (self-contained).pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ARM64 bin\Publish\Full\ARM64 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-arm64 true False diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as ARM64.pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as ARM64.pubxml index 01cb6349..a6b7972a 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as ARM64.pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as ARM64.pubxml @@ -8,10 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ARM64 bin\Publish\Full-Single\ARM64 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-arm64 true true false + false \ No newline at end of file diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as x64 (light).pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as x64 (light).pubxml index ade5aebd..6474b217 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as x64 (light).pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as x64 (light).pubxml @@ -1,4 +1,4 @@ - + @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. x64 bin\Publish\Dependent\x64 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-x64 false true diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as x64 (self-contained).pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as x64 (self-contained).pubxml index 759ac3ff..6c60bdc2 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as x64 (self-contained).pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as x64 (self-contained).pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. x64 bin\Publish\Full\x64 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-x64 true false diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as x64.pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as x64.pubxml index 28586590..25da92e4 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as x64.pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as x64.pubxml @@ -8,10 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. x64 bin\Publish\Full-Single\x64 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-x64 true true false + false \ No newline at end of file diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as x86 (light).pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as x86 (light).pubxml index 82dd2cc8..acd3b164 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as x86 (light).pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as x86 (light).pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. x86 bin\Publish\Dependent\x86 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-x86 false True diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as x86 (self-contained).pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as x86 (self-contained).pubxml index 56c1cf3b..97bb4ce7 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as x86 (self-contained).pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as x86 (self-contained).pubxml @@ -1,4 +1,4 @@ - + @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. x86 bin\Publish\Full\x86 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-x86 true false diff --git a/ScreenToGif/Properties/PublishProfiles/Publish as x86.pubxml b/ScreenToGif/Properties/PublishProfiles/Publish as x86.pubxml index 66787032..161de68a 100644 --- a/ScreenToGif/Properties/PublishProfiles/Publish as x86.pubxml +++ b/ScreenToGif/Properties/PublishProfiles/Publish as x86.pubxml @@ -1,4 +1,4 @@ - + @@ -8,10 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. x86 bin\Publish\Full-Single\x86 FileSystem - net8.0-windows + net8.0-windows10.0.17763.0 win-x86 true - True - False + true + false + false \ No newline at end of file