Project Json mapping migration support

This commit is contained in:
Bryan Thornbury 2016-09-08 14:40:46 -07:00
parent 3a567e5957
commit 362f71a94a
17 changed files with 910 additions and 201 deletions

View file

@ -7,7 +7,7 @@ namespace ConsoleApplication
public static int Main(string[] args)
{
Console.WriteLine("Hello World!");
return 100;
return 0;
}
}
}