Skip to content

Commit 7c83b19

Browse files
committed
redirected old debug page for project designer
1 parent 2c73e39 commit 7c83b19

File tree

5 files changed

+7
-89
lines changed

5 files changed

+7
-89
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,11 @@
16401640
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework",
16411641
"redirect_document_id": false
16421642
},
1643+
{
1644+
"source_path": "docs/ide/reference/debug-page-project-designer.md",
1645+
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/debug-page-project-designer",
1646+
"redirect_document_id": false
1647+
},
16431648
{
16441649
"source_path": "docs/ide/reference/code-snippet-picker.md",
16451650
"redirect_url": "/visualstudio/ide/code-snippets",

docs/ide/fsharp-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following table summarizes features in project properties for F#:
5858
|Application|[Application Page, Project Designer](reference/application-page-project-designer-csharp.md)|Enables you to specify application-level settings and properties, such as whether you are creating a library or an executable file, what version of .NET the application targets, and information about where the resource files that the application uses are stored.|
5959
|Build|[Build Page, Project Designer](reference/build-page-project-designer-csharp.md)|Enables you to control how the code is compiled.|
6060
|Build Events|[Build Events Page, Project Designer](reference/build-events-page-project-designer-csharp.md)|Enables you to specify commands to run before or after a compilation.|
61-
|Debug|[Debug Page, Project Designer](reference/debug-page-project-designer.md)|Enables you to control how the application runs during debugging. This includes what commands to use and what your application's starting directory is, and any special debugging modes you want to enable, such as native code and SQL.|
61+
|Debug|[Debug Page, Project Designer](/previous-versions/visual-studio-2017/ide/reference/debug-page-project-designer)|Enables you to control how the application runs during debugging. This includes what commands to use and what your application's starting directory is, and any special debugging modes you want to enable, such as native code and SQL.|
6262
|Package (.NET SDK only)|N/A|Enables you to define NuGet Package metadata when publishing as a NuGet package.|
6363
|Reference Paths|[Manage references in a project](managing-references-in-a-project.md)|Enables you to specify where to search for assemblies that the code depends on.|
6464
|Resources (.NET SDK only)|N/A|Enables you to generate and manage a default resources file.|

docs/ide/reference/debug-page-project-designer.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/ide/reference/project-properties-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use links in the following table to get information about properties.
9090
| [Build Events Page, Project Designer (C#)](../../ide/reference/build-events-page-project-designer-csharp.md) | Specify build configuration instructions. |
9191
| [Build Page, Project Designer (C#)](../../ide/reference/build-page-project-designer-csharp.md) | Specify build configuration properties for a Visual C# project. |
9292
| [Compile Page, Project Designer (Visual Basic)](../../ide/reference/compile-page-project-designer-visual-basic.md) | Specify compilation properties for Visual Basic projects. |
93-
| [Debug Page, Project Designer](../../ide/reference/debug-page-project-designer.md) | Specify debugging properties for a project. |
93+
| [Debug Page, Project Designer](/previous-versions/visual-studio-2017/ide/reference/debug-page-project-designer) | Specify debugging properties for a project. |
9494
| [Code Analysis, Project Designer](../../ide/reference/code-analysis-project-designer.md) | Configure the code analysis tool. |
9595
| [Publish Page, Project Designer](../../ide/reference/publish-page-project-designer.md) | Configure properties for ClickOnce. |
9696
| [References Page, Project Designer (Visual Basic)](../../ide/reference/references-page-project-designer-visual-basic.md) | Manage references used by a project. |

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,6 @@
10841084
href: ide/reference/advanced-compiler-settings-dialog-box-visual-basic.md
10851085
- name: Build Events Dialog Box (Visual Basic)
10861086
href: ide/reference/build-events-dialog-box-visual-basic.md
1087-
- name: Debug Page, Project Designer
1088-
href: ide/reference/debug-page-project-designer.md
10891087
- name: My Extensions Page, Project Designer (Visual Basic)
10901088
href: ide/reference/my-extensions-page-project-designer-visual-basic.md
10911089
- name: References Page, Project Designer (Visual Basic)

0 commit comments

Comments
 (0)