Counter Strike : Global Offensive Source Code
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.

21 lines
490 B

  1. //-----------------------------------------------------------------------------
  2. // CLIENT_PORTAL.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro GAMENAME "portal"
  7. $Include "client_portal_base.vpc"
  8. $Project "Client (Portal)"
  9. {
  10. $Folder "Source Files"
  11. {
  12. $Folder "Portal"
  13. {
  14. $File "$SRCDIR\game\shared\portal\portal_gamerules.cpp"
  15. $File "$SRCDIR\game\shared\portal\portal_gamerules.h"
  16. }
  17. }
  18. }