Implementing better localhost support and Id verification

This commit is contained in:
Fabian Stamm
2018-05-29 15:39:47 +02:00
parent 2748d3c1fe
commit 1b8a85cd94
1634 changed files with 1543926 additions and 63457 deletions

View File

@ -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>

View File

@ -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()

Binary file not shown.

Binary file not shown.

View File

@ -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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +0,0 @@
:start
echo hallo
goto start

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
a3d7826233d70375ed55eeb814891dcbf7b2b61e
60014432b7f80f21fa97edf7f0896e53fbd646ce

View File

@ -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

Binary file not shown.

Binary file not shown.