~wesleycutting/nunitlite/work

« back to all changes in this revision

Viewing changes to src/framework/nunitlite-sl-4.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:
19
19
    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
20
20
    <IntermediateOutputPath>obj\$(Configuration)\sl-4.0\</IntermediateOutputPath>
21
21
  </PropertyGroup>
22
 
  <!-- This property group is only here to support building this project using the 
23
 
       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs 
 
22
  <!-- This property group is only here to support building this project using the 
 
23
       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs 
24
24
       to set the TargetFrameworkVersion to v3.5 -->
25
25
  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
26
26
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
266
266
    <Compile Include="Internal\Filters\CategoryFilter.cs" />
267
267
    <Compile Include="Internal\Filters\NotFilter.cs" />
268
268
    <Compile Include="Internal\Filters\OrFilter.cs" />
 
269
    <Compile Include="Internal\Filters\SimpleCategoryExpression.cs" />
269
270
    <Compile Include="Internal\Filters\SimpleNameFilter.cs" />
270
271
    <Compile Include="Internal\IApplyToContext.cs" />
271
272
    <Compile Include="Internal\IApplyToTest.cs" />
279
280
    <Compile Include="Internal\PlatformHelper.cs" />
280
281
    <Compile Include="Internal\PropertyBag.cs" />
281
282
    <Compile Include="Internal\PropertyNames.cs" />
 
283
    <Compile Include="Internal\RandomGenerator.cs" />
282
284
    <Compile Include="Internal\Randomizer.cs" />
283
285
    <Compile Include="Internal\Reflect.cs" />
284
286
    <Compile Include="Internal\Results\TestCaseResult.cs" />
350
352
      </FlavorProperties>
351
353
    </VisualStudio>
352
354
  </ProjectExtensions>
353
 
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
354
 
       Other similar extension points exist, see Microsoft.Common.targets.
355
 
  <Target Name="BeforeBuild">
356
 
  </Target>
357
 
  <Target Name="AfterBuild">
358
 
  </Target>
 
355
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
356
       Other similar extension points exist, see Microsoft.Common.targets.
 
357
  <Target Name="BeforeBuild">
 
358
  </Target>
 
359
  <Target Name="AfterBuild">
 
360
  </Target>
359
361
  -->
360
362
</Project>
 
 
b'\\ No newline at end of file'