SMOKE: Paths resolves to age-reimpl inside Godot; Age.Engine parses SC0000 in-process. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
319 B
XML
11 lines
319 B
XML
<Project Sdk="Godot.NET.Sdk/4.7.0">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\engine\Age.Engine\Age.Engine.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|