diff options
Diffstat (limited to 'src/Emby.Server/Program.cs')
| -rw-r--r-- | src/Emby.Server/Program.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Emby.Server/Program.cs b/src/Emby.Server/Program.cs new file mode 100644 index 000000000..06aed1aeb --- /dev/null +++ b/src/Emby.Server/Program.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace Emby.Server +{ + public class Program + { + public static void Main(string[] args) + { + } + } +} |
