Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Include header files in projects #5514

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Conversation

vitek-karas
Copy link
Member

Currently the project files generated by CMake which can be opened in VS don't contain any header files. For the most part intellisense works, but simple Find In Files mostly doesn't and some other navigation in VS is a bit flaky.

This change adds the header files to the projects.

This is Windows only as CMake doesn't generate any project files on Linux/macOS.

Adds header files to the SOURCES list on windows only.

Currently the project files generated by CMake which can be opened in VS don't contain any header files. For the most part intellisense works, but simple Find In Files mostly doesn't and some other navigation in VS is a bit flaky.

This change adds the header files to the projects.

This is Windows only as CMake doesn't generate any project files on Linux/macOS.

Adds header files to the SOURCES list on windows only.
@vitek-karas vitek-karas merged commit e2ead1e into dotnet:master Mar 20, 2019
@vitek-karas vitek-karas deleted the HeaderFiles branch March 20, 2019 21:09
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Currently the project files generated by CMake which can be opened in VS don't contain any header files. For the most part intellisense works, but simple Find In Files mostly doesn't and some other navigation in VS is a bit flaky.

This change adds the header files to the projects.

This is Windows only as CMake doesn't generate any project files on Linux/macOS.

Adds header files to the SOURCES list on windows only.

Commit migrated from dotnet/core-setup@e2ead1e
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants