-
Notifications
You must be signed in to change notification settings - Fork 13
Opening a project
Patrick Bay edited this page Nov 26, 2015
·
3 revisions
The CypherPoker software is split into discrete pieces or modules. Unless they need to be changed, modules usually don't need to be recompiled once they've been compiled.
Each module comes with a FlashDevelop project file (a file with an ".as3proj" extension). This file can be opened directly through the explorer (double-click), or alternately by selecting "Project -> Open Project..." from the main FlashDevelop menu.
The project file contains the necessary information for FlashDevelop to open, compile, and run the project.