C# plugin template, build post processing and NppPlugin.DllExport.targets file
-
Can someone describe the NppPlugin.DllExport.targets file role in the C# template:
-
what’s happening with ILASM and ILDASM during postprocessing
-
how to customize this process so as not to use changing temp file names during post processing
-
and what the accompanying dlls (i.e., with the c# template) are for: mono.cecil.dll, nppPlugin.DllExport.dll, and NppPlugin.DllExport.MsBuild.dll.
Thanks
-
-
@Matt-C why do you want to process these stuff? Do you want to make a .net based plugin or something different?