gta2-seuko-mod/GTA2.props
izawartka 28d96b104e Extract pre and post build scripts
- Extracted pre-build and post-build scripts to tools\
- Updated the pre-build script to overwrite git.h only if commit hash has changed
- Improved post build scripts error handling and debugging symbols support
2026-08-02 20:59:17 +02:00

11 lines
432 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>
<GTA2_ASI_PDB_FILENAME>gta2-seuko-mod.pdb</GTA2_ASI_PDB_FILENAME>
</PropertyGroup>
</Project>