Skip to content

Conversation

@CalvinAllen
Copy link
Collaborator

  • Add Microsoft.VisualStudio.VCProjectEngine package reference
  • Detect C++ projects using Project.Kind GUID
  • Use VCProject/VCConfiguration APIs to get output directory
  • Use Evaluate("$(OutDir)") to properly expand MSBuild macros

Fixes #4

- Add Microsoft.VisualStudio.VCProjectEngine package reference
- Detect C++ projects using Project.Kind GUID
- Use VCProject/VCConfiguration APIs to get output directory
- Use Evaluate("$(OutDir)") to properly expand MSBuild macros

Fixes #4
@CalvinAllen CalvinAllen force-pushed the fix/issue-4-cpp-project-support branch from 53272f2 to cdb9b47 Compare January 8, 2026 19:04
@CalvinAllen CalvinAllen merged commit f00e937 into main Jan 8, 2026
2 checks passed
@CalvinAllen CalvinAllen deleted the fix/issue-4-cpp-project-support branch January 8, 2026 19:05
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.

Bug can't find dir output??

2 participants