Skip to content

.#7

Closed
rramadanahmed wants to merge 2 commits into
microsoft:mainfrom
rramadanahmed:users/ramadanahmed/dirs-proj
Closed

.#7
rramadanahmed wants to merge 2 commits into
microsoft:mainfrom
rramadanahmed:users/ramadanahmed/dirs-proj

Conversation

@rramadanahmed

Copy link
Copy Markdown

No description provided.

ramadanahmed added 2 commits July 7, 2026 00:57
…lution

Discovers every referenced .vcxproj from an MSBuild traversal project (Sdk=Microsoft.Build.Traversal), recursing into nested dirs.proj and skipping non-VC references (.csproj, etc.). Wired through in-process and out-of-process extraction, multi-input, all-configurations, config validation, and output-path resolution. Honors --cl-path/--msbuild-path/--vc-targets-path like --solution.
Adds an opt-in flag that extends discovery to the transitive closure of .vcxproj
<ProjectReference> edges. Only plain relative references are followed; references
using MSBuild property expansions like $(inetroot) are skipped, so cross-tree /
package references do not pull in the whole dependency graph. This captures the
wrapper+Lib layout where a source-less wrapper .vcxproj references a *Lib.vcxproj
that carries the ClCompile items. Threaded through --solution, --dirs-proj, and
--project paths (in- and out-of-process).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant