Skip to content

Commit 6f4742a

Browse files
committed
Arrange folders
1 parent 0d2711c commit 6f4742a

File tree

192 files changed

+16
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+16
-16
lines changed

EnyimCachingCore.sln

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33205.214
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching", "Enyim.Caching\Enyim.Caching.csproj", "{0EC50FBB-03B7-4B76-9D72-AADCB8BB3A8B}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching", "src\Enyim.Caching\Enyim.Caching.csproj", "{0EC50FBB-03B7-4B76-9D72-AADCB8BB3A8B}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp", "SampleWebApp\SampleWebApp.csproj", "{7F795CB9-6058-4137-B069-12C1B8D4132B}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp", "sample\SampleWebApp\SampleWebApp.csproj", "{7F795CB9-6058-4137-B069-12C1B8D4132B}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching.Tests", "Enyim.Caching.Tests\Enyim.Caching.Tests.csproj", "{FAF5E655-9ED4-4934-94F9-F0EDB77143AC}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching.Tests", "test\Enyim.Caching.Tests\Enyim.Caching.Tests.csproj", "{FAF5E655-9ED4-4934-94F9-F0EDB77143AC}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemcachedTest", "MemcachedTest\MemcachedTest.csproj", "{3DDAC26F-8B56-4F69-8C69-A3CB6CF6B12B}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemcachedTest", "test\MemcachedTest\MemcachedTest.csproj", "{3DDAC26F-8B56-4F69-8C69-A3CB6CF6B12B}"
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{597372A2-9EE1-4A10-96FE-9D4E3AC85676}"
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{46CD2BBA-9846-42FA-823B-D03F68F81647}"
1717
EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{9954C92E-50E2-477C-AC47-31C857C46370}"
1919
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp.IntegrationTests", "SampleWebApp.IntegrationTests\SampleWebApp.IntegrationTests.csproj", "{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp.IntegrationTests", "test\SampleWebApp.IntegrationTests\SampleWebApp.IntegrationTests.csproj", "{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C}"
2121
EndProject
22-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.StressTest", "Enyim.StressTest\Enyim.StressTest.csproj", "{ADA7F6B5-619D-4435-83BF-AD558823EC40}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.StressTest", "test\Enyim.StressTest\Enyim.StressTest.csproj", "{ADA7F6B5-619D-4435-83BF-AD558823EC40}"
2323
EndProject
24-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedCacheTests", "DistributedCacheTets\DistributedCacheTests.csproj", "{450F1A40-F81B-4BEE-818B-3FCDE630D96F}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedCacheTests", "test\DistributedCacheTests\DistributedCacheTests.csproj", "{450F1A40-F81B-4BEE-818B-3FCDE630D96F}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -66,7 +66,7 @@ Global
6666
{7F795CB9-6058-4137-B069-12C1B8D4132B} = {9954C92E-50E2-477C-AC47-31C857C46370}
6767
{FAF5E655-9ED4-4934-94F9-F0EDB77143AC} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
6868
{3DDAC26F-8B56-4F69-8C69-A3CB6CF6B12B} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
69-
{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C} = {9954C92E-50E2-477C-AC47-31C857C46370}
69+
{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
7070
{ADA7F6B5-619D-4435-83BF-AD558823EC40} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
7171
{450F1A40-F81B-4BEE-818B-3FCDE630D96F} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
7272
EndGlobalSection

pack.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44
[ -z $1 ] && echo "Missing version" && exit 1
55

66
version=$1
7-
project=Enyim.Caching
7+
project=src/Enyim.Caching
88
dotnet build -p:version=$version -c Release $project
99
dotnet pack $project -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --include-source -p:Version=$version -o ./artifacts

sample/.gitkeep

Whitespace-only changes.
File renamed without changes.

SampleWebApp/SampleWebApp.csproj renamed to sample/SampleWebApp/SampleWebApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
10+
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
1111
</ItemGroup>
1212

1313
<ItemGroup>
File renamed without changes.
File renamed without changes.

src/.gitkeep

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/.gitkeep

Whitespace-only changes.

DistributedCacheTets/DistributedCacheTests.csproj renamed to test/DistributedCacheTests/DistributedCacheTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
26+
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
2727
</ItemGroup>
2828

2929
<ItemGroup>
File renamed without changes.

Enyim.Caching.Tests/Enyim.Caching.Tests.csproj renamed to test/Enyim.Caching.Tests/Enyim.Caching.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
</PackageReference>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
18+
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
1919
</ItemGroup>
2020
</Project>

Enyim.StressTest/Enyim.StressTest.csproj renamed to test/Enyim.StressTest/Enyim.StressTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
26+
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
2727
</ItemGroup>
2828

2929
</Project>
File renamed without changes.

MemcachedTest/MemcachedTest.csproj renamed to test/MemcachedTest/MemcachedTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
</PackageReference>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
18+
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
1919
</ItemGroup>
2020
</Project>

SampleWebApp.IntegrationTests/SampleWebApp.IntegrationTests.csproj renamed to test/SampleWebApp.IntegrationTests/SampleWebApp.IntegrationTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
20-
<ProjectReference Include="..\SampleWebApp\SampleWebApp.csproj" />
19+
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
20+
<ProjectReference Include="..\..\sample\SampleWebApp\SampleWebApp.csproj" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)