Revision: 61
Author: goeran.hansen
Date: Tue Nov 3 14:08:16 2009
Log: Created Specification projects for NUnit 2.4.7 and 2.5.0
http://code.google.com/p/tinybdd/source/detail?r=61
Added:
/trunk/TinyBDD.Specification.NUnit.2.4.7
/trunk/TinyBDD.Specification.NUnit.2.4.7/Properties
/trunk/TinyBDD.Specification.NUnit.2.4.7/Properties/AssemblyInfo.cs
/trunk/TinyBDD.Specification.NUnit.2.4.7/TinyBDD.Specification.NUnit.2.4.7.csproj
/trunk/TinyBDD.Specification.NUnit.2.5.0
/trunk/TinyBDD.Specification.NUnit.2.5.0/Properties
/trunk/TinyBDD.Specification.NUnit.2.5.0/Properties/AssemblyInfo.cs
/trunk/TinyBDD.Specification.NUnit.2.5.0/TinyBDD.Specification.NUnit.2.5.0.csproj
Modified:
/trunk/TinyBDD.Specification.NUnit/TinyBDD.Specification.NUnit.csproj
/trunk/TinyBDD.sln
/trunk/TinyBDDTests/TinyBDDTests.csproj
=======================================
--- /dev/null
+++ /trunk/TinyBDD.Specification.NUnit.2.4.7/Properties/AssemblyInfo.cs Tue
Nov 3 14:08:16 2009
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the
following
+// set of attributes. Change these attribute values to modify the
information
+// associated with an assembly.
+[assembly: AssemblyTitle("TinyBDD.Specification.NUnit.2.4.7")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("TinyBDD.Specification.NUnit.2.4.7")]
+[assembly: AssemblyCopyright("Copyright © 2009")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is
exposed to COM
+[assembly: Guid("1decc81f-eae2-48f2-b56c-ae797ecb66e6")]
+
+// Version information for an assembly consists of the following four
values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and
Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
=======================================
--- /dev/null
+++
/trunk/TinyBDD.Specification.NUnit.2.4.7/TinyBDD.Specification.NUnit.2.4.7.csproj
Tue Nov 3 14:08:16 2009
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build"
xmlns="
http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)'
== '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{7E2D2DE4-0838-4680-8090-FD24D4365AD3}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>TinyBDD.Specification.NUnit._2._4._7</RootNamespace>
+ <AssemblyName>TinyBDD.Specification.NUnit.2.4.7</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|
AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|
AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\Tools\NUnit 2.4.7\nunit.framework.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Xml.Linq">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data.DataSetExtensions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile
Include="..\TinyBDD.Specification.NUnit\SpecificationExtensions.cs">
+ <Link>SpecificationExtensions.cs</Link>
+ </Compile>
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="..\TinyBDD.snk">
+ <Link>TinyBDD.snk</Link>
+ </None>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference
Include="..\TinyBDD.Specification\TinyBDD.Specification.csproj">
+ <Project>{F64151D4-BF34-4F8A-B911-E496AE35007E}</Project>
+ <Name>TinyBDD.Specification</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the
targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project>
=======================================
--- /dev/null
+++ /trunk/TinyBDD.Specification.NUnit.2.5.0/Properties/AssemblyInfo.cs Tue
Nov 3 14:08:16 2009
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the
following
+// set of attributes. Change these attribute values to modify the
information
+// associated with an assembly.
+[assembly: AssemblyTitle("TinyBDD.Specification.NUnit.2.5.0")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("TinyBDD.Specification.NUnit.2.5.0")]
+[assembly: AssemblyCopyright("Copyright © 2009")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is
exposed to COM
+[assembly: Guid("78129a65-4364-4dd1-886c-d78eb8b40df4")]
+
+// Version information for an assembly consists of the following four
values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and
Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
=======================================
--- /dev/null
+++
/trunk/TinyBDD.Specification.NUnit.2.5.0/TinyBDD.Specification.NUnit.2.5.0.csproj
Tue Nov 3 14:08:16 2009
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build"
xmlns="
http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)'
== '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{FD0A7030-AEBC-49C4-B5B6-2EE512F02C82}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>TinyBDD.Specification.NUnit._2._5._0</RootNamespace>
+ <AssemblyName>TinyBDD.Specification.NUnit.2.5.0</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|
AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|
AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="nunit.framework, Version=2.5.0.9122,
Culture=neutral, PublicKeyToken=96d09a1eb7f44a77,
processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\Tools\NUnit 2.5.0\nunit.framework.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Xml.Linq">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data.DataSetExtensions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile
Include="..\TinyBDD.Specification.NUnit\SpecificationExtensions.cs">
+ <Link>SpecificationExtensions.cs</Link>
+ </Compile>
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference
Include="..\TinyBDD.Specification\TinyBDD.Specification.csproj">
+ <Project>{F64151D4-BF34-4F8A-B911-E496AE35007E}</Project>
+ <Name>TinyBDD.Specification</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="..\TinyBDD.snk">
+ <Link>TinyBDD.snk</Link>
+ </None>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the
targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project>
=======================================
--- /trunk/TinyBDD.Specification.NUnit/TinyBDD.Specification.NUnit.csproj
Thu Oct 29 07:28:59 2009
+++ /trunk/TinyBDD.Specification.NUnit/TinyBDD.Specification.NUnit.csproj
Tue Nov 3 14:08:16 2009
@@ -33,9 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <Reference Include="nunit.framework, Version=2.2.10.0,
Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\Tools\NUnit 2.4.7\nunit.framework.dll</HintPath>
+ <HintPath>..\Tools\NUnit 2.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
=======================================
--- /trunk/TinyBDD.sln Thu Aug 20 01:30:38 2009
+++ /trunk/TinyBDD.sln Tue Nov 3 14:08:16 2009
@@ -29,6 +29,10 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")
= "TinyBDD.RunnerTests", "TinyBDD.RunnerTests\TinyBDD.RunnerTests.csproj", "{144C1F34-AA73-4234-8633-E922B2BE9ADA}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")
= "TinyBDD.Specification.NUnit.2.5.0", "TinyBDD.Specification.NUnit.2.5.0\TinyBDD.Specification.NUnit.2.5.0.csproj", "{FD0A7030-AEBC-49C4-B5B6-2EE512F02C82}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")
= "TinyBDD.Specification.NUnit.2.4.7", "TinyBDD.Specification.NUnit.2.4.7\TinyBDD.Specification.NUnit.2.4.7.csproj", "{7E2D2DE4-0838-4680-8090-FD24D4365AD3}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -75,6 +79,14 @@
{144C1F34-AA73-4234-8633-E922B2BE9ADA}.Debug|Any CPU.Build.0 = Debug|Any
CPU
{144C1F34-AA73-4234-8633-E922B2BE9ADA}.Release|Any CPU.ActiveCfg =
Release|Any CPU
{144C1F34-AA73-4234-8633-E922B2BE9ADA}.Release|Any CPU.Build.0 = Release|
Any CPU
+ {FD0A7030-AEBC-49C4-B5B6-2EE512F02C82}.Debug|Any CPU.ActiveCfg = Debug|
Any CPU
+ {FD0A7030-AEBC-49C4-B5B6-2EE512F02C82}.Debug|Any CPU.Build.0 = Debug|Any
CPU
+ {FD0A7030-AEBC-49C4-B5B6-2EE512F02C82}.Release|Any CPU.ActiveCfg =
Release|Any CPU
+ {FD0A7030-AEBC-49C4-B5B6-2EE512F02C82}.Release|Any CPU.Build.0 = Release|
Any CPU
+ {7E2D2DE4-0838-4680-8090-FD24D4365AD3}.Debug|Any CPU.ActiveCfg = Debug|
Any CPU
+ {7E2D2DE4-0838-4680-8090-FD24D4365AD3}.Debug|Any CPU.Build.0 = Debug|Any
CPU
+ {7E2D2DE4-0838-4680-8090-FD24D4365AD3}.Release|Any CPU.ActiveCfg =
Release|Any CPU
+ {7E2D2DE4-0838-4680-8090-FD24D4365AD3}.Release|Any CPU.Build.0 = Release|
Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -85,5 +97,7 @@
{9F07CE1D-1976-4E0D-87F4-B483FA3663B2} =
{FF395234-3263-46AE-A976-0D1F2E5CE076}
{3430EDDF-5AE1-4CDB-BCAD-52E28CF09145} =
{FF395234-3263-46AE-A976-0D1F2E5CE076}
{297044DC-DEF3-4083-8F29-3042F1E89EAA} =
{FF395234-3263-46AE-A976-0D1F2E5CE076}
+ {FD0A7030-AEBC-49C4-B5B6-2EE512F02C82} =
{FF395234-3263-46AE-A976-0D1F2E5CE076}
+ {7E2D2DE4-0838-4680-8090-FD24D4365AD3} =
{FF395234-3263-46AE-A976-0D1F2E5CE076}
EndGlobalSection
EndGlobal
=======================================
--- /trunk/TinyBDDTests/TinyBDDTests.csproj Thu Oct 29 08:02:20 2009
+++ /trunk/TinyBDDTests/TinyBDDTests.csproj Tue Nov 3 14:08:16 2009
@@ -50,9 +50,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Tools\Moq.3.0.308.2-bin\Moq.dll</HintPath>
</Reference>
- <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <Reference Include="nunit.framework, Version=2.2.10.0,
Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\Tools\NUnit 2.4.7\nunit.framework.dll</HintPath>
+ <HintPath>..\Tools\NUnit 2.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">