Skip to content

Commit c442de6

Browse files
committed
Remove VS for Mac note
1 parent afb32da commit c442de6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/ide/managing-application-resources-dotnet.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ ms.subservice: general-ide
2222

2323
Resource files are files that are part of an application but are not compiled, for example icon files or audio files. Since these files are not part of the compilation process, you can change them without having to recompile your binaries. If you are planning to localize your application, you should use resource files for all the strings and other resources that need to be changed when you localize your application.
2424

25-
> [!NOTE]
26-
> This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see [Managing app resources (Visual Studio for Mac)](/visualstudio/mac/managing-app-resources).
27-
2825
For more information about resources in .NET apps, see [Resources in .NET apps](/dotnet/framework/resources/index).
2926

3027
## Work with resources

0 commit comments

Comments
 (0)