Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
515 B

  1. "debuginfo"
  2. {
  3. "SourceExeDir" "c:\sourcebeta"
  4. "SteamAppDir" "c:\valve\SteamTestPublic\steamapps\mikedussault\counter-strike source"
  5. "SteamApp.Cfg"
  6. {
  7. "text" "SteamAppID=270"
  8. "text" "SteamAppUser=mikedussault"
  9. "text" "MinFootprintAutoRefresh=disable"
  10. // SteamInstallPath is added automatically by the SteamDebugHelper program.
  11. }
  12. // These binaries get copied up to the steam directory for debugging.
  13. "binary" "bin\engine.dll"
  14. "binary" "cstrike\bin\server.dll"
  15. "binary" "cstrike\bin\client.dll"
  16. }