Skip to content

Commit

Permalink
Arrange folders
Browse files Browse the repository at this point in the history
  • Loading branch information
cnblogs-dudu committed Jan 2, 2023
1 parent 0d2711c commit 6f4742a
Show file tree
Hide file tree
Showing 192 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions EnyimCachingCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching", "Enyim.Caching\Enyim.Caching.csproj", "{0EC50FBB-03B7-4B76-9D72-AADCB8BB3A8B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching", "src\Enyim.Caching\Enyim.Caching.csproj", "{0EC50FBB-03B7-4B76-9D72-AADCB8BB3A8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp", "SampleWebApp\SampleWebApp.csproj", "{7F795CB9-6058-4137-B069-12C1B8D4132B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp", "sample\SampleWebApp\SampleWebApp.csproj", "{7F795CB9-6058-4137-B069-12C1B8D4132B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching.Tests", "Enyim.Caching.Tests\Enyim.Caching.Tests.csproj", "{FAF5E655-9ED4-4934-94F9-F0EDB77143AC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.Caching.Tests", "test\Enyim.Caching.Tests\Enyim.Caching.Tests.csproj", "{FAF5E655-9ED4-4934-94F9-F0EDB77143AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemcachedTest", "MemcachedTest\MemcachedTest.csproj", "{3DDAC26F-8B56-4F69-8C69-A3CB6CF6B12B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemcachedTest", "test\MemcachedTest\MemcachedTest.csproj", "{3DDAC26F-8B56-4F69-8C69-A3CB6CF6B12B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{597372A2-9EE1-4A10-96FE-9D4E3AC85676}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{46CD2BBA-9846-42FA-823B-D03F68F81647}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{9954C92E-50E2-477C-AC47-31C857C46370}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp.IntegrationTests", "SampleWebApp.IntegrationTests\SampleWebApp.IntegrationTests.csproj", "{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp.IntegrationTests", "test\SampleWebApp.IntegrationTests\SampleWebApp.IntegrationTests.csproj", "{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.StressTest", "Enyim.StressTest\Enyim.StressTest.csproj", "{ADA7F6B5-619D-4435-83BF-AD558823EC40}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enyim.StressTest", "test\Enyim.StressTest\Enyim.StressTest.csproj", "{ADA7F6B5-619D-4435-83BF-AD558823EC40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedCacheTests", "DistributedCacheTets\DistributedCacheTests.csproj", "{450F1A40-F81B-4BEE-818B-3FCDE630D96F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedCacheTests", "test\DistributedCacheTests\DistributedCacheTests.csproj", "{450F1A40-F81B-4BEE-818B-3FCDE630D96F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -66,7 +66,7 @@ Global
{7F795CB9-6058-4137-B069-12C1B8D4132B} = {9954C92E-50E2-477C-AC47-31C857C46370}
{FAF5E655-9ED4-4934-94F9-F0EDB77143AC} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
{3DDAC26F-8B56-4F69-8C69-A3CB6CF6B12B} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C} = {9954C92E-50E2-477C-AC47-31C857C46370}
{281CA49A-FEA5-4008-8D3D-0C4E1C548B8C} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
{ADA7F6B5-619D-4435-83BF-AD558823EC40} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
{450F1A40-F81B-4BEE-818B-3FCDE630D96F} = {46CD2BBA-9846-42FA-823B-D03F68F81647}
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
[ -z $1 ] && echo "Missing version" && exit 1

version=$1
project=Enyim.Caching
project=src/Enyim.Caching
dotnet build -p:version=$version -c Release $project
dotnet pack $project -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --include-source -p:Version=$version -o ./artifacts
Empty file removed sample/.gitkeep
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed src/.gitkeep
Empty file.
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.
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.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed test/.gitkeep
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
</ItemGroup>
</Project>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Enyim.Caching\Enyim.Caching.csproj" />
<ProjectReference Include="..\SampleWebApp\SampleWebApp.csproj" />
<ProjectReference Include="..\..\src\Enyim.Caching\Enyim.Caching.csproj" />
<ProjectReference Include="..\..\sample\SampleWebApp\SampleWebApp.csproj" />
</ItemGroup>

</Project>

0 comments on commit 6f4742a

Please sign in to comment.