Skip to content

Commit

Permalink
chore: Move the bloomfilter. Redis.Test to the Test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vla committed Oct 12, 2018
1 parent 5145a69 commit 8899603
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions BloomFilter.NetCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceTest", "test\Per
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BloomFilter.Redis", "src\BloomFilter.Redis\BloomFilter.Redis.csproj", "{4A858860-7405-43F4-9132-0DF40BADBDAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BloomFilter.Redis.Test", "BloomFilter.Redis.Test\BloomFilter.Redis.Test.csproj", "{0DE717C8-1CED-4D13-A5F2-6D4219D9E5F3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BloomFilter.Redis.Test", "test\BloomFilter.Redis.Test\BloomFilter.Redis.Test.csproj", "{C02DC47A-7258-4B59-AAB4-DFA208DE9B36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -45,10 +45,10 @@ Global
{4A858860-7405-43F4-9132-0DF40BADBDAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A858860-7405-43F4-9132-0DF40BADBDAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A858860-7405-43F4-9132-0DF40BADBDAD}.Release|Any CPU.Build.0 = Release|Any CPU
{0DE717C8-1CED-4D13-A5F2-6D4219D9E5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DE717C8-1CED-4D13-A5F2-6D4219D9E5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DE717C8-1CED-4D13-A5F2-6D4219D9E5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DE717C8-1CED-4D13-A5F2-6D4219D9E5F3}.Release|Any CPU.Build.0 = Release|Any CPU
{C02DC47A-7258-4B59-AAB4-DFA208DE9B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C02DC47A-7258-4B59-AAB4-DFA208DE9B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C02DC47A-7258-4B59-AAB4-DFA208DE9B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C02DC47A-7258-4B59-AAB4-DFA208DE9B36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -59,7 +59,7 @@ Global
{24193FBE-88A5-4C26-9996-341DEBE0CA80} = {BFDF8E72-A7F7-4894-8782-74BB34438F99}
{D46EEAAF-36FD-4297-9381-1845C93D13C4} = {BFDF8E72-A7F7-4894-8782-74BB34438F99}
{4A858860-7405-43F4-9132-0DF40BADBDAD} = {8D22B289-3A76-4399-BDA3-FD1B699B2F13}
{0DE717C8-1CED-4D13-A5F2-6D4219D9E5F3} = {BFDF8E72-A7F7-4894-8782-74BB34438F99}
{C02DC47A-7258-4B59-AAB4-DFA208DE9B36} = {BFDF8E72-A7F7-4894-8782-74BB34438F99}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12D6ACDC-31C9-4A69-BE24-76E0F73E48A6}
Expand Down
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>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand All @@ -13,7 +13,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\BloomFilter.Redis\BloomFilter.Redis.csproj" />
<ProjectReference Include="..\BloomFilterTest\BloomFilterTest.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
2 changes: 1 addition & 1 deletion test/BloomFilterTest/BloomFilterTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\BloomFilter\BloomFilter.csproj" />
<ProjectReference Include="..\..\src\BloomFilter.Redis\BloomFilter.Redis.csproj" />
</ItemGroup>

</Project>

0 comments on commit 8899603

Please sign in to comment.