Skip to content

Commit 101318d

Browse files
committed
Ado and Behaviour tests passing in Mono
1 parent 430b9ff commit 101318d

8 files changed

Lines changed: 100 additions & 83 deletions

File tree

Simple.Data-Mono.sln

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Data.UnitTest", "Sim
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Data.InMemoryTest", "Simple.Data.InMemoryTest\Simple.Data.InMemoryTest.csproj", "{1B6A87C0-4ACA-4411-8879-844537A52126}"
1717
EndProject
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Data.Ado.Test", "Simple.Data.Ado.Test\Simple.Data.Ado.Test.csproj", "{96C623FD-869E-4DCE-98A1-17075EE384F9}"
19+
EndProject
20+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Data.BehaviourTest", "Simple.Data.BehaviourTest\Simple.Data.BehaviourTest.csproj", "{70536BA8-AF0D-46F3-B04C-45177F56B320}"
21+
EndProject
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Data.Ado", "Simple.Data.Ado\Simple.Data.Ado.csproj", "{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Data.Mocking", "Simple.Data.Mocking\Simple.Data.Mocking.csproj", "{292611F6-BBBD-492D-891C-0D9FB4BF5433}"
25+
EndProject
1826
Global
1927
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2028
Debug|Any CPU = Debug|Any CPU
@@ -67,6 +75,62 @@ Global
6775
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
6876
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
6977
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|x86.ActiveCfg = Debug|Any CPU
78+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|x86.Build.0 = Debug|Any CPU
79+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug-Mono|Any CPU.ActiveCfg = Debug|Any CPU
80+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug-Mono|Any CPU.Build.0 = Debug|Any CPU
81+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Release|Any CPU.ActiveCfg = Release|Any CPU
82+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Release|Any CPU.Build.0 = Release|Any CPU
83+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
84+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Release|Mixed Platforms.Build.0 = Release|Any CPU
85+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Release|x86.ActiveCfg = Release|Any CPU
86+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Release|x86.Build.0 = Release|Any CPU
87+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
88+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug|Any CPU.Build.0 = Debug|Any CPU
89+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
90+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
91+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug|x86.ActiveCfg = Debug|Any CPU
92+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug|x86.Build.0 = Debug|Any CPU
93+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug-Mono|Any CPU.ActiveCfg = Debug|Any CPU
94+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Debug-Mono|Any CPU.Build.0 = Debug|Any CPU
95+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Release|Any CPU.ActiveCfg = Release|Any CPU
96+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Release|Any CPU.Build.0 = Release|Any CPU
97+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
98+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Release|Mixed Platforms.Build.0 = Release|Any CPU
99+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Release|x86.ActiveCfg = Release|Any CPU
100+
{70536BA8-AF0D-46F3-B04C-45177F56B320}.Release|x86.Build.0 = Release|Any CPU
101+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
102+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
103+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
104+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
105+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug|x86.ActiveCfg = Debug|Any CPU
106+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug|x86.Build.0 = Debug|Any CPU
107+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug-Mono|Any CPU.ActiveCfg = Debug|Any CPU
108+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Debug-Mono|Any CPU.Build.0 = Debug|Any CPU
109+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
110+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Release|Any CPU.Build.0 = Release|Any CPU
111+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
112+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
113+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Release|x86.ActiveCfg = Release|Any CPU
114+
{96C623FD-869E-4DCE-98A1-17075EE384F9}.Release|x86.Build.0 = Release|Any CPU
115+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
116+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug|Any CPU.Build.0 = Debug|Any CPU
117+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
118+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
119+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug|x86.ActiveCfg = Debug|Any CPU
120+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug|x86.Build.0 = Debug|Any CPU
121+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug-Mono|Any CPU.ActiveCfg = Debug|Any CPU
122+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Debug-Mono|Any CPU.Build.0 = Debug|Any CPU
123+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Release|Any CPU.ActiveCfg = Release|Any CPU
124+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Release|Any CPU.Build.0 = Release|Any CPU
125+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
126+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Release|Mixed Platforms.Build.0 = Release|Any CPU
127+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Release|x86.ActiveCfg = Release|Any CPU
128+
{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}.Release|x86.Build.0 = Release|Any CPU
129+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
130+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|Any CPU.Build.0 = Debug|Any CPU
131+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
132+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
133+
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug|x86.ActiveCfg = Debug|Any CPU
70134
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug-Mono|Any CPU.ActiveCfg = Debug-Mono|Any CPU
71135
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Debug-Mono|Any CPU.Build.0 = Debug-Mono|Any CPU
72136
{292611F6-BBBD-492D-891C-0D9FB4BF5433}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -218,14 +282,10 @@ Global
218282
{EFA5B19B-D24F-497E-AB48-8588ABFD1D01}.Release|x86.ActiveCfg = Release|Any CPU
219283
EndGlobalSection
220284
GlobalSection(NestedProjects) = preSolution
221-
{EFA5B19B-D24F-497E-AB48-8588ABFD1D01} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
222285
{1D2908F9-A78B-4EE1-8DAA-D4DBF3937C58} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
223-
{D4FE470E-4B01-4120-B809-F426A0179191} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
286+
{1B6A87C0-4ACA-4411-8879-844537A52126} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
224287
{96C623FD-869E-4DCE-98A1-17075EE384F9} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
225288
{70536BA8-AF0D-46F3-B04C-45177F56B320} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
226-
{E9160373-8BD2-4D69-B88E-1D3B5BC0A6FB} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
227-
{1B6A87C0-4ACA-4411-8879-844537A52126} = {182AEEFE-9B89-4264-BCED-91A00D1EF896}
228-
{9AAF3008-8033-4A26-93D2-97928E7801E9} = {2AAC5DFA-3851-4324-A51F-5BC46BEB777C}
229289
EndGlobalSection
230290
GlobalSection(MonoDevelopProperties) = preSolution
231291
StartupItem = Simple.Data\Simple.Data.csproj

Simple.Data.Ado.Test/Simple.Data.Ado.Test.csproj

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,7 +10,6 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>Simple.Data.Ado.Test</RootNamespace>
1212
<AssemblyName>Simple.Data.Ado.Test</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1413
<FileAlignment>512</FileAlignment>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -31,16 +30,6 @@
3130
<WarningLevel>4</WarningLevel>
3231
</PropertyGroup>
3332
<ItemGroup>
34-
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35-
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
36-
</Reference>
37-
<Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
38-
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
39-
</Reference>
40-
<Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, processorArchitecture=MSIL">
41-
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
43-
</Reference>
4433
<Reference Include="System" />
4534
<Reference Include="System.ComponentModel.Composition" />
4635
<Reference Include="System.Core" />
@@ -49,6 +38,15 @@
4938
<Reference Include="Microsoft.CSharp" />
5039
<Reference Include="System.Data" />
5140
<Reference Include="System.Xml" />
41+
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
42+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
43+
</Reference>
44+
<Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
45+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
46+
</Reference>
47+
<Reference Include="pnunit.framework">
48+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
49+
</Reference>
5250
</ItemGroup>
5351
<ItemGroup>
5452
<Compile Include="AdoAdapterExceptionTest.cs" />

Simple.Data.Ado/Simple.Data.Ado.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,7 +10,6 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>Simple.Data.Ado</RootNamespace>
1212
<AssemblyName>Simple.Data.Ado</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1413
<FileAlignment>512</FileAlignment>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

Simple.Data.BehaviourTest/NameResolutionTests.cs

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
namespace Simple.Data.IntegrationTest
77
{
8-
using System.Data.Entity.Design.PluralizationServices;
98
using System.Globalization;
109
using Extensions;
1110

@@ -66,41 +65,6 @@ public void IndexerMethodWorksWithSchemaAndPluralFromSingular()
6665
GeneratedSqlIs("select [dbo].[Customers].[CustomerId] from [dbo].[Customers]");
6766
}
6867

69-
[Test]
70-
public void CompaniesPluralizationIsResolved()
71-
{
72-
Database.SetPluralizer(new EntityPluralizer());
73-
_db.Companies.All().ToList();
74-
GeneratedSqlIs("select [dbo].[Company].[Id] from [dbo].[Company]");
75-
}
76-
77-
class EntityPluralizer : IPluralizer
78-
{
79-
private readonly PluralizationService _pluralizationService =
80-
PluralizationService.CreateService(CultureInfo.CurrentCulture);
81-
82-
public bool IsPlural(string word)
83-
{
84-
return _pluralizationService.IsPlural(word);
85-
}
86-
87-
public bool IsSingular(string word)
88-
{
89-
return _pluralizationService.IsSingular(word);
90-
}
91-
92-
public string Pluralize(string word)
93-
{
94-
bool upper = (word.IsAllUpperCase());
95-
word = _pluralizationService.Pluralize(word);
96-
return upper ? word.ToUpper(_pluralizationService.Culture) : word;
97-
}
98-
99-
public string Singularize(string word)
100-
{
101-
return _pluralizationService.Singularize(word);
102-
}
103-
}
10468
}
10569

