diff --git a/MBTiles/WinUI/MBTiles.WinUI.csproj b/MBTiles/WinUI/MBTiles.WinUI.csproj
index 82d54678..9631cab3 100644
--- a/MBTiles/WinUI/MBTiles.WinUI.csproj
+++ b/MBTiles/WinUI/MBTiles.WinUI.csproj
@@ -1,8 +1,7 @@
net8.0-windows10.0.17763.0
- win10-x86;win10-x64;win10-arm64
- true
+ win-x86;win-x64;win-arm64
true
WINUI
MapControl.MBTiles
diff --git a/MapProjections/WinUI/MapProjections.WinUI.csproj b/MapProjections/WinUI/MapProjections.WinUI.csproj
index 40ede842..ea409e55 100644
--- a/MapProjections/WinUI/MapProjections.WinUI.csproj
+++ b/MapProjections/WinUI/MapProjections.WinUI.csproj
@@ -2,7 +2,6 @@
net8.0-windows10.0.17763.0
win-x86;win-x64;win-arm64
- true
true
WINUI
MapControl.Projections
diff --git a/MapUiTools/WinUI/MapUiTools.WinUI.csproj b/MapUiTools/WinUI/MapUiTools.WinUI.csproj
index d77a75da..ad2462ee 100644
--- a/MapUiTools/WinUI/MapUiTools.WinUI.csproj
+++ b/MapUiTools/WinUI/MapUiTools.WinUI.csproj
@@ -2,7 +2,6 @@
net8.0-windows10.0.17763.0
win-x86;win-x64;win-arm64
- true
true
WINUI
MapControl.UiTools
diff --git a/SampleApps/WinUiApp/Properties/PublishProfiles/win10-arm64.pubxml b/SampleApps/WinUiApp/Properties/PublishProfiles/win-arm64.pubxml
similarity index 55%
rename from SampleApps/WinUiApp/Properties/PublishProfiles/win10-arm64.pubxml
rename to SampleApps/WinUiApp/Properties/PublishProfiles/win-arm64.pubxml
index a132e44c..8953cce9 100644
--- a/SampleApps/WinUiApp/Properties/PublishProfiles/win10-arm64.pubxml
+++ b/SampleApps/WinUiApp/Properties/PublishProfiles/win-arm64.pubxml
@@ -5,16 +5,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
FileSystem
- arm64
- win10-arm64
+ ARM64
+ win-arm64
bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\
true
False
- False
- True
-
\ No newline at end of file
diff --git a/SampleApps/WinUiApp/Properties/PublishProfiles/win10-x64.pubxml b/SampleApps/WinUiApp/Properties/PublishProfiles/win-x64.pubxml
similarity index 58%
rename from SampleApps/WinUiApp/Properties/PublishProfiles/win10-x64.pubxml
rename to SampleApps/WinUiApp/Properties/PublishProfiles/win-x64.pubxml
index 26ea7e55..cd995617 100644
--- a/SampleApps/WinUiApp/Properties/PublishProfiles/win10-x64.pubxml
+++ b/SampleApps/WinUiApp/Properties/PublishProfiles/win-x64.pubxml
@@ -6,15 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
FileSystem
x64
- win10-x64
+ win-x64
bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\
true
False
- False
- True
-
\ No newline at end of file
diff --git a/SampleApps/WinUiApp/Properties/PublishProfiles/win10-x86.pubxml b/SampleApps/WinUiApp/Properties/PublishProfiles/win-x86.pubxml
similarity index 58%
rename from SampleApps/WinUiApp/Properties/PublishProfiles/win10-x86.pubxml
rename to SampleApps/WinUiApp/Properties/PublishProfiles/win-x86.pubxml
index 34d14d4d..a70c6942 100644
--- a/SampleApps/WinUiApp/Properties/PublishProfiles/win10-x86.pubxml
+++ b/SampleApps/WinUiApp/Properties/PublishProfiles/win-x86.pubxml
@@ -6,15 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
FileSystem
x86
- win10-x86
+ win-x86
bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\
true
False
- False
- True
-
\ No newline at end of file
diff --git a/SampleApps/WinUiApp/WinUiApp.csproj b/SampleApps/WinUiApp/WinUiApp.csproj
index 9d8683a8..e3e27024 100644
--- a/SampleApps/WinUiApp/WinUiApp.csproj
+++ b/SampleApps/WinUiApp/WinUiApp.csproj
@@ -2,16 +2,15 @@
WinExe
net9.0-windows10.0.17763.0
- x64
- win10-$(Platform).pubxml
- win10-x86;win10-x64;win10-arm64
- true
+ x86;x64;ARM64
+ win-x86;win-x64;win-arm64
+ win-$(Platform).pubxml
true
app.manifest
SampleApplication
XAML Map Control WinUI Sample Application
none
- true
+ true
WINUI