not working

This commit is contained in:
Matthias Heil
2026-03-31 18:48:55 +02:00
parent ac7149fb9b
commit 83f8031862
12 changed files with 215 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NamedPipes\NamedPipes.csproj" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
var pipeServer = new NamedPipes.Receiver();
pipeServer.Start();