[MonoDevelop] TargetFrameworkVersion and VS2008

Giacomo Tesio giacomo at tesio.it
Mon Dec 12 17:24:07 EST 2011


Since it looks that nobody cares, I produced a pull request
https://github.com/mono/monodevelop/pull/138 that avoid to remove that
specific tag from csproj.

It's not a perfect fix, but improve the collaboration between MonoDevelop
users and Visual Studio ones.


Giacomo

On Tue, Nov 22, 2011 at 10:34 AM, Giacomo Tesio <giacomo at tesio.it> wrote:

> Hi there!
>
> Is anyone looking at this bug:
> http://bugzilla.xamarin.com/show_bug.cgi?id=826 ?
>
> MonoDevelop (from master branch) removes the TargetFrameworkVersion from
> .csproj when its value is v3.5 (the default for MonoDevelop).
>
> This is becoming a big issue at our company when I use both MonoDevelop
> and VS2008 and my collegues use VS2008 only.
>
>
> I could fix the problem removing from
> main\src\core\MonoDevelop.Core\MonoDevelop.Projects.Formats.MSBuild\MSBuildProjectHandler.cs
> lines 934-937 (if not even 925-950), but since I don't grasp the value of
> such line I suspect that there are deep reason (possibly related to the
> various platforms that MonoDevelop supports) for removing such tag in the
> csproj.
>
>
> Please help! :-D
>
>
> Giacomo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20111212/e45a2484/attachment.html 


More information about the Monodevelop-list mailing list