Where can I find a pre-compiled Markdown# dll?

528 Views Asked by At

I'd like to use Markdown# in a project I'm working on (Not a .Net project, but I have the ability to instantiate .Net class libraries and use them natively). Unfortunately I haven't been able to find a pre-compiled Markdown# DLL.

I'd really rather not install Visual Studio just for the purpose of compiling the project.

Are there DLL download links somewhere that I'm just missing?

1

There are 1 best solutions below

2
On BEST ANSWER

You don't need Visual Studio. Just run msbuild which comes with the .NET Framework on the solution file.

Open up a command prompt, switch to the MarkdownSharp directory, and run msbuild:

"C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe"