Skip to content

Commit

Permalink
Merge pull request #58 from s2quake/chore/remote-shproj
Browse files Browse the repository at this point in the history
Remove shproj
  • Loading branch information
s2quake authored Jul 18, 2024
2 parents 6915601 + 66b37fe commit 1fca7b6
Show file tree
Hide file tree
Showing 37 changed files with 179 additions and 278 deletions.
333 changes: 153 additions & 180 deletions libplanet-console.sln

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ProjectReference Include="..\LibplanetConsole.Clients\LibplanetConsole.Clients.csproj" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Examples.Sharing\LibplanetConsole.Examples.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Examples\**\*.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
<PackageReference Include="Serilog.Sinks.File" Version="3.1.1" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Clients.Sharing\LibplanetConsole.Clients.Sharing.projitems" Label="Shared" />
<Import Project="..\..\shared\LibplanetConsole.Nodes.Sharing\LibplanetConsole.Nodes.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Nodes\**\*.cs" />
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Clients\**\*.cs" />
</ItemGroup>

<PropertyGroup>
<DefineConstants>LIBPLANET_CLIENT</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ProjectReference Include="..\LibplanetConsole.Consoles\LibplanetConsole.Consoles.csproj" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Examples.Sharing\LibplanetConsole.Examples.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Examples\**\*.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ProjectReference Include="..\LibplanetConsole.Consoles\LibplanetConsole.Consoles.csproj" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Explorer.Sharing\LibplanetConsole.Explorer.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Explorer\**\*.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<PackageReference Include="Serilog.Sinks.File" Version="3.1.1" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Nodes.Sharing\LibplanetConsole.Nodes.Sharing.projitems" Label="Shared" />
<Import Project="..\..\shared\LibplanetConsole.Clients.Sharing\LibplanetConsole.Clients.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Nodes\**\*.cs" />
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Clients\**\*.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ProjectReference Include="..\LibplanetConsole.Nodes\LibplanetConsole.Nodes.csproj" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Examples.Sharing\LibplanetConsole.Examples.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Examples\**\*.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Explorer.Sharing\LibplanetConsole.Explorer.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Explorer\**\*.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<PackageReference Include="Serilog.Sinks.File" Version="3.1.1" />
</ItemGroup>

<Import Project="..\..\shared\LibplanetConsole.Nodes.Sharing\LibplanetConsole.Nodes.Sharing.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Nodes\**\*.cs" />
</ItemGroup>

</Project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 1fca7b6

Please sign in to comment.