removing unneeded web.config

This commit is contained in:
Ryan Nowak 2014-07-14 15:34:09 -07:00
parent b9898ef249
commit 038802ee45
2 changed files with 0 additions and 10 deletions

View File

@ -25,7 +25,6 @@
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
<Content Include="web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="DelegateRouteEndpoint.cs" />

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
</configuration>