remove unused projs. from condensing

This commit is contained in:
Collin M. Barrett 2017-04-13 09:13:49 -05:00
parent 7d4436bfc8
commit 2f9d8fe291
3 changed files with 0 additions and 30 deletions

View file

@ -1,16 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FilterLists.Models\FilterLists.Models.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Contexts\" />
<Folder Include="Repositories\" />
</ItemGroup>
</Project>

View file

@ -1,7 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
</Project>

View file

@ -1,7 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
</Project>