diff --git a/README.markdown b/README.markdown index 0efc6e8..4f5661a 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/lib/Mono/Mono.Cecil.Mdb.dll b/lib/Mono/Mono.Cecil.Mdb.dll new file mode 100755 index 0000000..7d154c1 Binary files /dev/null and b/lib/Mono/Mono.Cecil.Mdb.dll differ diff --git a/src/Core/DrivenMetrics.csproj b/src/Core/DrivenMetrics.csproj index 35ba4ce..7a007d9 100755 --- a/src/Core/DrivenMetrics.csproj +++ b/src/Core/DrivenMetrics.csproj @@ -1,4 +1,4 @@ - + Debug @@ -31,15 +31,6 @@ 4 - - False - ..\..\lib\Mono\Mono.Cecil.dll - - - False - ..\..\lib\Mono\Mono.Cecil.Pdb.dll - True - 3.5 @@ -52,6 +43,18 @@ + + False + ..\..\lib\Mono\Mono.Cecil.dll + + + False + ..\..\lib\Mono\Mono.Cecil.Pdb.dll + + + False + ..\..\lib\Mono\Mono.Cecil.Mdb.dll + diff --git a/src/DrivenMetrics.Tests/DrivenMetrics.Tests.csproj b/src/DrivenMetrics.Tests/DrivenMetrics.Tests.csproj index 3e7f0bc..dfb31d3 100755 --- a/src/DrivenMetrics.Tests/DrivenMetrics.Tests.csproj +++ b/src/DrivenMetrics.Tests/DrivenMetrics.Tests.csproj @@ -63,6 +63,10 @@ False ..\..\lib\ndesk-options\NDesk.Options.dll + + False + ..\..\lib\Mono\Mono.Cecil.Mdb.dll +