More stuff to do

This commit is contained in:
2015-10-09 20:50:42 +02:00
parent d4caece905
commit 61b837dd8a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ namespace ErgometerServer
// - Oude sessies bekijken (lijst met sessies)
// - Users opvragen
// - Gegevens van huidige sessie krijgen (gebruikersnaam enz)
// - Huidige sessies
// -
case NetCommand.CommandType.LOGOUT:
running = false;
+2 -2
View File
@@ -33,9 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="ErgometerLibrary, Version=1.0.2.2, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="ErgometerLibrary, Version=1.0.2.6, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\ErgometerLibrary\ErgometerLibrary\bin\Debug\ErgometerLibrary.dll</HintPath>
<HintPath>..\..\..\ErgometerLibrary\ErgometerLibrary\ErgometerLibrary\bin\Debug\ErgometerLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />