mirror of
https://forge.banditvault.co.uk/racoon/MinecraftConsoles.git
synced 2026-05-22 01:14:54 +00:00
- Added Wide310x150Logo.png asset for application branding. - Created LCE.Xbox project file with configurations for Debug and Release. - Added Package.appxmanifest for application metadata and capabilities. - Introduced SharedSurface.h for shared memory management between processes. - Implemented AudioShim with XAudio2 integration for audio playback. - Developed XSBParser and XWBParser for handling sound bank files. - Created DXGIShim to intercept DXGI calls and manage swap chains. - Defined project files for AudioShim and DXGIShim with necessary dependencies.
8 lines
229 B
C
8 lines
229 B
C
#pragma once
|
|
|
|
#define VER_PRODUCTBUILD 560
|
|
#define VER_PRODUCTVERSION_STR_W L"1.0.0.0"
|
|
#define VER_FILEVERSION_STR_W VER_PRODUCTVERSION_STR_W
|
|
#define VER_BRANCHVERSION_STR_W L"UNKNOWN BRANCH"
|
|
#define VER_NETWORK VER_PRODUCTBUILD
|