Patch to import sln into MonoDevelop

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/14/2005 10:23:06 AM
Gravatar
Total Posts 148

Patch to import sln into MonoDevelop

MonoDevelop fails to import mojoportal.sln because that file refers to "businessmojoPortal.Business.csproj" instead of "BusinessmojoPortal.Business.csproj" (not capital B).  I'm not sure why VS.NET doesn't choke on it for the same reason.  Presumably there is some sort Windows case-insensitivity quirk that allows it to work.  Anyway, the following patch fixes the problem:

Index: mojoportal.sln
===================================================================
--- mojoportal.sln (revision 77)
+++ mojoportal.sln (working copy)
@@ -3,7 +3,7 @@
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mojoPortal.Business", "businessmojoPortal.Business.csproj", "{8582D51E-126B-4D64-B080-07AD8245B38F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mojoPortal.Business", "BusinessmojoPortal.Business.csproj", "{8582D51E-126B-4D64-B080-07AD8245B38F}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject

3/14/2005 12:08:37 PM
Gravatar
Total Posts 18439

Re: Patch to import sln into MonoDevelop

Thanks for the patch and info. I've updated my solution and committed it.  Keep me posted how it works out for you using MonoDevelop.

Kind Regards,

Joe
3/16/2005 8:17:24 AM
Gravatar
Total Posts 148

Re: Patch to import sln into MonoDevelop

I have some more patches for you.  They don't paste well, let me know where I can send them to you.

--Dean
dean at brettle dot com

3/16/2005 8:35:28 AM
Gravatar
Total Posts 18439

Re: Patch to import sln into MonoDevelop

joe_audette at  yahoo dot com
You must sign in to post in the forums. This thread is closed to new posts.