Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,21 @@
"redirect_url": "/cpp/build/reference/running-nmake",
"redirect_document_id": false
},
{
"source_path": "docs/build/manifest-generation-in-visual-studio.md",
"redirect_url": "/cpp/build/understanding-manifest-generation-for-c-cpp-programs#manifest-generation-in-visual-studio",
"redirect_document_id": false
},
{
"source_path": "docs/build/manifest-generation-at-the-command-line.md",
"redirect_url": "/cpp/build/understanding-manifest-generation-for-c-cpp-programs#manifest-generation-at-the-command-line",
"redirect_document_id": false
},
{
"source_path": "docs/build/how-to-embed-a-manifest-inside-a-c-cpp-application.md",
"redirect_url": "/cpp/build/understanding-manifest-generation-for-c-cpp-programs#how-to-embed-a-manifest-inside-a-c-cpp-application",
"redirect_document_id": false
},
{
"source_path": "docs/build/unwind-data-for-exception-handling-debugger-support.md",
"redirect_url": "/cpp/build/exception-handling-x64",
Expand Down
254 changes: 0 additions & 254 deletions docs/build/how-to-embed-a-manifest-inside-a-c-cpp-application.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/build/manifest-generation-at-the-command-line.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/build/manifest-generation-in-visual-studio.md

This file was deleted.

11 changes: 1 addition & 10 deletions docs/build/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,16 +285,7 @@ items:
- name: "How to: Build isolated applications to consume COM components"
href: ../build/how-to-build-isolated-applications-to-consume-com-components.md
- name: Understanding manifest generation for C/C++ programs
expanded: false
items:
- name: Understanding manifest generation for C/C++ programs
href: ../build/understanding-manifest-generation-for-c-cpp-programs.md
- name: Manifest generation in Visual Studio
href: ../build/manifest-generation-in-visual-studio.md
- name: Manifest generation at the command line
href: ../build/manifest-generation-at-the-command-line.md
- name: "How to: Embed a manifest inside a C/C++ application"
href: ../build/how-to-embed-a-manifest-inside-a-c-cpp-application.md
href: ../build/understanding-manifest-generation-for-c-cpp-programs.md
- name: Troubleshooting C/C++ isolated applications and side-by-side assemblies
href: ../build/troubleshooting-c-cpp-isolated-applications-and-side-by-side-assemblies.md
- name: Configure MSVC for 64-bit, x64 targets
Expand Down
Loading