Start bindings and interface implementation for the IC10Editor mod

This commit is contained in:
2025-11-28 01:14:54 -07:00
parent 2e7dc4fd91
commit 611f0f6f71
6 changed files with 79 additions and 15 deletions

View File

@@ -46,11 +46,15 @@
<HintPath>$(ManagedDir)/Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="IC10Editor.dll">
<HintPath>./ref/IC10Editor.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="../rust_compiler/target/x86_64-pc-windows-gnu/release/slang.dll">
<LogicalName>slang.dll</LogicalName>
<LogicalName>slang.compiler.dll</LogicalName>
</EmbeddedResource>
</ItemGroup>