Implementing better localhost support and Id verification
This commit is contained in:
@ -52,5 +52,16 @@
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="libeay32.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="mongod.exe">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="ssleay32.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
@ -52,7 +52,7 @@ namespace BuechermarktServer
|
||||
|
||||
private static void Process_OutputDataReceived(object sender, DataReceivedEventArgs e)
|
||||
{
|
||||
Console.WriteLine(e.Data);
|
||||
Console.Write(e.Data);
|
||||
}
|
||||
|
||||
static void Broadcast()
|
||||
|
BIN
BuechermarktServer/bin/Debug/BuechermarktServer.exe
Normal file
BIN
BuechermarktServer/bin/Debug/BuechermarktServer.exe
Normal file
Binary file not shown.
BIN
BuechermarktServer/bin/Debug/BuechermarktServer.pdb
Normal file
BIN
BuechermarktServer/bin/Debug/BuechermarktServer.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
||||
</startup>
|
||||
</configuration>
|
BIN
BuechermarktServer/bin/Debug/libeay32.dll
Normal file
BIN
BuechermarktServer/bin/Debug/libeay32.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktServer/bin/Debug/mongod.exe
Normal file
BIN
BuechermarktServer/bin/Debug/mongod.exe
Normal file
Binary file not shown.
BIN
BuechermarktServer/bin/Debug/ssleay32.dll
Normal file
BIN
BuechermarktServer/bin/Debug/ssleay32.dll
Normal file
Binary file not shown.
@ -1,5 +0,0 @@
|
||||
:start
|
||||
|
||||
echo hallo
|
||||
|
||||
goto start
|
BIN
BuechermarktServer/libeay32.dll
Normal file
BIN
BuechermarktServer/libeay32.dll
Normal file
Binary file not shown.
BIN
BuechermarktServer/mongod.exe
Normal file
BIN
BuechermarktServer/mongod.exe
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
a3d7826233d70375ed55eeb814891dcbf7b2b61e
|
||||
60014432b7f80f21fa97edf7f0896e53fbd646ce
|
||||
|
@ -17,3 +17,12 @@ D:\Dokumente\Projekte\Büchermarkt\Buechermarkt\BuechermarktServer\bin\Debug\Bue
|
||||
D:\Dokumente\Projekte\Büchermarkt\Buechermarkt\BuechermarktServer\obj\Debug\BuechermarktServer.csprojResolveAssemblyReference.cache
|
||||
D:\Dokumente\Projekte\Büchermarkt\Buechermarkt\BuechermarktServer\obj\Debug\BuechermarktServer.exe
|
||||
D:\Dokumente\Projekte\Büchermarkt\Buechermarkt\BuechermarktServer\obj\Debug\BuechermarktServer.pdb
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\bin\Debug\libeay32.dll
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\bin\Debug\ssleay32.dll
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\bin\Debug\BuechermarktServer.exe.config
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\bin\Debug\BuechermarktServer.exe
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\bin\Debug\BuechermarktServer.pdb
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\obj\Debug\BuechermarktServer.csproj.CoreCompileInputs.cache
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\obj\Debug\BuechermarktServer.exe
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\obj\Debug\BuechermarktServer.pdb
|
||||
C:\Users\micro\Documents\Projekte\Büechermarkt\GitCSharp\BuechermarktServer\bin\Debug\mongod.exe
|
||||
|
BIN
BuechermarktServer/obj/Debug/BuechermarktServer.exe
Normal file
BIN
BuechermarktServer/obj/Debug/BuechermarktServer.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktServer/ssleay32.dll
Normal file
BIN
BuechermarktServer/ssleay32.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user