~adam-rpconnelly/nunit-3.0/bug-483845

« back to all changes in this revision

Viewing changes to solutions/vs2008/nunit.framework/nunit.framework.csproj

  • Committer: Charlie Poole
  • Date: 2010-01-08 17:21:03 UTC
  • Revision ID: charlie@nunit.com-20100108172103-o065jps8sbft4hhq
Further simplification of API and internals: Removing TestInfo and NUnitFramework classes, eliminating all references to the framework from the test runner and using xml to communicate results back to the runner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    <Compile Include="..\..\..\src\framework\Api\TestFilter.cs">
89
89
      <Link>Api\TestFilter.cs</Link>
90
90
    </Compile>
91
 
    <Compile Include="..\..\..\src\framework\Api\TestInfo.cs">
92
 
      <Link>Api\TestInfo.cs</Link>
93
 
    </Compile>
94
91
    <Compile Include="..\..\..\src\framework\Api\TestOutput.cs">
95
92
      <Link>Api\TestOutput.cs</Link>
96
93
    </Compile>
529
526
    <Compile Include="..\..\..\src\framework\Internal\NUnitException.cs">
530
527
      <Link>Internal\NUnitException.cs</Link>
531
528
    </Compile>
532
 
    <Compile Include="..\..\..\src\framework\Internal\NUnitFramework.cs">
533
 
      <Link>Internal\NUnitFramework.cs</Link>
534
 
    </Compile>
535
529
    <Compile Include="..\..\..\src\framework\Internal\OSPlatform.cs">
536
530
      <Link>Internal\OSPlatform.cs</Link>
537
531
    </Compile>