i have created a Custom tool (SingleFile generator) using IVsSingleFileGenerator. Which takes "xyz.Resx" file as input and generate "xyz.Designer.resx.cs" file. This file can be generated on building/Saving the Application through IDE.
Issue is, I have given the Custom Tool Property for any .Resx file and build the application through MSBUILD. Now I am unable to build/ generate the "Designer.resx.cs" file.
How to prepare a Custom Task to run this custom tool through MSBUILD. plz help in doing the same. Thanks in advance.