Skip to content

Commit

Permalink
Restructoring the project to be a stand alone one
Browse files Browse the repository at this point in the history
Moved build system to use PowerShell using psake
  • Loading branch information
ayende committed Aug 29, 2009
1 parent c3b5a31 commit 08baaea
Show file tree
Hide file tree
Showing 56 changed files with 31,492 additions and 182 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*resharper.user
[Dd]ebug/
[Rr]elease/
build/
[Bb]in/
[Oo]bj/
*.suo
*.sln.cache
_ReSharper.*/
AssemblyInfo.cs
*.user
42 changes: 0 additions & 42 deletions Default.build

This file was deleted.

6 changes: 3 additions & 3 deletions Rhino.Mocks.Tests.Model/Rhino.Mocks.Tests.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3078B943-10A5-41FA-A68A-7C4FC98506A0}</ProjectGuid>
<OutputType>Library</OutputType>
Expand All @@ -13,7 +13,7 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -59,7 +59,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\..\ayende-open-source.snk">
<None Include="..\ayende-open-source.snk">
<Link>ayende-open-source.snk</Link>
</None>
</ItemGroup>
Expand Down
28 changes: 0 additions & 28 deletions Rhino.Mocks.Tests.Model/default.build

This file was deleted.

39 changes: 17 additions & 22 deletions Rhino.Mocks.Tests/Rhino.Mocks.Tests 3.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RootNamespace>Rhino.Mocks.Tests</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand Down Expand Up @@ -77,27 +77,31 @@
<ItemGroup>
<Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Castle\Castle.Core.dll</HintPath>
<HintPath>..\SharedLibs\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<Reference Include="Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Castle\Castle.DynamicProxy2.dll</HintPath>
<HintPath>..\SharedLibs\Castle.DynamicProxy2.dll</HintPath>
</Reference>
<Reference Include="Interop.ADODB, Version=2.8.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Interop\Interop.ADODB.dll</HintPath>
<HintPath>..\SharedLibs\Interop.ADODB.dll</HintPath>
</Reference>
<Reference Include="Interop.MSHTML, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Interop\Interop.MSHTML.dll</HintPath>
<HintPath>..\SharedLibs\Interop.MSHTML.dll</HintPath>
</Reference>
<Reference Include="MbUnit.Framework, Version=1.0.2531.41788, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
<Reference Include="MbUnit.Framework, Version=1.0.2700.29885, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Tools\MbUnit\MbUnit.Framework.dll</HintPath>
<HintPath>..\SharedLibs\MbUnit.Framework.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks.CPP.Interfaces, Version=1.0.3078.4206, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Interop\Rhino.Mocks.CPP.Interfaces.dll</HintPath>
<HintPath>..\SharedLibs\Rhino.Mocks.CPP.Interfaces.dll</HintPath>
</Reference>
<Reference Include="Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\SharedLibs\Scripting.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
Expand Down Expand Up @@ -365,6 +369,7 @@
<Compile Include="MultiMocks.cs" />
<Compile Include="OrderTest.cs" />
<Compile Include="PartialMockTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PropertySetterFixture.cs" />
<Compile Include="RecordingMocks.cs" />
<Compile Include="RecursiveMocks.cs" />
Expand Down Expand Up @@ -411,11 +416,6 @@
<ItemGroup>
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\ayende-open-source.snk">
<Link>ayende-open-source.snk</Link>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
Expand All @@ -434,14 +434,9 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<COMReference Include="Scripting">
<Guid>{420B2830-E718-11CF-893D-00A0C9054228}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
<None Include="..\ayende-open-source.snk">
<Link>ayende-open-source.snk</Link>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
Binary file not shown.
36 changes: 0 additions & 36 deletions Rhino.Mocks.Tests/default.build

This file was deleted.

14 changes: 7 additions & 7 deletions Rhino.Mocks/Rhino.Mocks 3.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RootNamespace>Rhino.Mocks</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
Expand Down Expand Up @@ -60,11 +60,11 @@
<ItemGroup>
<Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Castle\Castle.Core.dll</HintPath>
<HintPath>..\SharedLibs\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<Reference Include="Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Castle\Castle.DynamicProxy2.dll</HintPath>
<HintPath>..\SharedLibs\Castle.DynamicProxy2.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
Expand Down Expand Up @@ -262,11 +262,11 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="With.cs" />
<None Include="..\..\ayende-open-source.snk">
<Link>ayende-open-source.snk</Link>
</None>
<Compile Include="CompatabilityWith2.0.cs" />
<Compile Include="__ProtectAttribute.cs" />
<None Include="..\ayende-open-source.snk">
<Link>ayende-open-source.snk</Link>
</None>
<None Include="Diagram.cd" />
</ItemGroup>
<ItemGroup>
Expand Down
44 changes: 0 additions & 44 deletions Rhino.Mocks/default.build

This file was deleted.

Binary file added SharedLibs/Castle.Core.dll
Binary file not shown.
Binary file added SharedLibs/Castle.DynamicProxy2.dll
Binary file not shown.
Binary file added SharedLibs/Interop.ADODB.dll
Binary file not shown.
Binary file added SharedLibs/Interop.MSHTML.dll
Binary file not shown.
Binary file added SharedLibs/MbUnit.Framework.dll
Binary file not shown.
Binary file added SharedLibs/Rhino.Mocks.CPP.Interfaces.dll
Binary file not shown.
Binary file added SharedLibs/Scripting.dll
Binary file not shown.
Binary file added Tools/ILMerge.exe
Binary file not shown.
Binary file added Tools/MbUnit/Aggregate.dll
Binary file not shown.
Binary file added Tools/MbUnit/Aggregate.pdb
Binary file not shown.
Binary file added Tools/MbUnit/MbUnit.AddIn.dll
Binary file not shown.
Binary file added Tools/MbUnit/MbUnit.Cons.exe
Binary file not shown.
12 changes: 12 additions & 0 deletions Tools/MbUnit/MbUnit.Cons.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<!-- Don't kill application on first uncaught exception. -->
<legacyUnhandledExceptionPolicy enabled="1" />
</runtime>

<startup>
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>
Binary file added Tools/MbUnit/MbUnit.Demo.1.1.dll
Binary file not shown.
20 changes: 20 additions & 0 deletions Tools/MbUnit/MbUnit.Framework.1.1.XML

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Tools/MbUnit/MbUnit.Framework.1.1.dll
Binary file not shown.
Binary file added Tools/MbUnit/MbUnit.Framework.2.0.dll
Binary file not shown.
Loading

0 comments on commit 08baaea

Please sign in to comment.