Skip to content

Commit

Permalink
more restructured solution
Browse files Browse the repository at this point in the history
  • Loading branch information
caunt committed Aug 31, 2024
1 parent d352ae5 commit 6923eaf
Show file tree
Hide file tree
Showing 202 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Void.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
</Properties>
<Project Path="src\NBT\Void.NBT.csproj" />
<Project Path="src\Benchmarks\Void.Benchmarks.csproj" />
<Project Path="src\Proxy\Platform\Void.Proxy.csproj" />
<Project Path="src\Proxy\API\Void.Proxy.API.csproj" />
<Project Path="src\Proxy\Plugins\ExamplePlugin\Void.Proxy.Plugins.ExamplePlugin.csproj" />
<Project Path="src\Proxy\Plugins\ModsSupport\Forge\Void.Proxy.Plugins.ModsSupport.Forge.csproj" />
<Project Path="src\Proxy\Plugins\ProtocolSupport\Java\v1_13_to_1_20_1\Void.Proxy.Plugins.ProtocolSupport.Java.v1_13_to_1_20_1.csproj" />
<Project Path="src\Proxy\Plugins\ProtocolSupport\Java\v1_20_2_to_latest\Void.Proxy.Plugins.ProtocolSupport.Java.v1_20_2_to_latest.csproj" />
<Project Path="src\Proxy\Plugins\ProtocolSupport\Java\v1_7_2_to_1_12_2\Void.Proxy.Plugins.ProtocolSupport.Java.v1_7_2_to_1_12_2.csproj" />
<Project Path="src\Proxy\Platform-Deprecated\Void.Proxy-Deprecated.csproj" />
<Project Path="src\Platform\Void.Proxy.csproj" />
<Project Path="src\API\Void.Proxy.API.csproj" />
<Project Path="src\Plugins\ExamplePlugin\Void.Proxy.Plugins.ExamplePlugin.csproj" />
<Project Path="src\Plugins\ModsSupport\Forge\Void.Proxy.Plugins.ModsSupport.Forge.csproj" />
<Project Path="src\Plugins\ProtocolSupport\Java\v1_13_to_1_20_1\Void.Proxy.Plugins.ProtocolSupport.Java.v1_13_to_1_20_1.csproj" />
<Project Path="src\Plugins\ProtocolSupport\Java\v1_20_2_to_latest\Void.Proxy.Plugins.ProtocolSupport.Java.v1_20_2_to_latest.csproj" />
<Project Path="src\Plugins\ProtocolSupport\Java\v1_7_2_to_1_12_2\Void.Proxy.Plugins.ProtocolSupport.Java.v1_7_2_to_1_12_2.csproj" />
<Project Path="src\Platform-Deprecated\Void.Proxy-Deprecated.csproj" />
</Solution>
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.
2 changes: 1 addition & 1 deletion src/Benchmarks/Void.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Proxy\Platform\Void.Proxy.csproj" />
<ProjectReference Include="..\Platform\Void.Proxy.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NBT\Void.NBT.csproj" />
<ProjectReference Include="..\NBT\Void.NBT.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
using Void.Proxy.Settings;

if (OperatingSystem.IsWindows())
Console.WindowWidth = 150;
Console.WindowWidth = 165;

Log.Logger = new LoggerConfiguration().Enrich.FromLogContext().MinimumLevel.ControlledBy(Platform.LoggingLevelSwitch).MinimumLevel.Override("Microsoft", LogEventLevel.Warning).WriteTo.Console(outputTemplate: "[{Timestamp:HH:mm:ss} {Level:u3}] [{SourceContext}] {Message:lj} {NewLine}{Exception}").CreateLogger();

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

<ItemGroup>
<ProjectReference Include="..\..\NBT\Void.NBT.csproj" />
<ProjectReference Include="..\NBT\Void.NBT.csproj" />
<ProjectReference Include="..\API\Void.Proxy.API.csproj" />
</ItemGroup>

Expand Down
File renamed without changes.

0 comments on commit 6923eaf

Please sign in to comment.