Improved docs: Members now have their realm set automatically and server-only members are now also included
This commit is contained in:
@@ -7,7 +7,13 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../../../../Barotrauma/BarotraumaClient/LinuxClient.csproj" PrivateAssets="false" />
|
||||
<ProjectReference Include="../../../../Barotrauma/BarotraumaClient/LinuxClient.csproj" PrivateAssets="false">
|
||||
<Private></Private>
|
||||
<Aliases>BarotraumaClient</Aliases>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="../../../../Barotrauma\BarotraumaServer\LinuxServer.csproj">
|
||||
<Aliases>BarotraumaServer</Aliases>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="../../../../Libraries/Farseer Physics Engine 3.5/Farseer.NetStandard.csproj" PrivateAssets="false" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user