Skip to content

Commit 0387b9a

Browse files
author
Greg Van Liew
authored
Merge pull request #645 from MicrosoftDocs/FromPublicMaster
Confirm merge from FromPublicMaster to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents c13bfb7 + 39c712d commit 0387b9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/designers/getting-started-with-wpf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Windows Presentation Foundation (WPF) is a UI framework that creates desktop cli
2626
| I want to compare XAML design tools... |[Designing XAML in Visual Studio and Blend for Visual Studio](../designers/designing-xaml-in-visual-studio.md)|
2727
|New to .NET?|[Overview of the .NET Framework](https://msdn.microsoft.com/en-us/library/zw4w595w\(v=vs.140\).aspx)<br /><br /> [Application Essentials](/dotnet/standard/application-essentials)<br /><br /> [Getting Started with Visual C# and Visual Basic](../ide/getting-started-with-visual-csharp-and-visual-basic.md)|
2828
|Tell me more about WPF...|[Introduction to WPF](../designers/introduction-to-wpf.md)<br /><br /> [XAML Overview (WPF)](https://docs.microsoft.com/dotnet/framework/wpf/advanced/xaml-overview-wpf)<br /><br /> [Controls](https://docs.microsoft.com/dotnet/framework/wpf/controls/)<br /><br /> [Data Binding Overview](https://docs.microsoft.com/dotnet/framework/wpf/data/data-binding-overview)<br /><br /> [WPF Data Binding with LINQ to XML](../designers/wpf-data-binding-with-linq-to-xml.md)|
29-
|Are you a Windows Forms developer?|[Windows Forms Controls and Equivalent WPF Controls](https://docs.microsoft.com/dotnet/framework/wpf/advanced/windows-forms-controls-and-equivalent-wpf-controls).aspx)<br /><br /> [Supported Scenarios in WPF and Windows Forms Interoperation](https://docs.microsoft.com/dotnet/framework/wpf/advanced/wpf-and-windows-forms-interoperation)|
29+
|Are you a Windows Forms developer?|[Windows Forms Controls and Equivalent WPF Controls](https://docs.microsoft.com/dotnet/framework/wpf/advanced/windows-forms-controls-and-equivalent-wpf-controls)<br /><br /> [Supported Scenarios in WPF and Windows Forms Interoperation](https://docs.microsoft.com/dotnet/framework/wpf/advanced/wpf-and-windows-forms-interoperation)|
3030

3131
## See Also
3232
[Class Library (WPF)](https://docs.microsoft.com/dotnet/framework/wpf/class-library-wpf)
3333
[Application Development Overview](https://docs.microsoft.com/dotnet/framework/wpf/app-development/index)
3434
[.NET Documentation home](https://docs.microsoft.com/dotnet/index)
35-
[Create Modern Desktop Applications with Windows Presentation Foundation](../designers/create-modern-desktop-applications-with-windows-presentation-foundation.md)
35+
[Create Modern Desktop Applications with Windows Presentation Foundation](../designers/create-modern-desktop-applications-with-windows-presentation-foundation.md)

docs/ide/synchronized-settings-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In Visual Studio 15.3 and later, we've stopped sharing certain settings, like to
7676
**NOTE**: To use the new installation specific settings, you must complete a fresh installation. When you perform an upgrade of an existing Visual Studio 2017 installation to the most current update, it will use the existing shared location. If you currently have side-by-side installations of Visual Studio 2017 and decide to upgrade, and want to use the new installation specific settings file location, follow these steps:
7777

7878
1. After the upgrade, use the Import\Export settings wizard to export all our existing settings to some location outside of `%localappdata%\Microsoft\VisualStudio\15.0_xxxxxxxx` folder.
79-
2. Open the **Developer Command Prompt for VS 2017** of the upgraded Visual Studio installation and "run devenv resetuserdata" from it.
79+
2. Open the **Developer Command Prompt for VS 2017** of the upgraded Visual Studio installation and run `devenv /resetuserdata` from it.
8080
3. Launch Visual Studio and import the saved settings from the exported settings file.
8181

8282
## See also

0 commit comments

Comments
 (0)