Skip to content

Commit

Permalink
Structuring to meet the new repository structure
Browse files Browse the repository at this point in the history
Moving build system to psake
  • Loading branch information
ayende committed Aug 29, 2009
1 parent bfb3058 commit 3f40c73
Show file tree
Hide file tree
Showing 66 changed files with 37,133 additions and 103 deletions.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
*resharper.user
[Dd]ebug/
[Rr]elease/
build/
[Bb]in/
[Oo]bj/
*.suo
*.sln.cache
_ReSharper.*/
AssemblyInfo.cs
*.user
21 changes: 0 additions & 21 deletions Default.build

This file was deleted.

12 changes: 6 additions & 6 deletions Rhino.DSL.Tests/Rhino.DSL.Tests-v2008.csproj
Expand Up @@ -2,7 +2,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>{9BCD2185-4653-45D7-99B2-3043E55A6746}</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -35,19 +35,19 @@
<ItemGroup>
<Reference Include="Boo.Lang, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Boo\Boo.Lang.dll</HintPath>
<HintPath>..\SharedLibs\Boo.Lang.dll</HintPath>
</Reference>
<Reference Include="Boo.Lang.Compiler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Boo\Boo.Lang.Compiler.dll</HintPath>
<HintPath>..\SharedLibs\Boo.Lang.Compiler.dll</HintPath>
</Reference>
<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, Version=3.3.0.986, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\net-3.5\debug\Rhino.Mocks.dll</HintPath>
<HintPath>..\SharedLibs\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
45 changes: 0 additions & 45 deletions Rhino.DSL.Tests/default.build

This file was deleted.

10 changes: 5 additions & 5 deletions Rhino.DSL/Rhino.DSL-vs2008.csproj
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>Rhino.DSL</RootNamespace>
<AssemblyName>Rhino.DSL</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
Expand Down Expand Up @@ -39,15 +39,15 @@
<ItemGroup>
<Reference Include="Boo.Lang, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Boo\Boo.Lang.dll</HintPath>
<HintPath>..\SharedLibs\Boo.Lang.dll</HintPath>
</Reference>
<Reference Include="Boo.Lang.Compiler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Boo\Boo.Lang.Compiler.dll</HintPath>
<HintPath>..\SharedLibs\Boo.Lang.Compiler.dll</HintPath>
</Reference>
<Reference Include="Boo.Lang.Parser, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SharedLibs\Boo\Boo.Lang.Parser.dll</HintPath>
<HintPath>..\SharedLibs\Boo.Lang.Parser.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -75,7 +75,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\ayende-open-source.snk">
<None Include="..\ayende-open-source.snk">
<Link>ayende-open-source.snk</Link>
</None>
<None Include="ClassDiagram1.cd" />
Expand Down
26 changes: 0 additions & 26 deletions Rhino.DSL/default.build

This file was deleted.

Binary file added SharedLibs/Boo.Lang.CodeDom.dll
Binary file not shown.
Binary file added SharedLibs/Boo.Lang.Compiler.dll
Binary file not shown.
Binary file added SharedLibs/Boo.Lang.Extensions.dll
Binary file not shown.
Binary file added SharedLibs/Boo.Lang.Interpreter.dll
Binary file not shown.
Binary file added SharedLibs/Boo.Lang.Parser.dll
Binary file not shown.
Binary file added SharedLibs/Boo.Lang.Useful.dll
Binary file not shown.
Binary file added SharedLibs/Boo.Lang.dll
Binary file not shown.
Binary file added SharedLibs/Boo.Microsoft.Build.Tasks.dll
Binary file not shown.

0 comments on commit 3f40c73

Please sign in to comment.