diff --git a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/Microsoft.CommandPalette.Extensions.Toolkit.csproj b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/Microsoft.CommandPalette.Extensions.Toolkit.csproj index eb887e9e36..24f2c50c5a 100644 --- a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/Microsoft.CommandPalette.Extensions.Toolkit.csproj +++ b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/Microsoft.CommandPalette.Extensions.Toolkit.csproj @@ -3,10 +3,9 @@ - + $(MSBuildThisFileDirectory)..\..\..\..\..\ 10.0.26100.57 - - $(SolutionDir)$(Platform)\$(Configuration)\Microsoft.CommandPalette.Extensions.Toolkit + $(RepoRoot)$(Platform)\$(Configuration)\Microsoft.CommandPalette.Extensions.Toolkit false false enable @@ -21,7 +20,7 @@ true true - $(MSBuildThisFileDirectory)..\..\..\..\..\.pipelines\272MSSharedLibSN2048.snk + $(RepoRoot).pipelines\272MSSharedLibSN2048.snk @@ -47,11 +46,19 @@ - - - + + False + True + + + + + PreserveNewest + + + - + diff --git a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj index fb647cc444..69793c6281 100644 --- a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj +++ b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj @@ -1,16 +1,16 @@  - - ..\..\..\..\..\ - $(PathToRoot)packages\Microsoft.WindowsAppSDK.1.8.250907003 - $(PathToRoot)packages\Microsoft.Windows.CppWinRT.2.0.240111.5 - $(PathToRoot)packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.6901 - $(PathToRoot)packages\Microsoft.Web.WebView2.1.0.2903.40 + + + PackageReference + + native,Version=v0.0 + + Windows + $(WindowsTargetPlatformVersion) - - - + $(MSBuildThisFileDirectory)..\..\..\..\..\ true true true @@ -25,7 +25,13 @@ 10.0 10.0.19041.0 10.0.26100.0 + false + + + + + @@ -45,10 +51,6 @@ x64 - - $(SolutionDir)$(Platform)\$(Configuration)\Microsoft.CommandPalette.Extensions\ - obj\$(Platform)\$(Configuration)\ - DynamicLibrary v143 @@ -153,7 +155,6 @@ - @@ -161,23 +162,9 @@ false + + $(RepoRoot)$(Platform)\$(Configuration)\Microsoft.CommandPalette.Extensions\ + obj\$(Platform)\$(Configuration)\ + - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - - \ No newline at end of file diff --git a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/packages.config b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/packages.config deleted file mode 100644 index 091ef0782d..0000000000 --- a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/packages.config +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/src/modules/powerrename/PowerRenameUILib/packages.config b/src/modules/powerrename/PowerRenameUILib/packages.config deleted file mode 100644 index 74414b51bc..0000000000 --- a/src/modules/powerrename/PowerRenameUILib/packages.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file