Tagged Questions
2
votes
0answers
91 views
How to make DSL compatible w/ both VS2010 and 2012?
I'm in charge of a DSL/VSVM VSIX extension at work and, since VS2012 just got released, I want to make it compatible with both.
The VSIX is already installable in both environments, but I get load ...
1
vote
1answer
131 views
Someone to explain the mechanics for DSL language creation “in plain english”
Basically the problem is that I'm starting doing somme development of Visual Studio 2010 extensions and language definitions are rather complex, so anyone giving a small intro and pointing some good ...
0
votes
1answer
424 views
VS2010 Project Template + VMSDK
For the life of me, I can't get my DSL project to be exported as a template, other than the default ItemTemplate (as in Add New Item)
Does anyone happen to have a summary of what has to be done to be ...