Initial checkin

This commit is contained in:
2025-07-21 22:29:22 -04:00
parent 638bc7b1f0
commit d07fffb876
46 changed files with 13475 additions and 112 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../IronJava.Core/IronJava.Core.csproj" />
</ItemGroup>
</Project>