using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CodeGeneration.Debugging { class Program { static void Main(string[] args) { // This app is a dummy. But when it is debugged within VS, it builds the Tests // allowing VS to debug into the build/code generation process. } } }