Initial RL1 source release

This commit is contained in:
Ethan Lee 2024-08-14 17:31:34 -04:00
commit 09bb3f3801
311 changed files with 163505 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net40</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\FNA\FNA.NetFramework.csproj">
<Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
<Name>FNA</Name>
</ProjectReference>
</ItemGroup>
</Project>