Add test for standalone resource dependency
This commit is contained in:
parent
05e1d95b14
commit
3953a85a63
3 changed files with 71 additions and 0 deletions
12
TestAssets/TestProjects/TestAppWithResourceDeps/Program.cs
Normal file
12
TestAssets/TestProjects/TestAppWithResourceDeps/Program.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue