Initial Git commit
[chess] / chess.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "chess",
4    "Options" : {
5       "TargetType" : "Executable",
6       "TargetFileName" : "chess",
7       "Libraries" : [
8          "ecere"
9       ]
10    },
11    "Configurations" : [
12       {
13          "Name" : "Debug",
14          "Options" : {
15             "Debug" : true,
16             "Console" : true
17          }
18       },
19       {
20          "Name" : "Release",
21          "Options" : {
22             "Optimization" : "Speed"
23          }
24       },
25       {
26          "Name" : "MemoryGuard",
27          "Options" : {
28             "Debug" : true,
29             "MemoryGuard" : true,
30             "Console" : true
31          }
32       }
33    ],
34    "Files" : [
35       {
36          "Folder" : "src",
37          "Files" : [
38             "about.ec",
39             "ai.ec",
40             "chess.ec",
41             "chess2D.ec",
42             "chess3D.ec",
43             "chessutils.ec",
44             "connect.ec",
45             "promotion.ec"
46          ]
47       }
48    ],
49    "ResourcesPath" : "res",
50    "Resources" : [
51       "aboutPic.jpg",
52       "blackBishop.png",
53       "blackKing.png",
54       "blackKnight.png",
55       "blackPawn.png",
56       "blackQueen.png",
57       "blackRook.png",
58       "board.jpg",
59       "bthr.jpg",
60       "darkwood.jpg",
61       "lightwo1.jpg",
62       "whiteBishop.png",
63       "whiteKing.png",
64       "whiteKnight.png",
65       "whitePawn.png",
66       "whiteQueen.png",
67       "whiteRook.png",
68       "chessSet.3ds"
69    ]
70 }