~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to src/ProjectEditor/tests/nunit-editor.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:
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
 
    <ProductVersion>9.0.21022</ProductVersion>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
7
7
    <SchemaVersion>2.0</SchemaVersion>
8
8
    <ProjectGuid>{A9E1C1E9-AE97-4510-AD94-EAFADE425FBE}</ProjectGuid>
9
9
    <OutputType>Library</OutputType>
10
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
11
    <RootNamespace>NUnit.ProjectEditor.Tests</RootNamespace>
12
12
    <AssemblyName>nunit-editor.tests</AssemblyName>
 
13
    <FileAlignment>512</FileAlignment>
13
14
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14
 
    <FileAlignment>512</FileAlignment>
15
15
  </PropertyGroup>
16
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
17
    <DebugSymbols>true</DebugSymbols>
31
31
    <WarningLevel>4</WarningLevel>
32
32
  </PropertyGroup>
33
33
  <ItemGroup>
34
 
    <Reference Include="NSubstitute, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
35
 
      <SpecificVersion>False</SpecificVersion>
36
 
      <HintPath>..\..\..\lib\3.5\NSubstitute.dll</HintPath>
37
 
    </Reference>
38
34
    <Reference Include="System" />
39
35
    <Reference Include="System.Core">
40
36
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42
38
    <Reference Include="System.Data" />
43
39
    <Reference Include="System.Windows.Forms" />
44
40
    <Reference Include="System.Xml" />
 
41
    <Reference Include="NSubstitute">
 
42
      <HintPath>..\..\..\lib\3.5\NSubstitute.dll</HintPath>
 
43
    </Reference>
45
44
  </ItemGroup>
46
45
  <ItemGroup>
47
46
    <Compile Include="Model\AssemblyListTests.cs" />