~wesleycutting/nunitlite/work

« back to all changes in this revision

Viewing changes to src/framework/nunitlite-2.0.csproj

  • Committer: Tyrel Alastair Hunter
  • Date: 2013-05-04 19:35:22 UTC
  • mfrom: (142.1.3 categoryfilter)
  • Revision ID: ialastairhunter@gmail.com-20130504193522-o6vumd18vpfj55vo
Fixes based on charlies feedback from the code review and some preperation for a release .9

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
      <SubType>Code</SubType>
83
83
    </Compile>
84
84
    <Compile Include="Internal\Commands\TheoryResultCommand.cs" />
 
85
    <Compile Include="Internal\Filters\SimpleCategoryExpression.cs" />
85
86
    <Compile Include="Internal\IApplyToContext.cs" />
86
87
    <Compile Include="Internal\IApplyToTest.cs" />
87
88
    <Compile Include="Api\IParameterDataSource.cs" />
304
305
      <SubType>Code</SubType>
305
306
    </Compile>
306
307
    <Compile Include="Internal\PropertyNames.cs" />
 
308
    <Compile Include="Internal\RandomGenerator.cs" />
307
309
    <Compile Include="Internal\Randomizer.cs" />
308
310
    <Compile Include="Internal\Reflect.cs" />
309
311
    <Compile Include="Internal\Results\TestCaseResult.cs" />
375
377
    <None Include="nunit.snk" />
376
378
  </ItemGroup>
377
379
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
378
 
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
379
 
       Other similar extension points exist, see Microsoft.Common.targets.
380
 
  <Target Name="BeforeBuild">
381
 
  </Target>
382
 
  <Target Name="AfterBuild">
383
 
  </Target>
 
380
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
381
       Other similar extension points exist, see Microsoft.Common.targets.
 
382
  <Target Name="BeforeBuild">
 
383
  </Target>
 
384
  <Target Name="AfterBuild">
 
385
  </Target>
384
386
  -->
385
387
</Project>
 
 
b'\\ No newline at end of file'