This commit is contained in:
nub31
2025-06-26 15:29:59 +02:00
parent 105ac69b1c
commit 082f868572
3 changed files with 31 additions and 11 deletions

View File

@@ -14,4 +14,13 @@
<ProjectReference Include="..\Syntax\Syntax.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="runtime\" />
</ItemGroup>
<ItemGroup>
<None Remove="runtime\libruntime_x64.a" />
<EmbeddedResource Include="runtime\libruntime_x64.a" />
</ItemGroup>
</Project>