Removed source files from the project

This commit is contained in:
David Fowler 2014-08-15 08:17:40 -07:00
parent 18ac38e4a7
commit 26084c7f13
5 changed files with 1 additions and 70 deletions

View File

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.21813.0
VisualStudioVersion = 14.0.22013.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Server.Kestrel", "src\Microsoft.AspNet.Server.Kestrel\Microsoft.AspNet.Server.Kestrel.kproj", "{F510611A-3BEE-4B88-A613-5F4A74ED82A1}"
EndProject
@ -20,9 +20,6 @@ EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Kestrel", "src\Kestrel\Kestrel.kproj", "{30B7617E-58EF-4382-B3EA-5B2E718CF1A6}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU

View File

@ -28,13 +28,5 @@
<CommandLineArguments>
</CommandLineArguments>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Startup.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Microsoft.AspNet.Hosting.ini" />
<Content Include="project.json" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -24,15 +24,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="ServerAddress.cs" />
<Compile Include="ServerFactory.cs" />
<Compile Include="ServerInformation.cs" />
<Compile Include="ServerRequest.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -22,40 +22,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="native\darwin\universal\libuv.dylib" />
<Content Include="native\windows\amd64\libuv.dll" />
<Content Include="native\windows\x86\libuv.dll" />
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="Http\FrameDuplexStream.cs" />
<Compile Include="Http\FrameRequestStream.cs" />
<Compile Include="Http\FrameResponseStream.cs" />
<Compile Include="Http\MemoryPoolTextWriter.cs" />
<Compile Include="Http\MessageBodyExchanger.cs" />
<Compile Include="Http\ReasonPhrases.cs" />
<Compile Include="Http\SocketInput.cs" />
<Compile Include="Http\Connection.cs" />
<Compile Include="Http\Frame.cs" />
<Compile Include="Http\Listener.cs" />
<Compile Include="Http\MemoryPool.cs" />
<Compile Include="Http\MessageBody.cs" />
<Compile Include="Http\SocketOutput.cs" />
<Compile Include="Infrastructure\Disposable.cs" />
<Compile Include="Infrastructure\KestrelThread.cs" />
<Compile Include="Infrastructure\KestrelTrace.cs" />
<Compile Include="Networking\PlatformApis.cs" />
<Compile Include="Networking\UcAsyncHandle.cs" />
<Compile Include="Networking\UvMemory.cs" />
<Compile Include="Networking\UvShutdownReq.cs" />
<Compile Include="Networking\UvTcpHandle.cs" />
<Compile Include="Networking\UvStreamHandle.cs" />
<Compile Include="Networking\UvHandle.cs" />
<Compile Include="Networking\Libuv.cs" />
<Compile Include="Networking\UvLoopHandle.cs" />
<Compile Include="KestrelEngine.cs" />
<Compile Include="Networking\UvWriteRequest.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -22,18 +22,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="EngineTests.cs" />
<Compile Include="MessageBodyExchangerTests.cs" />
<Compile Include="MessageBodyTests.cs" />
<Compile Include="NetworkingTests.cs" />
<Compile Include="Program.cs" />
<Compile Include="TestConnection.cs" />
<Compile Include="TestInput.cs" />
<Compile Include="TestServer.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>