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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -