You are developing a Universal Windows Platform (UWP) app.
You need to convert a .resx file to a .resources file
Which tool should you use?
A.
Resgen
B.
Regasm
C.
Winres
D.
Regsvcs
Explanation:
The Resource File Generator (Resgen.exe) converts text (.txt or .restext) files and XML-based resource format
(.resx) files to common language runtime binary (.resources) files that can be embedded in a runtime binary
executable or satellite assembly.https://msdn.microsoft.com/en-us/library/ccec7sz1(v=vs.110).aspx