From c6e13afda1724815110fc1d6c589122feb4b05fc Mon Sep 17 00:00:00 2001 From: Andy De George <67293991+adegeo@users.noreply.github.com> Date: Tue, 9 Feb 2021 15:47:08 -0800 Subject: [PATCH] Fix update vs include (#207) * Fix update vs include * Minor wording change --- dotnet-desktop-guide/net/winforms/migration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-desktop-guide/net/winforms/migration/index.md b/dotnet-desktop-guide/net/winforms/migration/index.md index 7f241d0..f7f342e 100644 --- a/dotnet-desktop-guide/net/winforms/migration/index.md +++ b/dotnet-desktop-guide/net/winforms/migration/index.md @@ -181,11 +181,11 @@ Copy those entries from the old project file into an `` element in th > [!IMPORTANT] > **Visual Basic** projects typically use the folder _My Project_ while C# projects typically use the folder _Properties_ for the default project settings file. -- Import the configuration for any _resx_ file, such as the _properties/Resources.resx_ file. Notice that the `Include` attribute was changed to `Update` on the `` element, and `` was removed from ``: +- Import the configuration for any _resx_ file, such as the _properties/Resources.resx_ file. Notice that the `Include` attribute was set to `Update` on the `` and `` element, and `` was removed from ``: ```xml - + ResXFileCodeGenerator Resources.Designer.cs