Integrate ProjectModel server tests

This commit is contained in:
Troy Dai 2016-02-17 16:49:34 -08:00
parent b5de686ba4
commit f7e4714dc5
20 changed files with 28 additions and 29 deletions

View file

@ -0,0 +1,8 @@
using System;
namespace Misc.DthTestProjects.EmptyLibrary
{
public class Class
{
}
}