|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
11 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder> |
12 | 12 | <RootNamespace>Simple.Data.UnitTest</RootNamespace> |
13 | 13 | <AssemblyName>Simple.Data.UnitTest</AssemblyName> |
14 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
15 | 14 | <FileAlignment>512</FileAlignment> |
16 | 15 | </PropertyGroup> |
17 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
33 | 32 | </PropertyGroup> |
34 | 33 | <ItemGroup> |
35 | 34 | <Reference Include="Microsoft.CSharp" /> |
36 | | - <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
37 | | - <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> |
38 | | - </Reference> |
39 | | - <Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
40 | | - <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath> |
41 | | - </Reference> |
42 | | - <Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, processorArchitecture=MSIL"> |
43 | | - <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath> |
44 | | - </Reference> |
45 | 35 | <Reference Include="System" /> |
46 | 36 | <Reference Include="System.ComponentModel.Composition" /> |
47 | 37 | <Reference Include="System.Core"> |
48 | 38 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
49 | 39 | </Reference> |
50 | 40 | <Reference Include="System.Data" /> |
51 | 41 | <Reference Include="System.Data.DataSetExtensions" /> |
52 | | - <Reference Include="System.Data.Entity.Design" /> |
53 | 42 | <Reference Include="System.Xml" /> |
54 | 43 | <Reference Include="System.Xml.Linq" /> |
55 | 44 | <Reference Include="Trespasser"> |
56 | 45 | <HintPath>..\packages\Trespasser.1.1\lib\net40\Trespasser.dll</HintPath> |
57 | 46 | </Reference> |
| 47 | + <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> |
| 48 | + <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> |
| 51 | + <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath> |
| 52 | + </Reference> |
| 53 | + <Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, PublicKeyToken=null"> |
| 54 | + <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath> |
| 55 | + </Reference> |
58 | 56 | </ItemGroup> |
59 | 57 | <ItemGroup> |
60 | | - <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> |
| 58 | + <CodeAnalysisDependentAssemblyPaths Include="%24%28VS100COMNTOOLS%29..\IDE\PrivateAssemblies" Condition=" '$(VS100COMNTOOLS)' != '' "> |
61 | 59 | <Visible>False</Visible> |
62 | 60 | </CodeAnalysisDependentAssemblyPaths> |
63 | 61 | </ItemGroup> |
|
84 | 82 | <Compile Include="MaybeTest.cs" /> |
85 | 83 | <Compile Include="MethodNameParserTest.cs" /> |
86 | 84 | <Compile Include="ObjectReferenceTest.cs" /> |
87 | | - <Compile Include="PluralizationTest.cs" /> |
88 | 85 | <Compile Include="Properties\AssemblyInfo.cs" /> |
89 | 86 | <Compile Include="RangeTest.cs" /> |
90 | 87 | <Compile Include="SimpleDataExceptionTest.cs" /> |
|
0 commit comments