~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to src/NUnitCore/tests/nunit.core.tests.csproj

  • Committer: Charlie Poole
  • Date: 2012-01-25 15:22:27 UTC
  • mfrom: (3368.1.7 work)
  • Revision ID: charlie@nunit.org-20120125152227-vw2i8uufx87pct80
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3
3
  <PropertyGroup>
4
4
    <ProjectType>Local</ProjectType>
5
 
    <ProductVersion>9.0.21022</ProductVersion>
 
5
    <ProductVersion>9.0.30729</ProductVersion>
6
6
    <SchemaVersion>2.0</SchemaVersion>
7
7
    <ProjectGuid>{DD758D21-E5D5-4D40-9450-5F65A32F359C}</ProjectGuid>
8
8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
124
124
      <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
125
125
      <Private>False</Private>
126
126
    </ProjectReference>
127
 
    <Reference Include="NSubstitute, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca">
128
 
      <SpecificVersion>False</SpecificVersion>
 
127
    <Reference Include="NSubstitute">
129
128
      <HintPath>..\..\..\lib\3.5\NSubstitute.dll</HintPath>
130
129
    </Reference>
131
130
  </ItemGroup>