diff --git a/Python/Product/VCDebugLauncher/VCDebugLauncher.csproj b/Python/Product/VCDebugLauncher/VCDebugLauncher.csproj
index 9ae84d3a29..ec068f3640 100644
--- a/Python/Product/VCDebugLauncher/VCDebugLauncher.csproj
+++ b/Python/Product/VCDebugLauncher/VCDebugLauncher.csproj
@@ -156,27 +156,53 @@
.
- Microsoft\VC\$(VCTargetVersion)\Platforms\Win32\ImportAfter
+ Microsoft\VC\v170\Platforms\Win32\ImportAfter
MSBuild
PreserveNewest
true
Designer
- Microsoft\VC\$(VCTargetVersion)\Platforms\Win32\ImportBefore
+ Microsoft\VC\v170\Platforms\Win32\ImportBefore
MSBuild
PreserveNewest
true
- Microsoft\VC\$(VCTargetVersion)\Platforms\x64\ImportAfter
+ Microsoft\VC\v170\Platforms\x64\ImportAfter
MSBuild
PreserveNewest
true
Designer
- Microsoft\VC\$(VCTargetVersion)\Platforms\x64\ImportBefore
+ Microsoft\VC\v170\Platforms\x64\ImportBefore
+ MSBuild
+ PreserveNewest
+ true
+
+
+ Microsoft\VC\v180\Platforms\Win32\ImportAfter
+ MSBuild
+ PreserveNewest
+ true
+ Designer
+
+
+ Microsoft\VC\v180\Platforms\Win32\ImportBefore
+ MSBuild
+ PreserveNewest
+ true
+
+
+ Microsoft\VC\v180\Platforms\x64\ImportAfter
+ MSBuild
+ PreserveNewest
+ true
+ Designer
+
+
+ Microsoft\VC\v180\Platforms\x64\ImportBefore
MSBuild
PreserveNewest
true
@@ -213,13 +239,25 @@
- Microsoft\VC\$(VCTargetVersion)\Platforms\Win32\ImportAfter
+ Microsoft\VC\v180\Platforms\Win32\ImportAfter
MSBuild
PreserveNewest
true
- Microsoft\VC\$(VCTargetVersion)\Platforms\x64\ImportAfter
+ Microsoft\VC\v180\Platforms\x64\ImportAfter
+ MSBuild
+ PreserveNewest
+ true
+
+
+ Microsoft\VC\v170\Platforms\Win32\ImportAfter
+ MSBuild
+ PreserveNewest
+ true
+
+
+ Microsoft\VC\v170\Platforms\x64\ImportAfter
MSBuild
PreserveNewest
true
@@ -251,12 +289,22 @@
true
- Microsoft\VC\$(VCTargetVersion)\Platforms\Win32\ImportAfter\%(VSLanguages.LCID)
+ Microsoft\VC\v170\Platforms\Win32\ImportAfter\%(VSLanguages.LCID)
+ MSBuild
+ true
+
+
+ Microsoft\VC\v170\Platforms\x64\ImportAfter\%(VSLanguages.LCID)
+ MSBuild
+ true
+
+
+ Microsoft\VC\v180\Platforms\Win32\ImportAfter\%(VSLanguages.LCID)
MSBuild
true
- Microsoft\VC\$(VCTargetVersion)\Platforms\x64\ImportAfter\%(VSLanguages.LCID)
+ Microsoft\VC\v180\Platforms\x64\ImportAfter\%(VSLanguages.LCID)
MSBuild
true
diff --git a/package.json b/package.json
index 5601b29e87..71e8c4d0bc 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,6 @@
"name": "ptvs",
"private": true,
"devDependencies": {
- "@pylance/pylance": "2025.8.1"
+ "@pylance/pylance": "2025.8.2"
}
}