Wix Installer

This commit is contained in:
Unknown
2017-10-07 08:16:49 +01:00
parent 6b53e1a009
commit cecd38ea3d
13 changed files with 1213 additions and 0 deletions

View File

@ -0,0 +1,13 @@
using System;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.ReadLine();
}
}
}