gamer147 eecad64655 build(entrypoint): cross-platform Steamworks-lib copy target
The old `<Exec Command="COPY ...">` PostBuild step only worked on Windows,
blocking CI on ubuntu-latest. Replaced with two MSBuild `<Copy>` targets:
one AfterTargets="Build" (preserves the existing build-output behavior),
one AfterTargets="Publish" (new — publish output now includes the libs
automatically, so downstream release packaging doesn't need a shell copy
workaround).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-04 19:44:59 -04:00
2024-09-05 08:20:09 -04:00
2026-06-03 13:56:59 -04:00
Description
The SV Simulator server code, including the DCG Engine, SVSim content, and an entrypoint for the official game client.
18 MiB
Languages
C# 100%