~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/ClientUtilities/util/VSProject.cs

  • Committer: Charlie Poole
  • Date: 2010-12-11 23:35:49 UTC
  • mfrom: (3284.1.3 work)
  • Revision ID: charlie@nunit.org-20101211233549-pb7p1b0w703xo9vl
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                                switch ( extension )
139
139
                                {
140
140
                                        case ".vcproj":
141
 
                                                XmlNode topNode = doc.SelectSingleNode( "/VisualStudioProject" );
142
141
 
143
142
                                                // TODO: This is all very hacked up... replace it.
144
143
                                                foreach ( XmlNode configNode in doc.SelectNodes( "/VisualStudioProject/Configurations/Configuration" ) )