diff --git a/.github/workflows/DevHome-CI.yml b/.github/workflows/DevHome-CI.yml index 8290067b59..f633cff6a2 100644 --- a/.github/workflows/DevHome-CI.yml +++ b/.github/workflows/DevHome-CI.yml @@ -72,7 +72,7 @@ jobs: - name: Compress_DevSetupAgent_x86 if: ${{ matrix.platform != 'arm64' }} shell: pwsh - run: Compress-Archive -Force -Path HyperVExtension\src\DevSetupAgent\bin\x86\${{ matrix.configuration }}\net8.0-windows10.0.22621.0\win10-x86\* -DestinationPath "HyperVExtension\src\DevSetupAgent\bin\x86\${{ matrix.configuration }}\DevSetupAgent_x86.zip" + run: Compress-Archive -Force -Path HyperVExtension\src\DevSetupAgent\bin\x86\${{ matrix.configuration }}\net8.0-windows10.0.22621.0\win-x86\* -DestinationPath "HyperVExtension\src\DevSetupAgent\bin\x86\${{ matrix.configuration }}\DevSetupAgent_x86.zip" - name: Build_DevSetupAgent_arm64 if: ${{ matrix.platform == 'arm64' }} @@ -81,7 +81,7 @@ jobs: - name: Compress_DevSetupAgent_arm64 if: ${{ matrix.platform == 'arm64' }} shell: pwsh - run: Compress-Archive -Force -Path HyperVExtension\src\DevSetupAgent\bin\arm64\${{ matrix.configuration }}\net8.0-windows10.0.22621.0\win10-arm64\* -DestinationPath "HyperVExtension\src\DevSetupAgent\bin\arm64\${{ matrix.configuration }}\DevSetupAgent_arm64.zip" + run: Compress-Archive -Force -Path HyperVExtension\src\DevSetupAgent\bin\arm64\${{ matrix.configuration }}\net8.0-windows10.0.22621.0\win-arm64\* -DestinationPath "HyperVExtension\src\DevSetupAgent\bin\arm64\${{ matrix.configuration }}\DevSetupAgent_arm64.zip" - name: Build_DevHome run: cmd /c "$env:VSDevCmd" "&" msbuild /p:Configuration=${{ matrix.configuration }},Platform=${{ matrix.platform }} DevHome.sln diff --git a/Directory.Build.props b/Directory.Build.props index 2d989711ee..4f951f1b9f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,6 +12,7 @@ true Recommended $(Platform) + false - - - true - - - - + \ No newline at end of file diff --git a/HyperVExtension/BuildDevSetupAgentHelper.ps1 b/HyperVExtension/BuildDevSetupAgentHelper.ps1 index 4d64e35c69..3be5d8836c 100644 --- a/HyperVExtension/BuildDevSetupAgentHelper.ps1 +++ b/HyperVExtension/BuildDevSetupAgentHelper.ps1 @@ -93,7 +93,7 @@ Try { & $msbuildPath $msbuildArgs # SDK version and .NEt version needs to stay in sync with ToolingVersion.props, DevSetupEngineIdl.vcxproj, and DevHome-CL.yaml - $binariesOutputPath = (Join-Path $env:Build_RootDirectory "HyperVExtension\src\DevSetupAgent\bin\$Platform\$Configuration\net8.0-windows10.0.22621.0\win10-$Platform\*") + $binariesOutputPath = (Join-Path $env:Build_RootDirectory "HyperVExtension\src\DevSetupAgent\bin\$Platform\$Configuration\net8.0-windows10.0.22621.0\win-$Platform\*") $zipOutputPath = (Join-Path $env:Build_RootDirectory "HyperVExtension\src\DevSetupAgent\bin\$Platform\$Configuration\DevSetupAgent_$Platform.zip") Compress-Archive -Force -Path $binariesOutputPath $zipOutputPath diff --git a/HyperVExtension/src/DevSetupAgent/DevSetupAgent.csproj b/HyperVExtension/src/DevSetupAgent/DevSetupAgent.csproj index ec94f1721a..b0ce1b6506 100644 --- a/HyperVExtension/src/DevSetupAgent/DevSetupAgent.csproj +++ b/HyperVExtension/src/DevSetupAgent/DevSetupAgent.csproj @@ -6,8 +6,8 @@ dotnet-DevSetupAgent-674f51cd-70a6-4b78-8376-66efbf84c412 Dev x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 - Properties\PublishProfiles\win10-$(Platform).pubxml + win-x86;win-x64;win-arm64 + Properties\PublishProfiles\win-$(Platform).pubxml true diff --git a/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-arm64.pubxml b/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-arm64.pubxml similarity index 90% rename from HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-arm64.pubxml rename to HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-arm64.pubxml index 08079c2934..ced5ea3247 100644 --- a/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-arm64.pubxml +++ b/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-arm64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem arm64 - win10-arm64 + win-arm64 true False False diff --git a/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-x64.pubxml b/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-x64.pubxml similarity index 91% rename from HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-x64.pubxml rename to HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-x64.pubxml index 94861ecd4c..e4ca421fa6 100644 --- a/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-x64.pubxml +++ b/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-x64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 - win10-x64 + win-x64 true False False diff --git a/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-x86.pubxml b/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-x86.pubxml similarity index 91% rename from HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-x86.pubxml rename to HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-x86.pubxml index 3a63ea8fb9..69092cd4a2 100644 --- a/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-x86.pubxml +++ b/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win-x86.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 - win10-x86 + win-x86 true False False diff --git a/HyperVExtension/src/DevSetupEngine/DevSetupEngine.csproj b/HyperVExtension/src/DevSetupEngine/DevSetupEngine.csproj index a2bfa10cb3..448a52e474 100644 --- a/HyperVExtension/src/DevSetupEngine/DevSetupEngine.csproj +++ b/HyperVExtension/src/DevSetupEngine/DevSetupEngine.csproj @@ -17,8 +17,8 @@ true Dev x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 - Properties\PublishProfiles\win10-$(Platform).pubxml + win-x86;win-x64;win-arm64 + Properties\PublishProfiles\win-$(Platform).pubxml true diff --git a/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-arm64.pubxml b/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-arm64.pubxml similarity index 90% rename from HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-arm64.pubxml rename to HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-arm64.pubxml index 08079c2934..ced5ea3247 100644 --- a/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win10-arm64.pubxml +++ b/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-arm64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem arm64 - win10-arm64 + win-arm64 true False False diff --git a/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-x64.pubxml b/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-x64.pubxml similarity index 91% rename from HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-x64.pubxml rename to HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-x64.pubxml index 94861ecd4c..e4ca421fa6 100644 --- a/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-x64.pubxml +++ b/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-x64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 - win10-x64 + win-x64 true False False diff --git a/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-x86.pubxml b/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-x86.pubxml similarity index 91% rename from HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-x86.pubxml rename to HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-x86.pubxml index 3a63ea8fb9..69092cd4a2 100644 --- a/HyperVExtension/src/DevSetupAgent/Properties/PublishProfiles/win10-x86.pubxml +++ b/HyperVExtension/src/DevSetupEngine/Properties/PublishProfiles/win-x86.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 - win10-x86 + win-x86 true False False diff --git a/HyperVExtension/src/DevSetupEngineProjection/DevSetupEngineProjection.csproj b/HyperVExtension/src/DevSetupEngineProjection/DevSetupEngineProjection.csproj index b44bff1bfd..b0e491b69f 100644 --- a/HyperVExtension/src/DevSetupEngineProjection/DevSetupEngineProjection.csproj +++ b/HyperVExtension/src/DevSetupEngineProjection/DevSetupEngineProjection.csproj @@ -6,7 +6,7 @@ None x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 diff --git a/HyperVExtension/src/HyperVExtension.Common/HyperVExtension.Common.csproj b/HyperVExtension/src/HyperVExtension.Common/HyperVExtension.Common.csproj index 0efc2965e6..cc17ff4aad 100644 --- a/HyperVExtension/src/HyperVExtension.Common/HyperVExtension.Common.csproj +++ b/HyperVExtension/src/HyperVExtension.Common/HyperVExtension.Common.csproj @@ -3,7 +3,7 @@ HyperVExtension.Common x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 diff --git a/HyperVExtension/src/HyperVExtension.HostGuestCommunication/HyperVExtension.HostGuestCommunication.csproj b/HyperVExtension/src/HyperVExtension.HostGuestCommunication/HyperVExtension.HostGuestCommunication.csproj index c557df9525..d59ecbc4c1 100644 --- a/HyperVExtension/src/HyperVExtension.HostGuestCommunication/HyperVExtension.HostGuestCommunication.csproj +++ b/HyperVExtension/src/HyperVExtension.HostGuestCommunication/HyperVExtension.HostGuestCommunication.csproj @@ -3,7 +3,7 @@ HyperVExtension.HostGuestCommunication x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 enable enable diff --git a/HyperVExtension/src/HyperVExtension/HyperVExtension.csproj b/HyperVExtension/src/HyperVExtension/HyperVExtension.csproj index 0b72751d04..2e6b76865e 100644 --- a/HyperVExtension/src/HyperVExtension/HyperVExtension.csproj +++ b/HyperVExtension/src/HyperVExtension/HyperVExtension.csproj @@ -5,7 +5,7 @@ enable enable Dev - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 diff --git a/HyperVExtension/src/HyperVExtensionServer/HyperVExtensionServer.csproj b/HyperVExtension/src/HyperVExtensionServer/HyperVExtensionServer.csproj index 8e82ab2712..3b3bf63159 100644 --- a/HyperVExtension/src/HyperVExtensionServer/HyperVExtensionServer.csproj +++ b/HyperVExtension/src/HyperVExtensionServer/HyperVExtensionServer.csproj @@ -14,9 +14,9 @@ false false HyperVExtension.Program - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 x86;x64;arm64 - $(SolutionDir)\src\Properties\PublishProfiles\win10-$(Platform).pubxml + $(SolutionDir)\src\Properties\PublishProfiles\win-$(Platform).pubxml diff --git a/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-arm64.pubxml b/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-arm64.pubxml similarity index 91% rename from HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-arm64.pubxml rename to HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-arm64.pubxml index 2593bad1c5..14e602a691 100644 --- a/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-arm64.pubxml +++ b/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-arm64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem arm64 - win10-arm64 + win-arm64 true False False diff --git a/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-x64.pubxml b/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-x64.pubxml similarity index 91% rename from HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-x64.pubxml rename to HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-x64.pubxml index 8b6ea06a13..afc8a98a2f 100644 --- a/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-x64.pubxml +++ b/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-x64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 - win10-x64 + win-x64 true False False diff --git a/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-x86.pubxml b/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-x86.pubxml similarity index 91% rename from HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-x86.pubxml rename to HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-x86.pubxml index 99985acadf..5408399634 100644 --- a/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win10-x86.pubxml +++ b/HyperVExtension/src/HyperVExtensionServer/Properties/PublishProfiles/win-x86.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 - win10-x86 + win-x86 true False False diff --git a/HyperVExtension/src/Telemetry/HyperVExtension.Telemetry.csproj b/HyperVExtension/src/Telemetry/HyperVExtension.Telemetry.csproj index 467a65659e..d096236e4e 100644 --- a/HyperVExtension/src/Telemetry/HyperVExtension.Telemetry.csproj +++ b/HyperVExtension/src/Telemetry/HyperVExtension.Telemetry.csproj @@ -3,7 +3,7 @@ HyperVExtension.Telemetry x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 true diff --git a/HyperVExtension/test/DevSetupAgent.Test/DevSetupAgent.Test.csproj b/HyperVExtension/test/DevSetupAgent.Test/DevSetupAgent.Test.csproj index 372bd9bd6d..d0d2d2c48b 100644 --- a/HyperVExtension/test/DevSetupAgent.Test/DevSetupAgent.Test.csproj +++ b/HyperVExtension/test/DevSetupAgent.Test/DevSetupAgent.Test.csproj @@ -3,7 +3,7 @@ enable enable - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 x86;x64;arm64 false true diff --git a/HyperVExtension/test/DevSetupEngine.Test/DevSetupEngine.Test.csproj b/HyperVExtension/test/DevSetupEngine.Test/DevSetupEngine.Test.csproj index 0378daeb3b..768c60e6a7 100644 --- a/HyperVExtension/test/DevSetupEngine.Test/DevSetupEngine.Test.csproj +++ b/HyperVExtension/test/DevSetupEngine.Test/DevSetupEngine.Test.csproj @@ -3,7 +3,7 @@ enable enable - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 x86;x64;arm64 false true diff --git a/HyperVExtension/test/HyperVExtension/HyperVExtension.UnitTest.csproj b/HyperVExtension/test/HyperVExtension/HyperVExtension.UnitTest.csproj index 898887e9cc..ab0eddaa15 100644 --- a/HyperVExtension/test/HyperVExtension/HyperVExtension.UnitTest.csproj +++ b/HyperVExtension/test/HyperVExtension/HyperVExtension.UnitTest.csproj @@ -2,7 +2,7 @@ HyperVExtension.UnitTest - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 x86;x64;arm64 false enable diff --git a/common/DevHome.Common.csproj b/common/DevHome.Common.csproj index f9b8d6bf65..6fa639c267 100644 --- a/common/DevHome.Common.csproj +++ b/common/DevHome.Common.csproj @@ -3,7 +3,7 @@ DevHome.Common x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 enable true $(DevHomeSDKVersion) diff --git a/extensions/CoreWidgetProvider/CoreWidgetProvider.csproj b/extensions/CoreWidgetProvider/CoreWidgetProvider.csproj index c207253f29..e6e3c59639 100644 --- a/extensions/CoreWidgetProvider/CoreWidgetProvider.csproj +++ b/extensions/CoreWidgetProvider/CoreWidgetProvider.csproj @@ -12,8 +12,8 @@ enable false x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 - $(SolutionDir)\src\Properties\PublishProfiles\win10-$(Platform).pubxml + win-x86;win-x64;win-arm64 + $(SolutionDir)\src\Properties\PublishProfiles\win-$(Platform).pubxml diff --git a/extensions/SampleExtension/SampleExtension.csproj b/extensions/SampleExtension/SampleExtension.csproj index 9c965fb4ec..a67969dde5 100644 --- a/extensions/SampleExtension/SampleExtension.csproj +++ b/extensions/SampleExtension/SampleExtension.csproj @@ -5,7 +5,7 @@ 10.0.17763.0 SampleExtension x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false true false diff --git a/settings/DevHome.Settings.UITest/DevHome.Dashboard.UITest.csproj b/settings/DevHome.Settings.UITest/DevHome.Dashboard.UITest.csproj index bfc44bfbea..6b676e84d0 100644 --- a/settings/DevHome.Settings.UITest/DevHome.Dashboard.UITest.csproj +++ b/settings/DevHome.Settings.UITest/DevHome.Dashboard.UITest.csproj @@ -3,7 +3,7 @@ net8.0-windows10.0.19041.0 Dashboard.UITest x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false enable true diff --git a/settings/DevHome.Settings.UnitTest/DevHome.SetupFlow.UnitTest.csproj b/settings/DevHome.Settings.UnitTest/DevHome.SetupFlow.UnitTest.csproj index a71518263b..e6f6a4f675 100644 --- a/settings/DevHome.Settings.UnitTest/DevHome.SetupFlow.UnitTest.csproj +++ b/settings/DevHome.Settings.UnitTest/DevHome.SetupFlow.UnitTest.csproj @@ -3,7 +3,7 @@ net8.0-windows10.0.19041.0 Dashboard.Test x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false enable enable diff --git a/settings/DevHome.Settings/DevHome.Settings.csproj b/settings/DevHome.Settings/DevHome.Settings.csproj index de21998824..dcb8cad91e 100644 --- a/settings/DevHome.Settings/DevHome.Settings.csproj +++ b/settings/DevHome.Settings/DevHome.Settings.csproj @@ -3,7 +3,7 @@ DevHome.Settings x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 enable true diff --git a/src/DevHome.csproj b/src/DevHome.csproj index 40ff0e7d10..d749292754 100644 --- a/src/DevHome.csproj +++ b/src/DevHome.csproj @@ -14,8 +14,8 @@ Assets\Preview\DevHome_Preview.ico app.manifest x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 - Properties\PublishProfiles\win10-$(Platform).pubxml + win-x86;win-x64;win-arm64 + Properties\PublishProfiles\win-$(Platform).pubxml enable enable true @@ -60,6 +60,9 @@ + + + @@ -142,4 +145,14 @@ $(DefineConstants);STABLE_BUILD + + + + + + + + + + diff --git a/src/Properties/PublishProfiles/win10-arm64.pubxml b/src/Properties/PublishProfiles/win-arm64.pubxml similarity index 92% rename from src/Properties/PublishProfiles/win10-arm64.pubxml rename to src/Properties/PublishProfiles/win-arm64.pubxml index 87058c3fd3..227cf87736 100644 --- a/src/Properties/PublishProfiles/win10-arm64.pubxml +++ b/src/Properties/PublishProfiles/win-arm64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem arm64 - win10-arm64 + win-arm64 true False False diff --git a/src/Properties/PublishProfiles/win10-x64.pubxml b/src/Properties/PublishProfiles/win-x64.pubxml similarity index 92% rename from src/Properties/PublishProfiles/win10-x64.pubxml rename to src/Properties/PublishProfiles/win-x64.pubxml index ab80eaaf14..19ae2a6b9c 100644 --- a/src/Properties/PublishProfiles/win10-x64.pubxml +++ b/src/Properties/PublishProfiles/win-x64.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 - win10-x64 + win-x64 true False False diff --git a/src/Properties/PublishProfiles/win10-x86.pubxml b/src/Properties/PublishProfiles/win-x86.pubxml similarity index 92% rename from src/Properties/PublishProfiles/win10-x86.pubxml rename to src/Properties/PublishProfiles/win-x86.pubxml index 5b0b0359a6..dace1fa912 100644 --- a/src/Properties/PublishProfiles/win10-x86.pubxml +++ b/src/Properties/PublishProfiles/win-x86.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 - win10-x86 + win-x86 true False False diff --git a/telemetry/DevHome.Telemetry/DevHome.Telemetry.csproj b/telemetry/DevHome.Telemetry/DevHome.Telemetry.csproj index b56449c534..bd827b8dcd 100644 --- a/telemetry/DevHome.Telemetry/DevHome.Telemetry.csproj +++ b/telemetry/DevHome.Telemetry/DevHome.Telemetry.csproj @@ -1,19 +1,19 @@ - - - - DevHome.Telemetry - x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 - true - - TELEMETRYEVENTSOURCE_PUBLIC - - - - - - - - - + + + + DevHome.Telemetry + x86;x64;arm64 + win-x86;win-x64;win-arm64 + true + + TELEMETRYEVENTSOURCE_PUBLIC + + + + + + + + + \ No newline at end of file diff --git a/test/DevHome.Test.csproj b/test/DevHome.Test.csproj index 05dc1101f1..5027457d77 100644 --- a/test/DevHome.Test.csproj +++ b/test/DevHome.Test.csproj @@ -3,7 +3,7 @@ DevHome.Test x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false enable enable diff --git a/tools/Customization/DevHome.Customization/DevHome.Customization.csproj b/tools/Customization/DevHome.Customization/DevHome.Customization.csproj index d0dd34f2d4..e99af82ccd 100644 --- a/tools/Customization/DevHome.Customization/DevHome.Customization.csproj +++ b/tools/Customization/DevHome.Customization/DevHome.Customization.csproj @@ -3,7 +3,7 @@ DevHome.Customization x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 enable true diff --git a/tools/Dashboard/DevHome.Dashboard.UnitTest/DevHome.Dashboard.UnitTest.csproj b/tools/Dashboard/DevHome.Dashboard.UnitTest/DevHome.Dashboard.UnitTest.csproj index fb618c002f..32d898a429 100644 --- a/tools/Dashboard/DevHome.Dashboard.UnitTest/DevHome.Dashboard.UnitTest.csproj +++ b/tools/Dashboard/DevHome.Dashboard.UnitTest/DevHome.Dashboard.UnitTest.csproj @@ -3,7 +3,7 @@ Dashboard.Test x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false enable enable diff --git a/tools/Dashboard/DevHome.Dashboard/DevHome.Dashboard.csproj b/tools/Dashboard/DevHome.Dashboard/DevHome.Dashboard.csproj index 4c193d6e61..c3c1abe0b7 100644 --- a/tools/Dashboard/DevHome.Dashboard/DevHome.Dashboard.csproj +++ b/tools/Dashboard/DevHome.Dashboard/DevHome.Dashboard.csproj @@ -3,7 +3,7 @@ DevHome.Dashboard x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 true Microsoft.Windows.Widgets.Hosts diff --git a/tools/Environments/DevHome.Environments/DevHome.Environments.csproj b/tools/Environments/DevHome.Environments/DevHome.Environments.csproj index 3bfdf0d8a1..5ffb4d4ca0 100644 --- a/tools/Environments/DevHome.Environments/DevHome.Environments.csproj +++ b/tools/Environments/DevHome.Environments/DevHome.Environments.csproj @@ -3,7 +3,7 @@ DevHome.Environments x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 enable true diff --git a/tools/Experiments/src/DevHome.Experiments.csproj b/tools/Experiments/src/DevHome.Experiments.csproj index 64f95fc6ab..d613eeb4a8 100644 --- a/tools/Experiments/src/DevHome.Experiments.csproj +++ b/tools/Experiments/src/DevHome.Experiments.csproj @@ -3,7 +3,7 @@ DevHome.Experiments x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 true diff --git a/tools/ExtensionLibrary/DevHome.ExtensionLibrary/DevHome.ExtensionLibrary.csproj b/tools/ExtensionLibrary/DevHome.ExtensionLibrary/DevHome.ExtensionLibrary.csproj index b1c4b5baef..79a64f896f 100644 --- a/tools/ExtensionLibrary/DevHome.ExtensionLibrary/DevHome.ExtensionLibrary.csproj +++ b/tools/ExtensionLibrary/DevHome.ExtensionLibrary/DevHome.ExtensionLibrary.csproj @@ -3,7 +3,7 @@ DevHome.ExtensionLibrary x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 enable true diff --git a/tools/QuietBackgroundProcesses/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection.csproj b/tools/QuietBackgroundProcesses/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection.csproj index 4438bed669..a66c040a14 100644 --- a/tools/QuietBackgroundProcesses/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection.csproj +++ b/tools/QuietBackgroundProcesses/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection/DevHome.QuietBackgroundProcesses.ElevatedServer.Projection.csproj @@ -6,6 +6,8 @@ enable enable + x86;x64;arm64 + win-x86;win-x64;win-arm64 $(CppBaseOutDir)\DevHome.QuietBackgroundProcesses.Common\ diff --git a/tools/SampleTool/src/SampleTool.csproj b/tools/SampleTool/src/SampleTool.csproj index a966bc9cf7..dab48d8ee9 100644 --- a/tools/SampleTool/src/SampleTool.csproj +++ b/tools/SampleTool/src/SampleTool.csproj @@ -3,7 +3,7 @@ SampleTool x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 true diff --git a/tools/SampleTool/unittest/SampleTool.UnitTest.csproj b/tools/SampleTool/unittest/SampleTool.UnitTest.csproj index 11cc24d0d9..f71eb66bfe 100644 --- a/tools/SampleTool/unittest/SampleTool.UnitTest.csproj +++ b/tools/SampleTool/unittest/SampleTool.UnitTest.csproj @@ -3,7 +3,7 @@ SampleTool.Test x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false enable enable diff --git a/tools/SetupFlow/DevHome.SetupFlow.Common/DevHome.SetupFlow.Common.csproj b/tools/SetupFlow/DevHome.SetupFlow.Common/DevHome.SetupFlow.Common.csproj index 21153fbde9..33ab51ab0b 100644 --- a/tools/SetupFlow/DevHome.SetupFlow.Common/DevHome.SetupFlow.Common.csproj +++ b/tools/SetupFlow/DevHome.SetupFlow.Common/DevHome.SetupFlow.Common.csproj @@ -3,8 +3,9 @@ DevHome.SetupFlow.Common x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 disable + false diff --git a/tools/SetupFlow/DevHome.SetupFlow.ElevatedComponent/DevHome.SetupFlow.ElevatedComponent.csproj b/tools/SetupFlow/DevHome.SetupFlow.ElevatedComponent/DevHome.SetupFlow.ElevatedComponent.csproj index f5b24448fc..fa4f3a6ebc 100644 --- a/tools/SetupFlow/DevHome.SetupFlow.ElevatedComponent/DevHome.SetupFlow.ElevatedComponent.csproj +++ b/tools/SetupFlow/DevHome.SetupFlow.ElevatedComponent/DevHome.SetupFlow.ElevatedComponent.csproj @@ -6,6 +6,8 @@ enable enable + x86;x64;arm64 + win-x86;win-x64;win-arm64 @@ -29,11 +31,11 @@ - diff --git a/tools/SetupFlow/DevHome.SetupFlow.ElevatedServer/DevHome.SetupFlow.ElevatedServer.csproj b/tools/SetupFlow/DevHome.SetupFlow.ElevatedServer/DevHome.SetupFlow.ElevatedServer.csproj index 2edbc2043b..e123a8eba7 100644 --- a/tools/SetupFlow/DevHome.SetupFlow.ElevatedServer/DevHome.SetupFlow.ElevatedServer.csproj +++ b/tools/SetupFlow/DevHome.SetupFlow.ElevatedServer/DevHome.SetupFlow.ElevatedServer.csproj @@ -10,8 +10,8 @@ $(SolutionDir)\src\Assets\Canary\DevHome_Canary.ico $(SolutionDir)\src\Assets\Preview\DevHome_Preview.ico x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 - $(SolutionDir)\src\Properties\PublishProfiles\win10-$(Platform).pubxml + win-x86;win-x64;win-arm64 + $(SolutionDir)\src\Properties\PublishProfiles\win-$(Platform).pubxml enable enable DevHome.SetupFlow.ElevatedServer.Program @@ -22,7 +22,7 @@ - diff --git a/tools/SetupFlow/DevHome.SetupFlow.UnitTest/DevHome.SetupFlow.UnitTest.csproj b/tools/SetupFlow/DevHome.SetupFlow.UnitTest/DevHome.SetupFlow.UnitTest.csproj index 8fa0ddcfbe..006b7ed1c3 100644 --- a/tools/SetupFlow/DevHome.SetupFlow.UnitTest/DevHome.SetupFlow.UnitTest.csproj +++ b/tools/SetupFlow/DevHome.SetupFlow.UnitTest/DevHome.SetupFlow.UnitTest.csproj @@ -3,7 +3,7 @@ DevHome.SetupFlow.UnitTest x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false enable enable diff --git a/tools/SetupFlow/DevHome.SetupFlow/DevHome.SetupFlow.csproj b/tools/SetupFlow/DevHome.SetupFlow/DevHome.SetupFlow.csproj index 29cc40326e..2cb6173169 100644 --- a/tools/SetupFlow/DevHome.SetupFlow/DevHome.SetupFlow.csproj +++ b/tools/SetupFlow/DevHome.SetupFlow/DevHome.SetupFlow.csproj @@ -3,7 +3,7 @@ DevHome.SetupFlow x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 true diff --git a/uitest/DevHome.UITest.csproj b/uitest/DevHome.UITest.csproj index 9cf0059ba6..c480aa09c5 100644 --- a/uitest/DevHome.UITest.csproj +++ b/uitest/DevHome.UITest.csproj @@ -3,7 +3,7 @@ DevHome.UITest x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 false enable true