Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moving examples into a subdirectory
  • Loading branch information
agross committed Jul 19, 2013
1 parent c01e689 commit b824e8a
Show file tree
Hide file tree
Showing 68 changed files with 323 additions and 322 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,5 +1,3 @@
/Source/*/obj
/Source/*/bin
_ReSharper.*
*.user
*.suo
Expand Down
22 changes: 11 additions & 11 deletions Machine.Specifications.sln
Expand Up @@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reporting", "Reporting", "{
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications", "Source\Machine.Specifications\Machine.Specifications.csproj", "{CCD02629-1262-4F78-9E9F-AC97B942D0E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example", "Source\Machine.Specifications.Example\Machine.Specifications.Example.csproj", "{2C28C643-31A2-44CA-B762-953A963F6F61}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Source\Examples\Example\Example.csproj", "{2C28C643-31A2-44CA-B762-953A963F6F61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Tests", "Source\Machine.Specifications.Tests\Machine.Specifications.Tests.csproj", "{FE10826D-F2C7-4FF3-A135-9EA9EF2C9CB4}"
EndProject
Expand All @@ -22,7 +22,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Cons
{89ECD0D1-6CC4-4319-B1B2-389E0B48F40D} = {89ECD0D1-6CC4-4319-B1B2-389E0B48F40D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.FailingExample", "Source\Machine.Specifications.FailingExample\Machine.Specifications.FailingExample.csproj", "{89ECD0D1-6CC4-4319-B1B2-389E0B48F40D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.Failing", "Source\Examples\Example.Failing\Example.Failing.csproj", "{89ECD0D1-6CC4-4319-B1B2-389E0B48F40D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Reporting", "Source\Machine.Specifications.Reporting\Machine.Specifications.Reporting.csproj", "{490496AF-BEA5-4454-88B0-F73C62C22987}"
EndProject
Expand All @@ -34,23 +34,23 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Spec
{2C33D385-9024-4346-8839-93CFF1AF227C} = {2C33D385-9024-4346-8839-93CFF1AF227C}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.BindingFailure", "Source\Machine.Specifications.Example.BindingFailure\Machine.Specifications.Example.BindingFailure.csproj", "{A635BD1C-DA89-4FC7-8434-5DAB1A09A18D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.BindingFailure", "Source\Examples\Example.BindingFailure\Example.BindingFailure.csproj", "{A635BD1C-DA89-4FC7-8434-5DAB1A09A18D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.BindingFailure.Ref", "Source\Machine.Specifications.Example.BindingFailure.Ref\Machine.Specifications.Example.BindingFailure.Ref.csproj", "{2C33D385-9024-4346-8839-93CFF1AF227C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.BindingFailure.Ref", "Source\Examples\Example.BindingFailure.Ref\Example.BindingFailure.Ref.csproj", "{2C33D385-9024-4346-8839-93CFF1AF227C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.WithBehavior", "Source\Machine.Specifications.Example.WithBehavior\Machine.Specifications.Example.WithBehavior.csproj", "{42E05EB9-FC41-4198-B8D2-BAE2417DC7FF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.WithBehavior", "Source\Examples\Example.WithBehavior\Example.WithBehavior.csproj", "{42E05EB9-FC41-4198-B8D2-BAE2417DC7FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.CleanupFailure", "Source\Machine.Specifications.Example.CleanupFailure\Machine.Specifications.Example.CleanupFailure.csproj", "{0C0F5B79-50B7-4B6E-9EAB-9A7DC70F92AC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.CleanupFailure", "Source\Examples\Example.CleanupFailure\Example.CleanupFailure.csproj", "{0C0F5B79-50B7-4B6E-9EAB-9A7DC70F92AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.Random", "Source\Machine.Specifications.Example.Random\Machine.Specifications.Example.Random.csproj", "{1295C389-FCE4-4425-93E4-E4AE239B3E35}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.Random", "Source\Examples\Example.Random\Example.Random.csproj", "{1295C389-FCE4-4425-93E4-E4AE239B3E35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.SeleniumSupport", "Source\Machine.Specifications.SeleniumSupport\Machine.Specifications.SeleniumSupport.csproj", "{50E85B88-7E0C-4CE7-BD8D-BA9C618A6844}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.Clr4", "Source\Machine.Specifications.Example.Clr4\Machine.Specifications.Example.Clr4.csproj", "{0CE411DF-CFC3-45E3-96AD-2F872D99E1B1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.Clr4", "Source\Examples\Example.Clr4\Example.Clr4.csproj", "{0CE411DF-CFC3-45E3-96AD-2F872D99E1B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.WatinSupport", "Source\Machine.Specifications.WatinSupport\Machine.Specifications.WatinSupport.csproj", "{9EF302BE-21F7-4443-B871-534DA3BEDD59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.UsingExternalFile", "Source\Machine.Specifications.Example.UsingExternalFile\Machine.Specifications.Example.UsingExternalFile.csproj", "{A6B234F5-5D96-4809-BD25-86F6544BF838}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.UsingExternalFile", "Source\Examples\Example.UsingExternalFile\Example.UsingExternalFile.csproj", "{A6B234F5-5D96-4809-BD25-86F6544BF838}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.ReSharperRunner.6.1", "Source\Machine.Specifications.ReSharperRunner.6.1\Machine.Specifications.ReSharperRunner.6.1.csproj", "{AEF08081-3BB5-4654-9F21-C066647B370A}"
EndProject
Expand Down Expand Up @@ -89,9 +89,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.ReSh
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.dotCoverRunner.2.2", "Source\Machine.Specifications.dotCoverRunner.2.2\Machine.Specifications.dotCoverRunner.2.2.csproj", "{B88940C4-9552-4C47-85F2-33E820CD9FD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.DerivedSubject", "Source\Machine.Specifications.Example.DerivedSubject\Machine.Specifications.Example.DerivedSubject.csproj", "{13650EC6-35A0-429A-A779-DCA0214E7F79}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.DerivedSubject", "Source\Examples\Example.DerivedSubject\Example.DerivedSubject.csproj", "{13650EC6-35A0-429A-A779-DCA0214E7F79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.Specifications.Example.CustomDelegates", "Source\Machine.Specifications.Example.CustomDelegates\Machine.Specifications.Example.CustomDelegates.csproj", "{844788DF-F12F-462F-BDE8-C46F8FFECD11}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.CustomDelegates", "Source\Examples\Example.CustomDelegates\Example.CustomDelegates.csproj", "{844788DF-F12F-462F-BDE8-C46F8FFECD11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 2 additions & 0 deletions Source/.gitignore
@@ -0,0 +1,2 @@
bin/
obj/
Expand Up @@ -8,8 +8,8 @@
<ProjectGuid>{2C33D385-9024-4346-8839-93CFF1AF227C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Machine.Specifications.Example.BindingFailure.Ref</RootNamespace>
<AssemblyName>Machine.Specifications.Example.BindingFailure.Ref</AssemblyName>
<RootNamespace>Example.BindingFailure.Ref</RootNamespace>
<AssemblyName>Example.BindingFailure.Ref</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
Expand Down Expand Up @@ -38,7 +38,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Build\Debug\Tests\</OutputPath>
<OutputPath>..\..\..\Build\Debug\Tests\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -47,7 +47,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Build\Release\Tests\</OutputPath>
<OutputPath>..\..\..\Build\Release\Tests\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -60,10 +60,10 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Compile Include="..\..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\VersionInfo.cs">
<Compile Include="..\..\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="Referenced.cs" />
Expand All @@ -88,11 +88,11 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- 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>
</Project>
@@ -1,21 +1,21 @@
using System.Reflection;
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("Machine.Specifications.Example.DerivedSubject")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[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("e01bfd4e-4f67-4681-b84e-1aaa4217f239")]
using System.Reflection;
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("Example.BindingFailure.Ref")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[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("e00cdba9-05e9-49dd-8ea1-cb151ea4d622")]
Expand Up @@ -8,8 +8,8 @@
<ProjectGuid>{A635BD1C-DA89-4FC7-8434-5DAB1A09A18D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Machine.Specifications.Example.BindingFailure</RootNamespace>
<AssemblyName>Machine.Specifications.Example.BindingFailure</AssemblyName>
<RootNamespace>Example.BindingFailure</RootNamespace>
<AssemblyName>Example.BindingFailure</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<StartupObject>
Expand Down Expand Up @@ -40,7 +40,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Build\Debug\Tests\</OutputPath>
<OutputPath>..\..\..\Build\Debug\Tests\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -50,7 +50,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Build\Release\Tests\</OutputPath>
<OutputPath>..\..\..\Build\Release\Tests\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -64,21 +64,21 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Compile Include="..\..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\VersionInfo.cs">
<Compile Include="..\..\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="FailingContext.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Machine.Specifications.Example.BindingFailure.Ref\Machine.Specifications.Example.BindingFailure.Ref.csproj">
<ProjectReference Include="..\Example.BindingFailure.Ref\Example.BindingFailure.Ref.csproj">
<Project>{2C33D385-9024-4346-8839-93CFF1AF227C}</Project>
<Name>Machine.Specifications.Example.BindingFailure.Ref</Name>
<Name>Machine.Specifications.BindingFailure.Ref</Name>
</ProjectReference>
<ProjectReference Include="..\Machine.Specifications\Machine.Specifications.csproj">
<ProjectReference Include="..\..\Machine.Specifications\Machine.Specifications.csproj">
<Project>{CCD02629-1262-4F78-9E9F-AC97B942D0E7}</Project>
<Name>Machine.Specifications</Name>
</ProjectReference>
Expand All @@ -102,11 +102,11 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- 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>
</Project>
@@ -1,21 +1,21 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// 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("Machine.Specifications.Example.Clr4")]
[assembly: AssemblyTitle("Example.BindingFailure")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[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
// 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("adddc1ee-800c-4e95-80e1-254b3aff6efd")]
[assembly: Guid("3904dbe1-afca-470c-8ab4-ae844df57350")]
Expand Up @@ -8,8 +8,8 @@
<ProjectGuid>{0C0F5B79-50B7-4B6E-9EAB-9A7DC70F92AC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Machine.Specifications.Example.CleanupFailure</RootNamespace>
<AssemblyName>Machine.Specifications.Example.CleanupFailure</AssemblyName>
<RootNamespace>Example.CleanupFailure</RootNamespace>
<AssemblyName>Example.CleanupFailure</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
Expand Down Expand Up @@ -38,7 +38,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Build\Debug\Tests\</OutputPath>
<OutputPath>..\..\..\Build\Debug\Tests\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -47,7 +47,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Build\Release\Tests\</OutputPath>
<OutputPath>..\..\..\Build\Release\Tests\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -60,17 +60,17 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Compile Include="..\..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\VersionInfo.cs">
<Compile Include="..\..\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="CleanupFailure.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Machine.Specifications\Machine.Specifications.csproj">
<ProjectReference Include="..\..\Machine.Specifications\Machine.Specifications.csproj">
<Project>{CCD02629-1262-4F78-9E9F-AC97B942D0E7}</Project>
<Name>Machine.Specifications</Name>
</ProjectReference>
Expand All @@ -94,11 +94,11 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- 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>
</Project>
@@ -1,21 +1,21 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// 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("Machine.Specifications.Example.Random")]
[assembly: AssemblyTitle("Example.CleanupFailure")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[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
// 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("e01bfd4e-4f67-4681-b84e-1aaa4217f239")]
[assembly: Guid("052b5406-d0f8-400b-816e-d844847cc5f4")]
File renamed without changes.

0 comments on commit b824e8a

Please sign in to comment.