Skip to content

Commit

Permalink
Remove unused configuration xml files (#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond authored and sergeybykov committed Oct 23, 2019
1 parent fde7ec4 commit af974d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
9 changes: 0 additions & 9 deletions src/SDK/ClientConfiguration.xml

This file was deleted.

17 changes: 0 additions & 17 deletions src/SDK/OrleansConfiguration.xml

This file was deleted.

10 changes: 1 addition & 9 deletions test/NonSilo.Tests/NonSilo.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>NonSilo.Tests</RootNamespace>
<AssemblyName>NonSilo.Tests</AssemblyName>
Expand Down Expand Up @@ -70,14 +70,6 @@
<Content Include="DevTestServerConfiguration.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(SourceRoot)src\SDK\OrleansConfiguration.xml">
<Link>OrleansConfiguration.xml</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(SourceRoot)src\SDK\ClientConfiguration.xml">
<Link>ClientConfiguration.xml</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="NonSilo.Tests.xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit af974d3

Please sign in to comment.