microsoft / microsoft/ebpf-for-windows
Missing `%(AdditionalIncludeDirectories)`
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
Some vcxproj files define AdditionalIncludeDirectories and don't allow for extending defaults.
This is not an issue at present but is good to clean up and support in future.
Originally posted by @gtrevi in https://github.com/microsoft/ebpf-for-windows/pull/2201#discussion_r1164530493
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the repository's vcxproj files and compare how AdditionalIncludeDirectories is defined across them. Update the affected project configurations so their defaults can be extended, then verify that the project files remain valid and build configuration behavior is preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100