Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Commit 0c94a0d

Browse files
ViktorHoferjkotas
authored andcommitted
Project msbuild syntax cleanup (dotnet/corefx#35686)
* Remove license header from non-shipping files * Remove obsolete Project attributes * Remove xml header and remove DefaultTargets Signed-off-by: dotnet-bot <[email protected]>
1 parent de2d725 commit 0c94a0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project>
32
<PropertyGroup>
43
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
54
<HasSharedItems>true</HasSharedItems>

0 commit comments

Comments
 (0)