Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to add resources to a build using Visual Studio. To add resources, follow these steps:

  1. Open your project in Visual Studio.
  2. Right-click on the project in the Solution Explorer.
  3. Select "Properties" from the context menu.
  4. Click on the "Resources" tab.
  5. Click on the "Add Resource" button.
  6. Select the type of resource you want to add (e.g., image, icon, string, etc.).
  7. Select the file or type in the data for the resource.
  8. Click "OK" to add the resource to your project.

These resources will then be available for use in your code and included in the build of your project.