Is there a way to generate code from a simulation project in VS2010?

Is there a way to generate code from a simulation project in VS2010?

+3
source share
2 answers

Try the following section from RC documents: How to create files from a UML model .

Also, see if Tim Fisher’s blog post helps: “ How to: generate code from the command line of a UML diagram in VS Team Team Beta 2 (Update 4)

+1
source

This feature seems to work, but not yet in Beta2.

Ramesh Rajagopal of Microsoft answering a similar question in August 09.

  • Related posts / answer here
+2
source

Source: https://habr.com/ru/post/1708798/


All Articles