add separate test for publish layout

This commit is contained in:
Andrew Stanton-Nurse 2016-04-11 12:19:42 -07:00
parent 586acf4210
commit f2bf60d06f
8 changed files with 73 additions and 0 deletions

View file

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