Skip to content

Commit

Permalink
移动和整理项目文件
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Aug 7, 2023
1 parent 12a5224 commit 45e2399
Show file tree
Hide file tree
Showing 103 changed files with 118 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hive.Common.ECS\Hive.Common.ECS.csproj" />
<ProjectReference Include="..\..\Common\Hive.Common.ECS\Hive.Common.ECS.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,22 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Codec.Bson\Hive.Common.Codec.Bson.csproj" />
<ProjectReference Include="..\Hive.Common.Codec.MemoryPack\Hive.Common.Codec.MemoryPack.csproj" />
<ProjectReference Include="..\Hive.Common.Codec.Protobuf\Hive.Common.Codec.Protobuf.csproj" />
<ProjectReference Include="..\Hive.Common.Codec.Shared\Hive.Common.Codec.Shared.csproj" />
<ProjectReference Include="..\Hive.Common.ECS\Hive.Common.ECS.csproj" />
<ProjectReference Include="..\Hive.Common.Networking.Abstractions\Hive.Common.Networking.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Common.Networking.Kcp\Hive.Common.Networking.Kcp.csproj" />
<ProjectReference Include="..\Hive.Common.Networking.Quic\Hive.Common.Networking.Quic.csproj" />
<ProjectReference Include="..\Hive.Common.Networking.Tcp\Hive.Common.Networking.Tcp.csproj" />
<ProjectReference Include="..\Hive.Common.Networking.Udp\Hive.Common.Networking.Udp.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="ECS" />
<Folder Include="BasicNetworking\Kcp\" />
<Folder Include="Messages\BidirectionalPacket\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Codecs\Hive.Codec.Bson\Hive.Codec.Bson.csproj" />
<ProjectReference Include="..\..\Codecs\Hive.Codec.MemoryPack\Hive.Codec.MemoryPack.csproj" />
<ProjectReference Include="..\..\Codecs\Hive.Codec.Protobuf\Hive.Codec.Protobuf.csproj" />
<ProjectReference Include="..\..\Codecs\Hive.Codec.Shared\Hive.Codec.Shared.csproj" />
<ProjectReference Include="..\..\Common\Hive.Common.ECS\Hive.Common.ECS.csproj" />
<ProjectReference Include="..\..\Networking\Hive.Networking.Kcp\Hive.Networking.Kcp.csproj" />
<ProjectReference Include="..\..\Networking\Hive.Networking.Quic\Hive.Networking.Quic.csproj" />
<ProjectReference Include="..\..\Networking\Hive.Networking.Tcp\Hive.Networking.Tcp.csproj" />
<ProjectReference Include="..\..\Networking\Hive.Networking.Udp\Hive.Networking.Udp.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Shared\Hive.Common.Shared.csproj" />
<ProjectReference Include="..\..\Common\Hive.Common.Shared\Hive.Common.Shared.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Codec.Abstractions\Hive.Common.Codec.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Common.Shared\Hive.Common.Shared.csproj" />
<ProjectReference Include="..\Hive.Codec.Abstractions\Hive.Codec.Abstractions.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Codec.Abstractions\Hive.Common.Codec.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Common.Codec.Shared\Hive.Common.Codec.Shared.csproj" />
<ProjectReference Include="..\Hive.Codec.Abstractions\Hive.Codec.Abstractions.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Codec.Abstractions\Hive.Common.Codec.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Common.Shared\Hive.Common.Shared.csproj" />
<ProjectReference Include="..\Hive.Codec.Abstractions\Hive.Codec.Abstractions.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Codec.Abstractions\Hive.Common.Codec.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Common.Shared\Hive.Common.Shared.csproj" />
<ProjectReference Include="..\Hive.Codec.Abstractions\Hive.Codec.Abstractions.csproj" />
</ItemGroup>

</Project>
168 changes: 86 additions & 82 deletions Hive.Framework.sln

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Codec.Abstractions\Hive.Common.Codec.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Common.Shared\Hive.Common.Shared.csproj" />
<ProjectReference Include="..\..\Codecs\Hive.Codec.Abstractions\Hive.Codec.Abstractions.csproj" />
<ProjectReference Include="..\..\Common\Hive.Common.Shared\Hive.Common.Shared.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Networking.Shared\Hive.Common.Networking.Shared.csproj" />
<ProjectReference Include="..\Hive.Networking.Abstractions\Hive.Networking.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Networking.Shared\Hive.Networking.Shared.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Networking.Shared\Hive.Common.Networking.Shared.csproj" />
<ProjectReference Include="..\Hive.Networking.Abstractions\Hive.Networking.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Networking.Shared\Hive.Networking.Shared.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<RootNamespace>Hive.Framework.Networking.Shared</RootNamespace>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Networking.Abstractions\Hive.Common.Networking.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Common.Shared\Hive.Common.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Helpers\" />
<Folder Include="LoadBalancers\" />
Expand All @@ -22,4 +17,8 @@
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hive.Networking.Abstractions\Hive.Networking.Abstractions.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Networking.Shared\Hive.Common.Networking.Shared.csproj" />
<ProjectReference Include="..\Hive.Networking.Abstractions\Hive.Networking.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Networking.Shared\Hive.Networking.Shared.csproj" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Hive.Common.Networking.Shared\Hive.Common.Networking.Shared.csproj" />
<ProjectReference Include="..\Hive.Networking.Abstractions\Hive.Networking.Abstractions.csproj" />
<ProjectReference Include="..\Hive.Networking.Shared\Hive.Networking.Shared.csproj" />
</ItemGroup>

</Project>

0 comments on commit 45e2399

Please sign in to comment.