Skip to content

Commit

Permalink
#109 #122 - removed unused namespaces from webhost nuget app_start co…
Browse files Browse the repository at this point in the history
…de drop files.
  • Loading branch information
mccalltd committed Sep 5, 2012
1 parent aca3bf5 commit 56aae25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.cs.pp
@@ -1,5 +1,4 @@
using System.Web.Http;
using System.Web.Routing;
using AttributeRouting.Web.Http.WebHost;

[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.AttributeRoutingHttp), "Start")]
Expand Down
1 change: 0 additions & 1 deletion nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.vb.pp
@@ -1,5 +1,4 @@
Imports System.Web.Http
Imports System.Web.Routing
Imports AttributeRouting.Web.Http.WebHost

<assembly: WebActivator.PreApplicationStartMethod(GetType($rootnamespace$.App_Start.AttributeRoutingHttp), "Start")>
Expand Down

0 comments on commit 56aae25

Please sign in to comment.