View | Details | Raw Unified | Return to bug 447811
Collapse All | Expand All

(-)main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs (-2 / +2 lines)
Lines 421-428 Link Here
421
				gg += ";" + TypeGuid;
421
				gg += ";" + TypeGuid;
422
				Item.ExtendedProperties ["ProjectTypeGuids"] = gg.ToUpper ();
422
				Item.ExtendedProperties ["ProjectTypeGuids"] = gg.ToUpper ();
423
			}
423
			}
424
			else
424
//			else
425
				Item.ExtendedProperties.Remove ("ProjectTypeGuids");
425
//				Item.ExtendedProperties.Remove ("ProjectTypeGuids");
426
426
427
			// This serialize call will write data to ser.InternalItemProperties and ser.ExternalItemProperties
427
			// This serialize call will write data to ser.InternalItemProperties and ser.ExternalItemProperties
428
			ser.Serialize (Item, Item.GetType ());
428
			ser.Serialize (Item, Item.GetType ());

Return to bug 447811