10670
[TestFixture]

Simple.Data.BehaviourTest/Simple.Data.BehaviourTest.csproj

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -11,7 +11,6 @@
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>Simple.Data.IntegrationTest</RootNamespace>
1313
<AssemblyName>Simple.Data.IntegrationTest</AssemblyName>
14-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1514
<FileAlignment>512</FileAlignment>
1615
</PropertyGroup>
1716
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -33,25 +32,25 @@
3332
</PropertyGroup>
3433
<ItemGroup>
3534
<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>
4535
<Reference Include="System" />
4636
<Reference Include="System.Core">
4737
<RequiredTargetFramework>3.5</RequiredTargetFramework>
4838
</Reference>
4939
<Reference Include="System.Data" />
5040
<Reference Include="System.Data.Entity.Design" />
51-
<Reference Include="System.XML" />
41+
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
42+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
43+
</Reference>
44+
<Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
45+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
46+
</Reference>
47+
<Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, PublicKeyToken=null">
48+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
49+
</Reference>
50+
<Reference Include="System.Xml" />
5251
</ItemGroup>
5352
<ItemGroup>
54-
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
53+
<CodeAnalysisDependentAssemblyPaths Include="%24%28VS100COMNTOOLS%29..\IDE\PrivateAssemblies" Condition=" '$(VS100COMNTOOLS)' != '' ">
5554
<Visible>False</Visible>
5655
</CodeAnalysisDependentAssemblyPaths>
5756
</ItemGroup>

