Bugzilla – Attachment 254519 Details for
Bug 447811
ProjectTypeGuids are erased from MSBuild files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Workaround for the issue.
projecttypeguidworkaround.diff (text/plain), 814 bytes, created by
Michael Hutchinson
on 2008-11-22 02:45:48 UTC
(
hide
)
Description:
Workaround for the issue.
Filename:
MIME Type:
Creator:
Michael Hutchinson
Created:
2008-11-22 02:45:48 UTC
Size:
814 bytes
patch
obsolete
>Index: main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs >=================================================================== >--- main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs (revision 119696) >+++ main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs (working copy) >@@ -421,8 +421,8 @@ > gg += ";" + TypeGuid; > Item.ExtendedProperties ["ProjectTypeGuids"] = gg.ToUpper (); > } >- else >- Item.ExtendedProperties.Remove ("ProjectTypeGuids"); >+// else >+// Item.ExtendedProperties.Remove ("ProjectTypeGuids"); > > // This serialize call will write data to ser.InternalItemProperties and ser.ExternalItemProperties > ser.Serialize (Item, Item.GetType ());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 447811
: 254519