From 96b08ed8aa29c406fcf4ce5963616d4194e266b2 Mon Sep 17 00:00:00 2001 From: juanjp600 Date: Wed, 14 Jun 2017 17:39:01 -0300 Subject: [PATCH] Updated project files --- BarotraumaClient/BarotraumaClient.csproj | 16 +- BarotraumaClient/BarotraumaClient.csproj.user | 2 +- BarotraumaServer/BarotraumaServer.csproj | 13 +- BarotraumaServer/BarotraumaServer.csproj.user | 6 + BarotraumaShared/BarotraumaShared.projitems | 423 ++++++++------- BarotraumaShared/BarotraumaShared.shproj.user | 6 + .../Networking/disabled/FileStreamReceiver.cs | 321 ------------ .../Networking/disabled/FileStreamSender.cs | 187 ------- .../Networking/disabled/NetworkEvent.cs | 249 --------- .../Networking/disabled/ReliableSender.cs | 488 ------------------ 10 files changed, 245 insertions(+), 1466 deletions(-) create mode 100644 BarotraumaServer/BarotraumaServer.csproj.user create mode 100644 BarotraumaShared/BarotraumaShared.shproj.user delete mode 100644 BarotraumaShared/Source/Networking/disabled/FileStreamReceiver.cs delete mode 100644 BarotraumaShared/Source/Networking/disabled/FileStreamSender.cs delete mode 100644 BarotraumaShared/Source/Networking/disabled/NetworkEvent.cs delete mode 100644 BarotraumaShared/Source/Networking/disabled/ReliableSender.cs diff --git a/BarotraumaClient/BarotraumaClient.csproj b/BarotraumaClient/BarotraumaClient.csproj index d618be416..debbea126 100644 --- a/BarotraumaClient/BarotraumaClient.csproj +++ b/BarotraumaClient/BarotraumaClient.csproj @@ -63,6 +63,11 @@ + + + + + @@ -84,6 +89,10 @@ + + + + @@ -93,17 +102,20 @@ + + + + + - - diff --git a/BarotraumaClient/BarotraumaClient.csproj.user b/BarotraumaClient/BarotraumaClient.csproj.user index df35fcf91..1782abafa 100644 --- a/BarotraumaClient/BarotraumaClient.csproj.user +++ b/BarotraumaClient/BarotraumaClient.csproj.user @@ -9,7 +9,7 @@ en-US false - ProjectFiles + ShowAllFiles diff --git a/BarotraumaServer/BarotraumaServer.csproj b/BarotraumaServer/BarotraumaServer.csproj index aa79783fd..2228e5daf 100644 --- a/BarotraumaServer/BarotraumaServer.csproj +++ b/BarotraumaServer/BarotraumaServer.csproj @@ -45,10 +45,13 @@ - - - + + + + + + @@ -67,9 +70,7 @@ Lidgren.Network - - - +