initial commit

This commit is contained in:
Simon Diesenreiter
2025-04-15 13:14:56 +02:00
commit 216ebeaff5
7 changed files with 219 additions and 0 deletions

12
Demo/Demo.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\CronTimer.csproj" />
</ItemGroup>
</Project>