Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Construction / ProjectElement.cs
index bd8be50d113ccee43f9ad08c5906d4035ce7bd53..ef1b404ed8eebe4516af01d84cb0d211f3a44e59 100644 (file)
@@ -114,15 +114,9 @@ namespace Microsoft.Build.Construction
                                 writer.WriteAttributeString (attributeName, attributeValue);
                 }
                 
-#if NET_4_5
                 public ElementLocation Location { get; private set; }
                 public ElementLocation LabelLocation { get; private set; }
                 public ElementLocation ConditionLocation { get; private set; }
-#else
-                internal ElementLocation Location { get; private set; }
-                internal ElementLocation LabelLocation { get; private set; }
-                internal ElementLocation ConditionLocation { get; private set; }
-#endif
                 string GetFilePath (string baseURI)
                 {
                         return string.IsNullOrEmpty (baseURI) ? string.Empty : new Uri (baseURI).LocalPath;