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

Commit 4d6df1d

Browse files
committed
Removed source files from the project
1 parent ddd0ba6 commit 4d6df1d

File tree

3 files changed

+2
-58
lines changed

3 files changed

+2
-58
lines changed

samples/StaticFileSample/StaticFileSample.kproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,5 @@
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
2121
<DevelopmentServerPort>47028</DevelopmentServerPort>
2222
</PropertyGroup>
23-
<ItemGroup>
24-
<Content Include="project.json" />
25-
</ItemGroup>
26-
<ItemGroup>
27-
<Compile Include="Startup.cs" />
28-
</ItemGroup>
2923
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
30-
</Project>
24+
</Project>

src/Microsoft.AspNet.StaticFiles/Microsoft.AspNet.StaticFiles.kproj

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,5 @@
1616
<PropertyGroup>
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Content Include="CustomDictionary.xml" />
21-
<Content Include="project.json" />
22-
<Content Include="Resources.resx" />
23-
</ItemGroup>
24-
<ItemGroup>
25-
<Compile Include="Constants.cs" />
26-
<Compile Include="DefaultFilesExtensions.cs" />
27-
<Compile Include="DefaultFilesMiddleware.cs" />
28-
<Compile Include="DefaultFilesOptions.cs" />
29-
<Compile Include="DirectoryBrowserExtensions.cs" />
30-
<Compile Include="DirectoryBrowserMiddleware.cs" />
31-
<Compile Include="DirectoryBrowserOptions.cs" />
32-
<Compile Include="FileExtensionContentTypeProvider.cs" />
33-
<Compile Include="FileServerExtensions.cs" />
34-
<Compile Include="FileServerOptions.cs" />
35-
<Compile Include="Helpers.cs" />
36-
<Compile Include="HtmlDirectoryFormatter.cs" />
37-
<Compile Include="IContentTypeProvider.cs" />
38-
<Compile Include="IDirectoryFormatter.cs" />
39-
<Compile Include="Infrastructure\RangeHelpers.cs" />
40-
<Compile Include="Infrastructure\SharedOptions.cs" />
41-
<Compile Include="Infrastructure\SharedOptionsBase.cs" />
42-
<Compile Include="Resources.Designer.cs" />
43-
<Compile Include="SendFileExtensions.cs" />
44-
<Compile Include="SendFileMiddleware.cs" />
45-
<Compile Include="SendFileResponseExtensions.cs" />
46-
<Compile Include="StaticFileContext.cs" />
47-
<Compile Include="StaticFileExtensions.cs" />
48-
<Compile Include="StaticFileMiddleware.cs" />
49-
<Compile Include="StaticFileOptions.cs" />
50-
<Compile Include="StaticFileResponseContext.cs" />
51-
<Compile Include="StreamCopyOperation.cs" />
52-
</ItemGroup>
5319
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
54-
</Project>
20+
</Project>

test/Microsoft.AspNet.StaticFiles.Tests/Microsoft.AspNet.StaticFiles.Tests.kproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,5 @@
2222
<PropertyGroup>
2323
<SchemaVersion>2.0</SchemaVersion>
2424
</PropertyGroup>
25-
<ItemGroup>
26-
<Content Include="Project.json" />
27-
<Content Include="SubFolder\Default.html" />
28-
<Content Include="SubFolder\Extra.xml" />
29-
<Content Include="SubFolder\Ranges.txt" />
30-
<Content Include="TestDocument.txt" />
31-
</ItemGroup>
32-
<ItemGroup>
33-
<Compile Include="CacheHeaderTests.cs" />
34-
<Compile Include="DefaultContentTypeProviderTests.cs" />
35-
<Compile Include="DefaultFilesMiddlewareTests.cs" />
36-
<Compile Include="DirectoryBrowserMiddlewareTests.cs" />
37-
<Compile Include="RangeHeaderTests.cs" />
38-
<Compile Include="SendFileResponseExtensionsTests.cs" />
39-
<Compile Include="StaticFileMiddlewareTests.cs" />
40-
</ItemGroup>
4125
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
4226
</Project>

0 commit comments

Comments
 (0)