Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 274f20a

Browse files
committed
Removed source files from the project
1 parent 6d45f81 commit 274f20a

File tree

13 files changed

+3
-186
lines changed

13 files changed

+3
-186
lines changed

src/Microsoft.AspNet.FeatureModel/Microsoft.AspNet.FeatureModel.kproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,5 @@
1616
<PropertyGroup>
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Content Include="project.json" />
21-
</ItemGroup>
22-
<ItemGroup>
23-
<Compile Include="FeatureCollection.cs" />
24-
<Compile Include="FeatureObject.cs" />
25-
<Compile Include="IFeatureCollection.cs" />
26-
</ItemGroup>
2719
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
28-
</Project>
20+
</Project>

src/Microsoft.AspNet.Http.Extensions/Microsoft.AspNet.Http.Extensions.kproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,5 @@
2525
<PropertyGroup>
2626
<SchemaVersion>2.0</SchemaVersion>
2727
</PropertyGroup>
28-
<ItemGroup>
29-
<Content Include="project.json" />
30-
</ItemGroup>
31-
<ItemGroup>
32-
<Compile Include="HttpResponseSendingExtensions.cs" />
33-
<Compile Include="NotNullAttribute.cs" />
34-
</ItemGroup>
3528
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3629
</Project>

src/Microsoft.AspNet.Http/Microsoft.AspNet.Http.kproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,5 @@
1616
<PropertyGroup>
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Content Include="project.json" />
21-
</ItemGroup>
22-
<ItemGroup>
23-
<Compile Include="CookieOptions.cs" />
24-
<Compile Include="Extensions\MapExtensions.cs" />
25-
<Compile Include="Extensions\MapMiddleware.cs" />
26-
<Compile Include="Extensions\MapOptions.cs" />
27-
<Compile Include="Extensions\MapWhenExtensions.cs" />
28-
<Compile Include="Extensions\MapWhenMiddleware.cs" />
29-
<Compile Include="Extensions\MapWhenOptions.cs" />
30-
<Compile Include="Extensions\RunExtensions.cs" />
31-
<Compile Include="Extensions\UseExtensions.cs" />
32-
<Compile Include="HostString.cs" />
33-
<Compile Include="HttpContext.cs" />
34-
<Compile Include="HttpRequest.cs" />
35-
<Compile Include="HttpResponse.cs" />
36-
<Compile Include="HttpResponseWritingExtensions.cs" />
37-
<Compile Include="IBuilder.cs" />
38-
<Compile Include="IFormCollection.cs" />
39-
<Compile Include="IHeaderDictionary.cs" />
40-
<Compile Include="IReadableStringCollection.cs" />
41-
<Compile Include="IResponseCookies.cs" />
42-
<Compile Include="IServerInformation.cs" />
43-
<Compile Include="NotNullAttribute.cs" />
44-
<Compile Include="PathString.cs" />
45-
<Compile Include="QueryString.cs" />
46-
<Compile Include="RequestDelegate.cs" />
47-
<Compile Include="Security\AuthenticateResult.cs" />
48-
<Compile Include="Security\AuthenticationDescription.cs" />
49-
<Compile Include="Security\AuthenticationProperties.cs" />
50-
</ItemGroup>
5119
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
5220
</Project>

src/Microsoft.AspNet.HttpFeature/Microsoft.AspNet.HttpFeature.kproj

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,5 @@
1616
<PropertyGroup>
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Content Include="project.json" />
21-
</ItemGroup>
22-
<ItemGroup>
23-
<Compile Include="AssemblyNeutralAttribute.cs" />
24-
<Compile Include="IHttpApplicationFeature.cs" />
25-
<Compile Include="IHttpBufferingFeature.cs" />
26-
<Compile Include="IHttpConnectionFeature.cs" />
27-
<Compile Include="IHttpUpgradeFeature.cs" />
28-
<Compile Include="IHttpRequestFeature.cs" />
29-
<Compile Include="IHttpRequestLifetimeFeature.cs" />
30-
<Compile Include="IHttpResponseFeature.cs" />
31-
<Compile Include="IHttpSendFileFeature.cs" />
32-
<Compile Include="IHttpClientCertificateFeature.cs" />
33-
<Compile Include="IHttpWebSocketFeature.cs" />
34-
<Compile Include="IWebSocketAcceptContext.cs" />
35-
<Compile Include="Security\IAuthenticateContext.cs" />
36-
<Compile Include="Security\IAuthenticationHandler.cs" />
37-
<Compile Include="Security\IAuthTypeContext.cs" />
38-
<Compile Include="Security\IChallengeContext.cs" />
39-
<Compile Include="Security\IHttpAuthenticationFeature.cs" />
40-
<Compile Include="Security\ISignInContext.cs" />
41-
<Compile Include="Security\ISignOutContext .cs" />
42-
</ItemGroup>
4319
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
4420
</Project>

src/Microsoft.AspNet.Owin/Microsoft.AspNet.Owin.kproj

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,5 @@
1616
<PropertyGroup>
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Content Include="project.json" />
21-
</ItemGroup>
22-
<ItemGroup>
23-
<Compile Include="IOwinEnvironmentFeature.cs" />
24-
<Compile Include="OwinConstants.cs" />
25-
<Compile Include="OwinEnvironment.cs" />
26-
<Compile Include="OwinEnvironmentFeature.cs" />
27-
<Compile Include="OwinExtensions.cs" />
28-
<Compile Include="OwinFeatureCollection.cs" />
29-
<Compile Include="Utilities.cs" />
30-
<Compile Include="WebSockets\OwinWebSocketAcceptContext.cs" />
31-
<Compile Include="WebSockets\OwinWebSocketAdapter.cs" />
32-
<Compile Include="WebSockets\OwinWebSocketAcceptAdapter.cs" />
33-
<Compile Include="WebSockets\WebSocketAcceptAdapter.cs" />
34-
<Compile Include="WebSockets\WebSocketAdapter.cs" />
35-
</ItemGroup>
3619
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3720
</Project>

src/Microsoft.AspNet.PipelineCore/Microsoft.AspNet.PipelineCore.kproj

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -16,45 +16,5 @@
1616
<PropertyGroup>
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Content Include="project.json" />
21-
</ItemGroup>
22-
<ItemGroup>
23-
<Compile Include="Builder.cs" />
24-
<Compile Include="Collections\FormCollection.cs" />
25-
<Compile Include="Collections\HeaderDictionary.cs" />
26-
<Compile Include="Collections\ItemsDictionary.cs" />
27-
<Compile Include="Collections\ReadableStringCollection.cs" />
28-
<Compile Include="Collections\RequestCookiesCollection.cs" />
29-
<Compile Include="Collections\ResponseCookies.cs" />
30-
<Compile Include="DefaultHttpRequestFeature.cs" />
31-
<Compile Include="DefaultHttpResponseFeature.cs" />
32-
<Compile Include="FormFeature.cs" />
33-
<Compile Include="ItemsFeature.cs" />
34-
<Compile Include="NotNullAttribute.cs" />
35-
<Compile Include="QueryFeature.cs" />
36-
<Compile Include="RequestCookiesFeature.cs" />
37-
<Compile Include="ResponseCookiesFeature.cs" />
38-
<Compile Include="ServiceProvidersFeature.cs" />
39-
<Compile Include="DefaultHttpContext.cs" />
40-
<Compile Include="DefaultHttpRequest.cs" />
41-
<Compile Include="DefaultHttpResponse.cs" />
42-
<Compile Include="IFormFeature.cs" />
43-
<Compile Include="IItemsFeature.cs" />
44-
<Compile Include="IQueryFeature.cs" />
45-
<Compile Include="IRequestCookiesFeature.cs" />
46-
<Compile Include="IResponseCookiesFeature.cs" />
47-
<Compile Include="IServiceProvidersFeature.cs" />
48-
<Compile Include="Infrastructure\Constants.cs" />
49-
<Compile Include="Infrastructure\FeatureReference.cs" />
50-
<Compile Include="Infrastructure\ParsingHelpers.cs" />
51-
<Compile Include="Security\AuthenticateContext.cs" />
52-
<Compile Include="Security\AuthTypeContext.cs" />
53-
<Compile Include="Security\ChallengeContext.cs" />
54-
<Compile Include="Security\HttpAuthenticationFeature.cs" />
55-
<Compile Include="Security\SignInContext.cs" />
56-
<Compile Include="Security\SignOutContext.cs" />
57-
<Compile Include="WebSocketAcceptContext.cs" />
58-
</ItemGroup>
5919
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
6020
</Project>

src/Microsoft.AspNet.WebUtilities/Microsoft.AspNet.WebUtilities.kproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@
2525
<PropertyGroup>
2626
<SchemaVersion>2.0</SchemaVersion>
2727
</PropertyGroup>
28-
<ItemGroup>
29-
<Content Include="project.json" />
30-
</ItemGroup>
31-
<ItemGroup>
32-
<Compile Include="QueryBuilder.cs" />
33-
</ItemGroup>
3428
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3529
</Project>

test/Microsoft.AspNet.FeatureModel.Tests/Microsoft.AspNet.FeatureModel.Tests.kproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,5 @@
1717
<PropertyGroup>
1818
<SchemaVersion>2.0</SchemaVersion>
1919
</PropertyGroup>
20-
<ItemGroup>
21-
<Content Include="project.json" />
22-
</ItemGroup>
23-
<ItemGroup>
24-
<Compile Include="InterfaceDictionaryTests.cs" />
25-
<Compile Include="IThing.cs" />
26-
<Compile Include="Properties\AssemblyInfo.cs" />
27-
<Compile Include="Thing.cs" />
28-
</ItemGroup>
2920
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
30-
</Project>
21+
</Project>

test/Microsoft.AspNet.Http.Extensions.Tests/Microsoft.AspNet.Http.Extensions.Tests.kproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@
2525
<PropertyGroup>
2626
<SchemaVersion>2.0</SchemaVersion>
2727
</PropertyGroup>
28-
<ItemGroup>
29-
<Compile Include="HttpResponseSendingExtensionsTests.cs" />
30-
</ItemGroup>
31-
<ItemGroup>
32-
<Content Include="project.json" />
33-
</ItemGroup>
3428
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3529
</Project>

test/Microsoft.AspNet.Http.Tests/Microsoft.AspNet.Http.Tests.kproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,5 @@
1717
<PropertyGroup>
1818
<SchemaVersion>2.0</SchemaVersion>
1919
</PropertyGroup>
20-
<ItemGroup>
21-
<Content Include="project.json" />
22-
</ItemGroup>
23-
<ItemGroup>
24-
<Compile Include="HttpResponseWritingExtensionsTests.cs" />
25-
<Compile Include="MapPathMiddlewareTests.cs" />
26-
<Compile Include="MapPredicateMiddlewareTests.cs" />
27-
<Compile Include="PathStringTests.cs" />
28-
</ItemGroup>
2920
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3021
</Project>

test/Microsoft.AspNet.Owin.Tests/Microsoft.AspNet.Owin.Tests.kproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,5 @@
1616
<PropertyGroup>
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Compile Include="OwinEnvironmentTests.cs" />
21-
<Compile Include="OwinFeatureCollectionTests.cs" />
22-
</ItemGroup>
23-
<ItemGroup>
24-
<Content Include="project.json" />
25-
</ItemGroup>
2619
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
27-
</Project>
20+
</Project>

test/Microsoft.AspNet.PipelineCore.Tests/Microsoft.AspNet.PipelineCore.Tests.kproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,5 @@
1717
<PropertyGroup>
1818
<SchemaVersion>2.0</SchemaVersion>
1919
</PropertyGroup>
20-
<ItemGroup>
21-
<Content Include="project.json" />
22-
</ItemGroup>
23-
<ItemGroup>
24-
<Compile Include="BuilderTests.cs" />
25-
<Compile Include="FormFeatureTests.cs" />
26-
<Compile Include="HeaderDictionaryTests.cs" />
27-
<Compile Include="QueryFeatureTests.cs" />
28-
<Compile Include="DefaultHttpContextTests.cs" />
29-
<Compile Include="DefaultHttpRequestTests.cs" />
30-
<Compile Include="Properties\AssemblyInfo.cs" />
31-
</ItemGroup>
3220
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3321
</Project>

test/Microsoft.AspNet.WebUtilities.Tests/Microsoft.AspNet.WebUtilities.Tests.kproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@
2525
<PropertyGroup>
2626
<SchemaVersion>2.0</SchemaVersion>
2727
</PropertyGroup>
28-
<ItemGroup>
29-
<Content Include="project.json" />
30-
</ItemGroup>
31-
<ItemGroup>
32-
<Compile Include="QueryBuilderTests.cs" />
33-
</ItemGroup>
3428
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3529
</Project>

0 commit comments

Comments
 (0)