dotnet-installer/TestAssets/TestProjects/TestAppWithSlnAndCsprojToRemove/App/Program.cs
Justin Goshi 19b4bad315 Add/remove projects also updates build configurations (#5134)
* Add/remove projects also updates build configurations

* Fix the algorithm for adding/removing build configurations

* Address PR comments
2017-01-03 07:18:45 -10:00

9 lines
135 B
C#

using System;
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello from the main app");
}
}