19b4bad315
* Add/remove projects also updates build configurations * Fix the algorithm for adding/removing build configurations * Address PR comments
9 lines
135 B
C#
9 lines
135 B
C#
using System;
|
|
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello from the main app");
|
|
}
|
|
}
|