Resources page of Visual Studio project properties (Synergy .NET)
Use the Resources page of project properties in Visual Studio to manage resources (strings, images, icons, etc.) for your Synergy .NET project. Note the following:
- The Resources Designer generates strongly-typed resources in the Synergy/DE project's default namespace (specifically, ProjectName.Properties in Resources.Designer.dbl).
- If you add an existing file with spaces in its name to a project's resources, the spaces will be replaced with underscores in the copy of the file that is added to the project. For example, if the existing file is named my icon.ico, the file added to the project will be my_icon.ico.
For more information on this page, see Microsoft documentation on managing application resources.
To access the Resources page, select a project node in Solution Explorer, select Project > Properties from the Visual Studio menu, and then select the Resources tab.