I'm new and need help compiling my WCF server on Linux

View: New views
1 Messages — Rating Filter:   Alert me  

I'm new and need help compiling my WCF server on Linux

by brantheman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a WCF server that runs on Windows. It exists as a VS2008 solution with two dozen projects and (I'd guess) 300 files. What is the right way to compile this on Linux? It appears that mono supports all my dependencies, extension functions, linq, etc. I just don't see a clean way to convert the solution file (or a list of csproj files) into something that I can compile easily with mono. Can somebody point me in the right way on this?