Author Topic: Open Visual Studio 2003 solution  (Read 4903 times)

gushchin

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Open Visual Studio 2003 solution
« on: April 04, 2007, 06:34:51 AM »
Hello,

I opened the Visual Studio 2003 solution and need to add a C# file to it.
Is there any ability to add a file so it will appear in the Visual Studio project? Is there any ability for developers to work from the multiple IDEs (Visual Studio and SlickEdit) with the same solution?
If not - how do I suppose to build the solution? Do I need to add a file to the Nant file or something like this?

Thank you!

gushchin

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: Open Visual Studio 2003 solution
« Reply #1 on: April 06, 2007, 04:13:22 AM »
I'm sorry for distrubing: but I would repeat my question.
Have anyone used the Slickedit with the Visual Studo together?
How do you do it?

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Open Visual Studio 2003 solution
« Reply #2 on: April 06, 2007, 01:14:35 PM »
Adding files to vcproj's should work. At least it works for me ;)
Just activate 'Projects' toolbar and use the context menu (r-click on it) or use the menu 'Project->Project Properties->...'.
Except a few 'advanced' VS features SE provides good VS solutions/projects (interworking) support.

HS2