Skip to content

feat(sdk): add implicit Microsoft.VSSDK.BuildTools package reference#6

Merged
CalvinAllen merged 2 commits into
mainfrom
feat/sdk/implicit-buildtools
Dec 30, 2025
Merged

feat(sdk): add implicit Microsoft.VSSDK.BuildTools package reference#6
CalvinAllen merged 2 commits into
mainfrom
feat/sdk/implicit-buildtools

Conversation

@CalvinAllen

Copy link
Copy Markdown
Contributor

Summary

  • SDK now automatically includes Microsoft.VSSDK.BuildTools (version 17.* by default)
  • Users can override version with VssdkBuildToolsVersion property if needed
  • Update README examples to remove explicit BuildTools references

This eliminates the need for users to manually add VSSDK.BuildTools to their projects.

- SDK now automatically includes VSSDK.BuildTools (version 17.* by default)
- Users can override version with VssdkBuildToolsVersion property
- Update README to remove explicit BuildTools references from examples
When building inside Visual Studio for the first time, the SDK now
generates Properties/launchSettings.json with a profile that launches
devenv.exe with /rootSuffix Exp. This enables F5 debugging out of the
box without any manual configuration.
@CalvinAllen CalvinAllen merged commit 67bfa36 into main Dec 30, 2025
3 checks passed
@CalvinAllen CalvinAllen deleted the feat/sdk/implicit-buildtools branch December 30, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant