From 6b97dbfce2159e40d71fb69b1fe05c822c43aa90 Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Fri, 11 Sep 2020 13:52:18 -0700 Subject: [vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421) --- docs/tool-maintainers/layout.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'docs') 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 `.vcxproj` and one -`.vcxproj.filters`. The `.vcxproj` file contains the source files -and the `.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 -- cgit v1.2.3