Enable specifying output assembly name in compiler options
Addresses #1797
This commit is contained in:
parent
7c8158746e
commit
856fb8d6d9
8 changed files with 70 additions and 10 deletions
|
@ -0,0 +1,6 @@
|
|||
namespace LibraryWithOutputAssemblyName
|
||||
{
|
||||
public class MyClass
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue