Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Commit

Permalink
testing running on mono once I added Mono.Cecil.Mdb.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
garrensmith committed Feb 4, 2010
1 parent 4c2cda0 commit 742f3e6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -19,7 +19,7 @@ And example would be
TODO
----

* Get it tests passing on mono
* Get all tests passing on mono
* Implement build on mono with xbuild
* Add Rake and Nant useablity
* Look at adding a dynamic way to add reports and metrics
Binary file added lib/Mono/Mono.Cecil.Mdb.dll
Binary file not shown.
23 changes: 13 additions & 10 deletions src/Core/DrivenMetrics.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -31,15 +31,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Cecil, Version=0.6.8.8607, Culture=neutral, PublicKeyToken=c04d82a8546dde85, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Mono\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Pdb, Version=0.2.0.0, Culture=neutral, PublicKeyToken=c04d82a8546dde85, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Mono\Mono.Cecil.Pdb.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand All @@ -52,6 +43,18 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Mono.Cecil, Version=0.6.8.8607, Culture=neutral, PublicKeyToken=c04d82a8546dde85">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Mono\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Pdb, Version=0.2.0.0, Culture=neutral, PublicKeyToken=c04d82a8546dde85">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Mono\Mono.Cecil.Pdb.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Mdb, Version=0.2.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Mono\Mono.Cecil.Mdb.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyLoader.cs" />
Expand Down
4 changes: 4 additions & 0 deletions src/DrivenMetrics.Tests/DrivenMetrics.Tests.csproj
Expand Up @@ -63,6 +63,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\ndesk-options\NDesk.Options.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Mdb, Version=0.2.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Mono\Mono.Cecil.Mdb.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Core\AssemblyLoaderTests.cs" />
Expand Down

0 comments on commit 742f3e6

Please sign in to comment.