Ask Your Question
3

Is it possible to add resources to a Build using Visual Studio?

asked 2022-07-16 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-02-09 00:00:00 +0000

qstack gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-16 11:00:00 +0000

Seen: 21 times

Last updated: Feb 09 '23