Now bindings works automatically and is smoooth, aslo strings work now

This commit is contained in:
antopilo
2025-04-04 19:01:01 -04:00
parent a516f09cf5
commit 5bb4303eff
19 changed files with 91 additions and 34 deletions

View File

@@ -27,3 +27,11 @@ project "NuakeNet"
"Coral.Managed"
}
prebuildcommands {
'dotnet dotnet run --project %{wks.location}NuakeNetGenerator/NuakeNetGenerator.csproj'
}
postbuildcommands {
'{COPYFILE} "%{wks.location}NuakeNet/Build/%{cfg.buildcfg}/Binaries/NuakeNet.dll" "%{wks.location}Editor/Build/%{cfg.buildcfg}/Binaries/NuakeNet.dll"'
}