Skip to content

Commit 549cf4e

Browse files
davidfowlTratcher
authored andcommitted
Removed source files from kproj
1 parent 5afb6f1 commit 549cf4e

File tree

3 files changed

+3
-36
lines changed

3 files changed

+3
-36
lines changed

samples/TestClient/TestClient.kproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,5 @@
2222
<PropertyGroup>
2323
<SchemaVersion>2.0</SchemaVersion>
2424
</PropertyGroup>
25-
<ItemGroup>
26-
<Content Include="App.config" />
27-
<Content Include="project.json" />
28-
</ItemGroup>
29-
<ItemGroup>
30-
<Compile Include="Program.cs" />
31-
<Compile Include="Properties\AssemblyInfo.cs" />
32-
</ItemGroup>
3325
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
34-
</Project>
26+
</Project>

src/Microsoft.Net.Http.Client/Microsoft.Net.Http.Client.kproj

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,5 @@
2222
<PropertyGroup>
2323
<SchemaVersion>2.0</SchemaVersion>
2424
</PropertyGroup>
25-
<ItemGroup>
26-
<Content Include="project.json" />
27-
</ItemGroup>
28-
<ItemGroup>
29-
<Compile Include="BufferedReadStream.cs" />
30-
<Compile Include="ChunkedReadStream.cs" />
31-
<Compile Include="ContentLengthReadStream.cs" />
32-
<Compile Include="HttpConnection.cs" />
33-
<Compile Include="HttpConnectionResponseContent.cs" />
34-
<Compile Include="ManagedHandler.cs" />
35-
<Compile Include="ProxyMode.cs" />
36-
<Compile Include="Properties\AssemblyInfo.cs" />
37-
<Compile Include="RedirectMode.cs" />
38-
<Compile Include="RequestExtensions.cs" />
39-
</ItemGroup>
4025
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
41-
</Project>
26+
</Project>

test/Microsoft.Net.Http.Client.FunctionalTests/Microsoft.Net.Http.Client.FunctionalTests.kproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,5 @@
2222
<PropertyGroup>
2323
<SchemaVersion>2.0</SchemaVersion>
2424
</PropertyGroup>
25-
<ItemGroup>
26-
<Content Include="packages.config" />
27-
<Content Include="project.json" />
28-
</ItemGroup>
29-
<ItemGroup>
30-
<Compile Include="HelloWorldTests.cs" />
31-
<Compile Include="Properties\AssemblyInfo.cs" />
32-
<Compile Include="RedirectTests.cs" />
33-
<Compile Include="Utilities.cs" />
34-
</ItemGroup>
3525
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
36-
</Project>
26+
</Project>

0 commit comments

Comments
 (0)