Removed source files from the project

This commit is contained in:
David Fowler 2014-08-15 08:14:48 -07:00
parent 6d45f817f9
commit 274f20a383
13 changed files with 3 additions and 186 deletions

View File

@ -16,13 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="FeatureCollection.cs" />
<Compile Include="FeatureObject.cs" />
<Compile Include="IFeatureCollection.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>

View File

@ -25,12 +25,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="HttpResponseSendingExtensions.cs" />
<Compile Include="NotNullAttribute.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -16,37 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="CookieOptions.cs" />
<Compile Include="Extensions\MapExtensions.cs" />
<Compile Include="Extensions\MapMiddleware.cs" />
<Compile Include="Extensions\MapOptions.cs" />
<Compile Include="Extensions\MapWhenExtensions.cs" />
<Compile Include="Extensions\MapWhenMiddleware.cs" />
<Compile Include="Extensions\MapWhenOptions.cs" />
<Compile Include="Extensions\RunExtensions.cs" />
<Compile Include="Extensions\UseExtensions.cs" />
<Compile Include="HostString.cs" />
<Compile Include="HttpContext.cs" />
<Compile Include="HttpRequest.cs" />
<Compile Include="HttpResponse.cs" />
<Compile Include="HttpResponseWritingExtensions.cs" />
<Compile Include="IBuilder.cs" />
<Compile Include="IFormCollection.cs" />
<Compile Include="IHeaderDictionary.cs" />
<Compile Include="IReadableStringCollection.cs" />
<Compile Include="IResponseCookies.cs" />
<Compile Include="IServerInformation.cs" />
<Compile Include="NotNullAttribute.cs" />
<Compile Include="PathString.cs" />
<Compile Include="QueryString.cs" />
<Compile Include="RequestDelegate.cs" />
<Compile Include="Security\AuthenticateResult.cs" />
<Compile Include="Security\AuthenticationDescription.cs" />
<Compile Include="Security\AuthenticationProperties.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -16,29 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyNeutralAttribute.cs" />
<Compile Include="IHttpApplicationFeature.cs" />
<Compile Include="IHttpBufferingFeature.cs" />
<Compile Include="IHttpConnectionFeature.cs" />
<Compile Include="IHttpUpgradeFeature.cs" />
<Compile Include="IHttpRequestFeature.cs" />
<Compile Include="IHttpRequestLifetimeFeature.cs" />
<Compile Include="IHttpResponseFeature.cs" />
<Compile Include="IHttpSendFileFeature.cs" />
<Compile Include="IHttpClientCertificateFeature.cs" />
<Compile Include="IHttpWebSocketFeature.cs" />
<Compile Include="IWebSocketAcceptContext.cs" />
<Compile Include="Security\IAuthenticateContext.cs" />
<Compile Include="Security\IAuthenticationHandler.cs" />
<Compile Include="Security\IAuthTypeContext.cs" />
<Compile Include="Security\IChallengeContext.cs" />
<Compile Include="Security\IHttpAuthenticationFeature.cs" />
<Compile Include="Security\ISignInContext.cs" />
<Compile Include="Security\ISignOutContext .cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -16,22 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="IOwinEnvironmentFeature.cs" />
<Compile Include="OwinConstants.cs" />
<Compile Include="OwinEnvironment.cs" />
<Compile Include="OwinEnvironmentFeature.cs" />
<Compile Include="OwinExtensions.cs" />
<Compile Include="OwinFeatureCollection.cs" />
<Compile Include="Utilities.cs" />
<Compile Include="WebSockets\OwinWebSocketAcceptContext.cs" />
<Compile Include="WebSockets\OwinWebSocketAdapter.cs" />
<Compile Include="WebSockets\OwinWebSocketAcceptAdapter.cs" />
<Compile Include="WebSockets\WebSocketAcceptAdapter.cs" />
<Compile Include="WebSockets\WebSocketAdapter.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -16,45 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="Builder.cs" />
<Compile Include="Collections\FormCollection.cs" />
<Compile Include="Collections\HeaderDictionary.cs" />
<Compile Include="Collections\ItemsDictionary.cs" />
<Compile Include="Collections\ReadableStringCollection.cs" />
<Compile Include="Collections\RequestCookiesCollection.cs" />
<Compile Include="Collections\ResponseCookies.cs" />
<Compile Include="DefaultHttpRequestFeature.cs" />
<Compile Include="DefaultHttpResponseFeature.cs" />
<Compile Include="FormFeature.cs" />
<Compile Include="ItemsFeature.cs" />
<Compile Include="NotNullAttribute.cs" />
<Compile Include="QueryFeature.cs" />
<Compile Include="RequestCookiesFeature.cs" />
<Compile Include="ResponseCookiesFeature.cs" />
<Compile Include="ServiceProvidersFeature.cs" />
<Compile Include="DefaultHttpContext.cs" />
<Compile Include="DefaultHttpRequest.cs" />
<Compile Include="DefaultHttpResponse.cs" />
<Compile Include="IFormFeature.cs" />
<Compile Include="IItemsFeature.cs" />
<Compile Include="IQueryFeature.cs" />
<Compile Include="IRequestCookiesFeature.cs" />
<Compile Include="IResponseCookiesFeature.cs" />
<Compile Include="IServiceProvidersFeature.cs" />
<Compile Include="Infrastructure\Constants.cs" />
<Compile Include="Infrastructure\FeatureReference.cs" />
<Compile Include="Infrastructure\ParsingHelpers.cs" />
<Compile Include="Security\AuthenticateContext.cs" />
<Compile Include="Security\AuthTypeContext.cs" />
<Compile Include="Security\ChallengeContext.cs" />
<Compile Include="Security\HttpAuthenticationFeature.cs" />
<Compile Include="Security\SignInContext.cs" />
<Compile Include="Security\SignOutContext.cs" />
<Compile Include="WebSocketAcceptContext.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -25,11 +25,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="QueryBuilder.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -17,14 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="InterfaceDictionaryTests.cs" />
<Compile Include="IThing.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Thing.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>

View File

@ -25,11 +25,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="HttpResponseSendingExtensionsTests.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -17,14 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="HttpResponseWritingExtensionsTests.cs" />
<Compile Include="MapPathMiddlewareTests.cs" />
<Compile Include="MapPredicateMiddlewareTests.cs" />
<Compile Include="PathStringTests.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -16,12 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="OwinEnvironmentTests.cs" />
<Compile Include="OwinFeatureCollectionTests.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>

View File

@ -17,17 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="BuilderTests.cs" />
<Compile Include="FormFeatureTests.cs" />
<Compile Include="HeaderDictionaryTests.cs" />
<Compile Include="QueryFeatureTests.cs" />
<Compile Include="DefaultHttpContextTests.cs" />
<Compile Include="DefaultHttpRequestTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@ -25,11 +25,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="QueryBuilderTests.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>