Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutuduxf committed Oct 12, 2024
1 parent c45ee57 commit 7122612
Show file tree
Hide file tree
Showing 149 changed files with 42 additions and 40 deletions.
18 changes: 10 additions & 8 deletions Aoxe.Compression.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
<Project Path="perf\Benchmark\Benchmark.csproj" Type="Classic C#" />
</Folder>
<Folder Name="/src/">
<Project Path="src\Aoxe.Brotli\Aoxe.Brotli.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressor.Abstractions\Aoxe.Compressor.Abstractions.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.LZ4\Aoxe.LZ4.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.LZMA\Aoxe.LZMA.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Snappy\Aoxe.Snappy.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.XZ\Aoxe.XZ.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Zstd\Aoxe.Zstd.csproj" Type="Classic C#" />
</Folder>
<Folder Name="/src/Aoxe.Compressors/">
<Project Path="src\Aoxe.Compressors\Aoxe.Brotli\Aoxe.Brotli.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressors\Aoxe.LZ4\Aoxe.LZ4.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressors\Aoxe.LZMA\Aoxe.LZMA.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressors\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressors\Aoxe.Snappy\Aoxe.Snappy.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressors\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressors\Aoxe.XZ\Aoxe.XZ.csproj" Type="Classic C#" />
<Project Path="src\Aoxe.Compressors\Aoxe.Zstd\Aoxe.Zstd.csproj" Type="Classic C#" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests\Aoxe.BrotliNET.UnitTest\Aoxe.BrotliNET.UnitTest.csproj" Type="Classic C#" />
Expand Down
16 changes: 8 additions & 8 deletions perf/Benchmark/Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.Brotli\Aoxe.Brotli.csproj" />
<ProjectReference Include="..\..\src\Aoxe.LZ4\Aoxe.LZ4.csproj" />
<ProjectReference Include="..\..\src\Aoxe.LZMA\Aoxe.LZMA.csproj" />
<ProjectReference Include="..\..\src\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Snappy\Aoxe.Snappy.csproj" />
<ProjectReference Include="..\..\src\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" />
<ProjectReference Include="..\..\src\Aoxe.XZ\Aoxe.XZ.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Zstd\Aoxe.Zstd.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Brotli\Aoxe.Brotli.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.LZ4\Aoxe.LZ4.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.LZMA\Aoxe.LZMA.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Snappy\Aoxe.Snappy.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.XZ\Aoxe.XZ.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Zstd\Aoxe.Zstd.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="../../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.Brotli\Aoxe.Brotli.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Brotli\Aoxe.Brotli.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
16 changes: 8 additions & 8 deletions tests/Aoxe.Compressor.UnitTest/Aoxe.Compressor.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.Brotli\Aoxe.Brotli.csproj" />
<ProjectReference Include="..\..\src\Aoxe.LZ4\Aoxe.LZ4.csproj" />
<ProjectReference Include="..\..\src\Aoxe.LZMA\Aoxe.LZMA.csproj" />
<ProjectReference Include="..\..\src\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Snappy\Aoxe.Snappy.csproj" />
<ProjectReference Include="..\..\src\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" />
<ProjectReference Include="..\..\src\Aoxe.XZ\Aoxe.XZ.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Zstd\Aoxe.Zstd.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Brotli\Aoxe.Brotli.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.LZ4\Aoxe.LZ4.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.LZMA\Aoxe.LZMA.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Snappy\Aoxe.Snappy.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.XZ\Aoxe.XZ.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Zstd\Aoxe.Zstd.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/Aoxe.LZ4.UnitTest/Aoxe.LZ4.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.LZ4\Aoxe.LZ4.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.LZ4\Aoxe.LZ4.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/Aoxe.LZMA.UnitTest/Aoxe.LZMA.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.LZMA\Aoxe.LZMA.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.LZMA\Aoxe.LZMA.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.SharpZipLib\Aoxe.SharpZipLib.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/Aoxe.Snappy.UnitTest/Aoxe.Snappy.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.Snappy\Aoxe.Snappy.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Snappy\Aoxe.Snappy.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.SystemIoCompression\Aoxe.SystemIoCompression.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/Aoxe.XZ.UnitTest/Aoxe.XZ.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.XZ\Aoxe.XZ.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.XZ\Aoxe.XZ.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/Aoxe.Zstd.UnitTest/Aoxe.Zstd.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Aoxe.Zstd\Aoxe.Zstd.csproj" />
<ProjectReference Include="..\..\src\Aoxe.Compressors\Aoxe.Zstd\Aoxe.Zstd.csproj" />
<ProjectReference Include="..\TestModel\TestModel.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 7122612

Please sign in to comment.