Fix desktop standalone scenario

This commit is contained in:
Pavel Krymets 2016-04-25 14:31:52 -07:00
commit f3b47cabf1
6 changed files with 65 additions and 12 deletions

View file

@ -0,0 +1,11 @@
using System;
namespace DesktopAppWithRuntimes
{
public static class Program
{
public static void Main(string[] args)
{
}
}
}