Hi all,
I want to create a new project type to build (precompiled) Regex
(.NET)assembies.
I've written the occasional vs.net add-in but dont remember comming accross
any info on how to build your own type of project. I would like to be able to
add custom project items (a regular expression) to my regex-project, make a
dedicated designer for the new project item type. Then, on a
build (event?), I'll call the Regex.CompileToAssembly to have the precompile
regex assembly created.
Can anyone give me some pointers how I could do this. I prefer to code in
.NET but am COM-capable if needed ;-)

Signature
Grtx
Marc Jacobi
Michael He - 01 Feb 2005 01:22 GMT
> Hi all,
>
[quoted text clipped - 9 lines]
> Can anyone give me some pointers how I could do this. I prefer to code in
> ..NET but am COM-capable if needed ;-)
You have to use VSIP. The MyC sample in VSIP is a good start point.
Michael