chore: initial project setup

This commit is contained in:
Stevan Freeborn
2025-07-16 12:43:09 -05:00
commit 2733fb20dd
21 changed files with 1103 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace StreamShorts.Library;
public class Class1
{
}
@@ -0,0 +1,3 @@
<Project Sdk="Microsoft.NET.Sdk">
</Project>