Projektdateien hinzufügen.
This commit is contained in:
15
OwnChar.Server/OwnChar.Server.csproj
Normal file
15
OwnChar.Server/OwnChar.Server.csproj
Normal file
@@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Pilz.Plugins" Version="2.1.5" />
|
||||
<PackageReference Include="Pilz.Plugins.Advanced" Version="2.7.3" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
10
OwnChar.Server/Program.cs
Normal file
10
OwnChar.Server/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace OwnChar.Server
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user