Generating VS.NET solutions from a tool

  • Thread starter Thread starter Raghu
  • Start date Start date
R

Raghu

I want to write a tool that would generate VS.NET solution with one C#
project (with C# code file) in it. I don't need to compile it.

I can not use ide objects because that would require me to be in VS.NET
solution. Writing code to generate without using any support from VS.NET is
one option. But I want to see if there are some objects that come with
VS.NET that would allow me to do this.

Can some one point me in the right direction?

Thanks.
Raghu/..
 
Raghu said:
I want to write a tool that would generate VS.NET solution with one C#
project (with C# code file) in it. I don't need to compile it.

I can not use ide objects because that would require me to be in VS.NET
solution. Writing code to generate without using any support from VS.NET is
one option. But I want to see if there are some objects that come with
VS.NET that would allow me to do this.

Can some one point me in the right direction?

THe files are xml, there are 2 versions, one for 1.0 and one for 1.1. Just
check one you have present on your harddisk and you know where to add the
references and the file tags. Then simply generate these tags into the file
and you're set.

Frans.
 

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

Back
Top