Add test for standalone resource dependency

This commit is contained in:
schellap 2016-05-23 01:02:26 -07:00 committed by Senthil
parent 05e1d95b14
commit 3953a85a63
3 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace ConsoleApplication
{
public class Program
{
public static int Main(string[] args)
{
return 0;
}
}
}