3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#1,364 forks (1,364 forks)batch import
Area: Documentationhelp wantedtriaged
Repository metrics
- Stars
- 5,062 stars (5,062 stars)
- PR merge metrics
- Avg merge 11d 7h (Avg merge 11d 7h)125 merged PRs in 30d (125 merged PRs in 30d)
Description
Is there a list of known file extensions that MSBuild accepts? Something similar to this StackOverflow Question?
If not, we could probably turn this StackOverflow question into a Wiki item for the repository.
Contributor guide
- Research direction
- Search the MSBuild source code and official documentation to compile a comprehensive list of file extensions that MSBuild treats as project or target files (e.g., .csproj, .vbproj, .proj, .targets, .props, .sln). Consider also extensions from common language targets and custom build events. The result can be added as a wiki page or documentation update.
- Tech stack
- None
- Domain
- backendbuild system
- Issue type
- Documentation
- Prerequisites
- None