c# - Use visual Studio designer with custom build tool -
i have winforms application , want create class hierarchy like:
myform : myothernonabstractform : system.windows.form
as i'm using custom build tool not integrated vs, i'm unable view myform in designer (as i'm unable build inside vs).
is there workaround having designer-view myform without building solution in vs? add resulting dll reference, doesn't seem workaround ...
Comments
Post a Comment