Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2256 from thecodejunkie/delete-adats
Browse files Browse the repository at this point in the history
Removed AppDomainAssemblyTypeScanner and ScanMode
  • Loading branch information
jchannon committed Feb 7, 2016
2 parents 6938345 + fbd187a commit 57bfcb8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 412 deletions.
6 changes: 0 additions & 6 deletions src/Nancy.MSBuild/Nancy.csproj
Expand Up @@ -119,9 +119,6 @@
<Compile Include="..\Nancy\AsyncNamedPipelineBase.cs">
<Link>AsyncNamedPipelineBase.cs</Link>
</Compile>
<Compile Include="..\Nancy\Bootstrapper\AppDomainAssemblyTypeScanner.cs">
<Link>Bootstrapper\AppDomainAssemblyTypeScanner.cs</Link>
</Compile>
<Compile Include="..\Nancy\Bootstrapper\IRequestStartup.cs">
<Link>Bootstrapper\IRequestStartup.cs</Link>
</Compile>
Expand Down Expand Up @@ -164,9 +161,6 @@
<Compile Include="..\Nancy\Bootstrapper\Pipelines.cs">
<Link>Bootstrapper\Pipelines.cs</Link>
</Compile>
<Compile Include="..\Nancy\Bootstrapper\ScanMode.cs">
<Link>Bootstrapper\ScanMode.cs</Link>
</Compile>
<Compile Include="..\Nancy\Configuration\DefaultNancyEnvironment.cs">
<Link>Configuration\DefaultNancyEnvironment.cs</Link>
</Compile>
Expand Down
373 changes: 0 additions & 373 deletions src/Nancy/Bootstrapper/AppDomainAssemblyTypeScanner.cs

This file was deleted.

0 comments on commit 57bfcb8

Please sign in to comment.