From 604e54c4100ace91cf39256358030d51b5823845 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Fri, 30 Jul 2021 10:41:24 -0700 Subject: [PATCH] Update index.md (#1129) --- dotnet-desktop-guide/net/winforms/migration/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotnet-desktop-guide/net/winforms/migration/index.md b/dotnet-desktop-guide/net/winforms/migration/index.md index 1327e6b..af85910 100644 --- a/dotnet-desktop-guide/net/winforms/migration/index.md +++ b/dotnet-desktop-guide/net/winforms/migration/index.md @@ -173,7 +173,7 @@ Any _*.resx_ and _*.settings_ files in the _Properties_ folder need to be migrat ```xml - + SettingsSingleFileGenerator Settings.Designer.cs @@ -185,8 +185,6 @@ Any _*.resx_ and _*.settings_ files in the _Properties_ folder need to be migrat ``` - Notice that the _Properties\Settings.settings_ entry remained `Include`. The project doesn't automatically include _settings_ files. - > [!IMPORTANT] > **Visual Basic** projects typically use the folder _My Project_ while C# projects typically use the folder _Properties_ for the default project settings file.