dotnet / dotnet/project-system
Cleanup duplicating targets
Open
Triage-Investigate
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
Common to both project systems design time build targets were added to https://devdiv.visualstudio.com/DevDiv/_git/ProjectServices/commit/fecd52a99dfab9ac1a6896ce4b4271cb5015da7e?refName=refs/heads/main&path=/src/Microsoft.VisualStudio.ProjectServices/Microsoft.DesignTime.targets
Feel free to cleanup the duplicating targets:
CollectCopyToOutputDirectoryItemDesignTime
CompileDesignTime
_CheckCompileDesignTimePrerequisite
## User Impact
No visible impact. The listed targets are delivered in VS as a part of ProjectServices insertion and imported by msbuild
https://github.com/dotnet/msbuild/pull/10732/files
Contributor guide
Assessment
This issue has not been assessed yet.