Fixed project file

This commit is contained in:
juanjp600
2016-09-05 13:31:47 -03:00
parent 95118ed6ab
commit e232f1d2f1
+1 -4
View File
@@ -150,13 +150,11 @@
<Compile Include="Source\Networking\BanList.cs" /> <Compile Include="Source\Networking\BanList.cs" />
<Compile Include="Source\Networking\ChatMessage.cs" /> <Compile Include="Source\Networking\ChatMessage.cs" />
<Compile Include="Source\Networking\Client.cs" /> <Compile Include="Source\Networking\Client.cs" />
<Compile Include="Source\Networking\FileStreamReceiver.cs" />
<Compile Include="Source\Networking\FileStreamSender.cs" />
<Compile Include="Source\Networking\GameServerLogin.cs" /> <Compile Include="Source\Networking\GameServerLogin.cs" />
<Compile Include="Source\Networking\INetSerializable.cs" />
<Compile Include="Source\Networking\NetBufferExtensions.cs" /> <Compile Include="Source\Networking\NetBufferExtensions.cs" />
<Compile Include="Source\Networking\NetConfig.cs" /> <Compile Include="Source\Networking\NetConfig.cs" />
<Compile Include="Source\Networking\NetStats.cs" /> <Compile Include="Source\Networking\NetStats.cs" />
<Compile Include="Source\Networking\ReliableSender.cs" />
<Compile Include="Source\Networking\RespawnManager.cs" /> <Compile Include="Source\Networking\RespawnManager.cs" />
<Compile Include="Source\Networking\ServerLog.cs" /> <Compile Include="Source\Networking\ServerLog.cs" />
<Compile Include="Source\Networking\WhiteList.cs" /> <Compile Include="Source\Networking\WhiteList.cs" />
@@ -242,7 +240,6 @@
<Compile Include="Source\Map\Levels\VoronoiElements.cs" /> <Compile Include="Source\Map\Levels\VoronoiElements.cs" />
<Compile Include="Source\Utils\MathUtils.cs" /> <Compile Include="Source\Utils\MathUtils.cs" />
<Compile Include="Source\Physics\PhysicsBody.cs" /> <Compile Include="Source\Physics\PhysicsBody.cs" />
<Compile Include="Source\Networking\NetworkEvent.cs" />
<Compile Include="Source\Networking\NetworkMember.cs" /> <Compile Include="Source\Networking\NetworkMember.cs" />
<Compile Include="Source\Particles\Particle.cs" /> <Compile Include="Source\Particles\Particle.cs" />
<Compile Include="Source\Particles\ParticleManager.cs" /> <Compile Include="Source\Particles\ParticleManager.cs" />