Skip to content

Generating *.Designer.cs from .resx #26244

Answered by BrightRan
Xwilarg asked this question in Actions
Discussion options

You must be logged in to vote

@Xwilarg,

Sometimes, the .Designer.cs may reference some strings defined in the resource file to set the contents displayed on the application UI. But this does not mean the .Designer.cs is generated from the resource file.
Other files in the project may also reference the data defined in the resource file, that also does not mean these files are generated from the resource file.

In the .csproj file, normally it will list all the required source files of the application.

  • The .Designer.cs defines the UI of the application, it is required. Maybe, sometimes the .Designer.cs defines an empty or blank UI when the application does not need a UI.

  • The .resx file defines some data may be refer…

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants