CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2004
    Posts
    4

    Finding a source in a complex project in VS2008

    I've inherited a huge .NET project to maintain, with each project tree MANY levels deep,
    in Visual Studio 2008.

    Is there a simple way to search the Solution Explorer to find in which node a particular
    source file is located, so I can check it out through VS2008?

    Obvious I do NOT want to manually expand each node
    and I'd like to avoid having to examine the XML of the .vcproj file.

    Thanks

  2. #2
    Join Date
    Apr 2006
    Posts
    220

    Re: Finding a source in a complex project in VS2008

    Using windows explorer search feature from the root directory of your solution.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured