Initial commit (stub)

This commit is contained in:
2025-11-08 19:01:58 -05:00
parent 1b8e170a45
commit d331346e2b
5 changed files with 48 additions and 0 deletions

10
CLARA.csproj Normal file
View File

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>