Skip to content

Commit dbdd1fe

Browse files
committed
Added NUnit as a NuGet package
1 parent 094192c commit dbdd1fe

67 files changed

Lines changed: 12059 additions & 15 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
<SpecificVersion>False</SpecificVersion>
3636
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.framework.dll</HintPath>
3737
</Reference>
38-
<Reference Include="nunit.mocks, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
39-
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.mocks.dll</HintPath>
41-
</Reference>
42-
<Reference Include="pnunit.framework">
43-
<HintPath>..\packages\NUnit.2.5.7.10213\lib\pnunit.framework.dll</HintPath>
44-
</Reference>
4538
<Reference Include="System" />
4639
<Reference Include="System.Core" />
4740
<Reference Include="System.Xml.Linq" />

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Microsoft.CSharp" />
36-
<Reference Include="nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
36+
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.framework.dll</HintPath>
39+
</Reference>
3740
<Reference Include="System" />
3841
<Reference Include="System.Core">
3942
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -72,6 +75,9 @@
7275
<Name>Simple.Data</Name>
7376
</ProjectReference>
7477
</ItemGroup>
78+
<ItemGroup>
79+
<None Include="packages.config" />
80+
</ItemGroup>
7581
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
7682
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7783
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="NUnit" version="2.5.7.10213" />
4+
</packages>

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Microsoft.CSharp" />
36-
<Reference Include="nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
36+
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.framework.dll</HintPath>
39+
</Reference>
3740
<Reference Include="System" />
3841
<Reference Include="System.Core">
3942
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -63,6 +66,9 @@
6366
<Name>Simple.Data</Name>
6467
</ProjectReference>
6568
</ItemGroup>
69+
<ItemGroup>
70+
<None Include="packages.config" />
71+
</ItemGroup>
6672
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6773
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6874
Other similar extension points exist, see Microsoft.Common.targets.
@@ -71,4 +77,4 @@
7177
<Target Name="AfterBuild">
7278
</Target>
7379
-->
74-
</Project>
80+
</Project>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="NUnit" version="2.5.7.10213" />
4+
</packages>

Simple.Data.SqlCe35Test/Simple.Data.SqlCe35Test.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Microsoft.CSharp" />
36-
<Reference Include="nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
36+
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.framework.dll</HintPath>
39+
</Reference>
3740
<Reference Include="System" />
3841
<Reference Include="System.Core">
3942
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -99,6 +102,9 @@
99102
<Name>Simple.Data</Name>
100103
</ProjectReference>
101104
</ItemGroup>
105+
<ItemGroup>
106+
<None Include="packages.config" />
107+
</ItemGroup>
102108
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
103109
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104110
Other similar extension points exist, see Microsoft.Common.targets.
@@ -107,4 +113,4 @@
107113
<Target Name="AfterBuild">
108114
</Target>
109115
-->
110-
</Project>
116+
</Project>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="NUnit" version="2.5.7.10213" />
4+
</packages>

Simple.Data.SqlCe40Test/Simple.Data.SqlCe40Test.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
</PropertyGroup>
4949
<ItemGroup>
5050
<Reference Include="Microsoft.CSharp" />
51-
<Reference Include="nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
51+
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
52+
<SpecificVersion>False</SpecificVersion>
53+
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.framework.dll</HintPath>
54+
</Reference>
5255
<Reference Include="System" />
5356
<Reference Include="System.Core" />
5457
<Reference Include="System.Data" />
@@ -114,6 +117,9 @@
114117
<Install>true</Install>
115118
</BootstrapperPackage>
116119
</ItemGroup>
120+
<ItemGroup>
121+
<None Include="packages.config" />
122+
</ItemGroup>
117123
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
118124
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
119125
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="NUnit" version="2.5.7.10213" />
4+
</packages>

Simple.Data.SqlTest/Simple.Data.SqlTest.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Microsoft.CSharp" />
36-
<Reference Include="nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
36+
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.framework.dll</HintPath>
39+
</Reference>
3740
<Reference Include="System" />
3841
<Reference Include="System.Core">
3942
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -86,6 +89,7 @@
8689
<None Include="app.config">
8790
<SubType>Designer</SubType>
8891
</None>
92+
<None Include="packages.config" />
8993
<None Include="Properties\Settings.settings">
9094
<Generator>SettingsSingleFileGenerator</Generator>
9195
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

0 commit comments

Comments
 (0)