Add project files.

This commit is contained in:
2025-02-16 15:02:31 -05:00
parent f8cbdddf67
commit 3369b2a86a
3 changed files with 38 additions and 0 deletions

7
Harmonia.Core/Class1.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace Harmonia.Core
{
public class Class1
{
}
}

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>