Uncommit unnecessary file and remove buildprops template fluff
This commit is contained in:
parent
6101c31ba8
commit
d963e00cee
2 changed files with 0 additions and 19 deletions
|
@ -1,7 +1,2 @@
|
||||||
<Project>
|
<Project>
|
||||||
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
|
|
||||||
<PropertyGroup>
|
|
||||||
|
|
||||||
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Microsoft.DotNet.UnifiedBuild.Tests
|
|
||||||
{
|
|
||||||
internal enum SdkKind
|
|
||||||
{
|
|
||||||
Microsoft,
|
|
||||||
UnifiedBuild
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue