Uncommit unnecessary file and remove buildprops template fluff

This commit is contained in:
Jackson Schuster 2024-03-26 16:14:43 -07:00
parent 6101c31ba8
commit d963e00cee
2 changed files with 0 additions and 19 deletions

View file

@ -1,7 +1,2 @@
<Project>
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<PropertyGroup>
</PropertyGroup>
</Project>

View file

@ -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
}
}