Removed source files from the project
This commit is contained in:
parent
faf406736d
commit
58468e9509
|
|
@ -16,35 +16,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ApplicationLifetime.cs" />
|
||||
<Compile Include="Builder\BuilderFactory.cs" />
|
||||
<Compile Include="Builder\HttpContextFactory.cs" />
|
||||
<Compile Include="Builder\IBuilderFactory.cs" />
|
||||
<Compile Include="Builder\IHttpContextFactory.cs" />
|
||||
<Compile Include="HostingContext.cs" />
|
||||
<Compile Include="HostingEngine.cs" />
|
||||
<Compile Include="HostingServices.cs" />
|
||||
<Compile Include="IApplicationLifetime.cs" />
|
||||
<Compile Include="IHostingEngine.cs" />
|
||||
<Compile Include="PipelineInstance.cs" />
|
||||
<Compile Include="PlatformHelper.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Server\IServerFactory.cs" />
|
||||
<Compile Include="Server\IServerManager.cs" />
|
||||
<Compile Include="Server\ServerManager.cs" />
|
||||
<Compile Include="Startup\IStartupLoader.cs" />
|
||||
<Compile Include="Startup\IStartupLoaderProvider.cs" />
|
||||
<Compile Include="Startup\IStartupManager.cs" />
|
||||
<Compile Include="Startup\NullStartupLoader.cs" />
|
||||
<Compile Include="Startup\StartupLoader.cs" />
|
||||
<Compile Include="Startup\StartupLoaderProvider.cs" />
|
||||
<Compile Include="Startup\StartupManager.cs" />
|
||||
<Compile Include="Utilities.cs" />
|
||||
<Compile Include="WebApplication.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
|
|
@ -16,12 +16,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ContainerExtensions.cs" />
|
||||
<Compile Include="ContainerMiddleware.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
@ -16,18 +16,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ClientHandler.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="RequestBuilder.cs" />
|
||||
<Compile Include="RequestFeature.cs" />
|
||||
<Compile Include="ResponseFeature.cs" />
|
||||
<Compile Include="ResponseStream.cs" />
|
||||
<Compile Include="TestClient.cs" />
|
||||
<Compile Include="TestServer.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
|
|
@ -17,16 +17,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Fakes\IFakeStartupCallback.cs" />
|
||||
<Compile Include="Fakes\Startup.cs" />
|
||||
<Compile Include="Fakes\StartupWithServices.cs" />
|
||||
<Compile Include="HostingEngineTests.cs" />
|
||||
<Compile Include="StartupManagerTests.cs" />
|
||||
<Compile Include="UseServicesFacts.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
|
|
@ -17,17 +17,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ClientHandlerTests.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="RequestBuilderTests.cs" />
|
||||
<Compile Include="ResponseFeatureTests.cs" />
|
||||
<Compile Include="TestApplicationEnvironment.cs" />
|
||||
<Compile Include="TestClientTests.cs" />
|
||||
<Compile Include="TestServerTests.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
Loading…
Reference in New Issue