diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-09-11 13:52:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 13:52:18 -0700 |
| commit | 6b97dbfce2159e40d71fb69b1fe05c822c43aa90 (patch) | |
| tree | befe679c8d5cb8df85be798dccb2b770cfcda2f9 /docs | |
| parent | 0896bb867b61cc35dd3d1850171b92bd2a32cf67 (diff) | |
| download | vcpkg-6b97dbfce2159e40d71fb69b1fe05c822c43aa90.tar.gz vcpkg-6b97dbfce2159e40d71fb69b1fe05c822c43aa90.zip | |
[vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tool-maintainers/layout.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/tool-maintainers/layout.md b/docs/tool-maintainers/layout.md index 9779b0434..ca9fa5c6a 100644 --- a/docs/tool-maintainers/layout.md +++ b/docs/tool-maintainers/layout.md @@ -36,16 +36,6 @@ We have six files in this directory -- one `.clang-format` file, one the IDE. - `vcpkg.sln`: The solution file is how one opens the project in the VS IDE. -### `vcpkg`, `vcpkglib`, `vcpkgmetricsuploader`, and `vcpkgtest` - -These four contain exactly one `<name>.vcxproj` and one -`<name>.vcxproj.filters`. The `<name>.vcxproj` file contains the source files -and the `<name>.vcxproj.filters` contains information on how Visual Studio -should lay out the project's source files in the IDE's project view. - -`vcpkgtest` should not be touched. It's likely that it will be deleted soon. If -you want to test your code, use the cmake build system. - ## Source Files If you're modifying the project, it's likely that these are the directories that @@ -72,8 +62,7 @@ There are three directories: ### `src` The source files live here. `pch.cpp` is the source file for the -[precompiled header]; `vcpkg.cpp` is where the `vcpkg` binary lives; and -`vcpkgmetricsuploader.cpp` is where the metrics uploader lives. +[precompiled header]; `vcpkg.cpp` is where the `vcpkg` binary lives. The interesting files live in the `vcpkg` and `vcpkg-test` directories. In `vcpkg`, you have the implementation for the interfaces that live in |
