Integrating/Compiling a proprietary file format in the IDE

D

dvestal

Suppose I have a proprietary language file, with, say, a .xyz
extension. This file coexists with other .cs files in a C# project.

Is it possible to extend Visual Studio such that it will, upon
building, normally compile the .cs files, and call a custom compiler to
compile the .xyz file? If so, how can I do that, and also, can I route
custom compilation errors to the Output or Error List pane?

Thanks.
 
M

Michael Nemtsev

Hello (e-mail address removed),

Why not to add PostBuild action for this?
Suppose I have a proprietary language file, with, say, a .xyz
extension. This file coexists with other .cs files in a C# project.

Is it possible to extend Visual Studio such that it will, upon
building, normally compile the .cs files, and call a custom compiler
to compile the .xyz file? If so, how can I do that, and also, can I
route custom compilation errors to the Output or Error List pane?

Thanks.
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top