gta2-seuko-mod/GTA2.props
izawartka 28ed4ec7b5 Add ASI build mode
- Updated Dinput8 proxy code and VS configurations to allow for building .asi files (compatible with ThirteenAG's ASI loader
2026-01-14 21:43:58 +01:00

10 lines
362 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<GTA2_DIR>D:\GTA2</GTA2_DIR>
<GTA2_EXE>gta2.exe</GTA2_EXE>
<GTA2_ASI_DIR>$(GTA2_DIR)\scripts</GTA2_ASI_DIR>
<GTA2_ASI_FILENAME>gta2-seuko-mod.asi</GTA2_ASI_FILENAME>
</PropertyGroup>
</Project>