Skip to content

Commit

Permalink
[xharness] Don't add LogicalName beneath Import elements, it doesn't …
Browse files Browse the repository at this point in the history
…work with MSBuild.
  • Loading branch information
rolfbjarne committed Jul 27, 2018
1 parent 516aab9 commit 19d9a64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/xharness/ProjectFileExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ public static void ResolveAllPaths (this XmlDocument csproj, string project_path
new string [] { "ObjcBindingCoreSource", "Include" },
new string [] { "ObjcBindingNativeLibrary", "Include" },
new string [] { "ObjcBindingNativeFramework", "Include" },
new string [] { "Import", "Project" },
new string [] { "FilesToCopy", "Include" },
new string [] { "FilesToCopyFoo", "Include" },
new string [] { "FilesToCopyFooBar", "Include" },
Expand Down

0 comments on commit 19d9a64

Please sign in to comment.