On Thu, Sep 25, 2008 at 7:53 AM, Brandon Perry
<
bperry volatile gmail com> wrote:
> On the latest SVN checkout, I can't open libbanshee in MonoDevelop
> because it says libbanshee.cproj: unsupported filetype or something to
> that affect, renaming it to libbanshee.csproj fixes me being able to
> open it by itself, but opening it with the solution still fails. The
> offending line is this:
>
> Project("{2857B73E-F847-4B02-9238-064979017E93}") = "libbanshee",
> "libbanshee\libbanshee.cproj", "{6B781836-AB65-49EF-BECD-CCC193C5D589}"
>
> Chnaging it to csproj (after renaming the project file) fixes this.