build: initial project release
Some checks failed
default / dotnet-default-workflow (push) Failing after 54s

This commit is contained in:
Louis Seubert 2026-01-20 22:41:16 +01:00
commit 1e4687aff6
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
59 changed files with 4902 additions and 0 deletions

View file

@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Geekeey.Process</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TUnit" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\process\Geekeey.Process.csproj" />
<ProjectReference Include="..\process.dummy.app\Geekeey.Process.Dummy.App.csproj" />
</ItemGroup>
</Project>