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,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</PropertyGroup>
</Project>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB