DnsServerApp: added start.sh file for linux users.

This commit is contained in:
Shreyas Zare
2017-11-04 16:16:11 +05:30
parent 642522522c
commit 8ea18b2681
2 changed files with 6 additions and 0 deletions

View File

@@ -50,6 +50,9 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="start.sh">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DnsServerCore\DnsServerCore.csproj">

3
DnsServerApp/start.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
mono DnsServerApp.exe