Simple.Data.InMemoryTest/Simple.Data.InMemoryTest.csproj

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,7 +10,6 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>Simple.Data.InMemoryTest</RootNamespace>
1212
<AssemblyName>Simple.Data.InMemoryTest</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1413
<FileAlignment>512</FileAlignment>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -31,22 +30,22 @@
3130
<WarningLevel>4</WarningLevel>
3231
</PropertyGroup>
3332
<ItemGroup>
34-
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35-
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
36-
</Reference>
37-
<Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
38-
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
39-
</Reference>
40-
<Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
42-
</Reference>
4333
<Reference Include="System" />
4434
<Reference Include="System.Core" />
4535
<Reference Include="System.Xml.Linq" />
4636
<Reference Include="System.Data.DataSetExtensions" />
4737
<Reference Include="Microsoft.CSharp" />
4838
<Reference Include="System.Data" />
4939
<Reference Include="System.Xml" />
40+
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
41+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
42+
</Reference>
43+
<Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
44+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
45+
</Reference>
46+
<Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, PublicKeyToken=null">
47+
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
48+
</Reference>
5049
</ItemGroup>
5150
<ItemGroup>
5251
<Compile Include="InMemoryTests.cs" />

Simple.Data.Mocking/Simple.Data.Mocking.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,7 +10,6 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>Simple.Data.Mocking</RootNamespace>
1212
<AssemblyName>Simple.Data.Mocking</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1413
<FileAlignment>512</FileAlignment>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

Simple.Data/Simple.Data.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,7 +10,6 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>Simple.Data</RootNamespace>
1212
<AssemblyName>Simple.Data</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1413
<FileAlignment>512</FileAlignment>
1514
<SccProjectName>
1615
</SccProjectName>

0 commit comments

Comments
 (0)