From 4f966b47a3b24e77794a3366ca591548a3cc42c7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 15 Nov 2025 17:53:46 -0800 Subject: Migrate all .sln files to .slnx Modernize projects against new .slnx expecations as well. --- src/setup/setup.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup/setup.cmd') diff --git a/src/setup/setup.cmd b/src/setup/setup.cmd index 2b44b8db..3c05d41a 100644 --- a/src/setup/setup.cmd +++ b/src/setup/setup.cmd @@ -20,7 +20,7 @@ :: Build msbuild -Restore MetadataTask\MetadataTask.csproj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_task.binlog || exit /b -msbuild -Restore setup.sln -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b +msbuild -Restore setup.slnx -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b :: Publish -- cgit v1.2.3-55-g6feb