Hi,
I use CSharpCodeProvider
for compile .net code from C# and generate custom dll. But I want to set custom property in dll like:
File Description File Version Product Name
It's possible?
And I have not found documentation abut the possibility to pass a XML file with all parameters for the compilation...
<CSharpScriptCompiler>
<Reference>
<Name>utils.dll</Name>
</Reference>
<Import>
<Name>Expoware</Name>
</Import>
<Import>
<Name>System.Text</Name>
</Import>
</CSharpScriptCompiler>
Thx! D.