reacctive ui form

This commit is contained in:
2019-05-04 14:17:22 +02:00
parent 6795fc01f5
commit e5ae6b39fe
8 changed files with 154 additions and 2 deletions

View File

@ -0,0 +1,12 @@
using System;
namespace UI
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("service");
}
}
}

View File

@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ClassLibraryStandard\EntitiesStandard.csproj" />
</ItemGroup>
</Project>