remove a test file

This commit is contained in:
Andreas Zweili 2018-03-03 11:54:39 +01:00
parent 5795ad8f86
commit 4130e52592
2 changed files with 0 additions and 12 deletions

View File

@ -50,7 +50,6 @@
<None Include="Properties\app.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="HouseOwner.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />

View File

@ -1,11 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _2018_03_02_hausbesitzer
{
class Class1
{
}
}