aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Minecraft.Client.vcxproj
AgeCommit message (Collapse)Author
2026-03-01Update Minecraft.Client.vcxprojSlenderman
2026-03-01Remove need for Durango folderSlenderman
2026-03-01Copy other folders needed for a standalone release assetGalen Guyer
2026-03-01fix: copy sound assets to Windows64 build outputdeadman96385
The Debug|x64 and Release|x64 configurations had no PostBuildEvent to deploy sound assets alongside the executable. At runtime, SoundEngine looks for Durango\Sound\Minecraft.msscmp and music\ relative to the output directory, causing silent failure (no sound effects or music). Add post-build xcopy steps for both configurations to mirror what the Durango build already does.
2026-03-01feat: add support for keyboard and mouse inputdaoge_cmd
2026-03-01Initial commitdaoge_cmd