Initial git commit -- Transition from CodeGuard repository
[sdk] / samples / net / smtp / smtp.epj
1
2 ECERE Project File
3
4 Version 0.1a
5
6 Target "smtp"
7
8 Active Configuration = Debug
9
10    Configurations
11
12     + Debug
13
14          Compiler Options
15
16             Intermediate Directory = debug
17             Debug = True
18             Optimize = None
19             Profile = False
20             MemoryGuard = False
21             AllWarnings = True
22             Modified = False
23
24             Preprocessor Definitions = _DEBUG
25             Strict Name Spaces = False
26
27          Linker Options
28
29             Target Name = smtp
30             Target Type = Executable
31             Target Directory = debug
32             Console = True
33             Modified = False
34
35             Libraries = ecere
36
37     + Release
38
39          Compiler Options
40
41             Intermediate Directory = release
42             Debug = False
43             Optimize = Speed
44             Profile = False
45             MemoryGuard = False
46             AllWarnings = True
47             Modified = False
48             Strict Name Spaces = False
49
50          Linker Options
51
52             Target Name = smtp
53             Target Type = Executable
54             Target Directory = release
55             Console = False
56             Modified = False
57
58             Libraries = ecere
59
60    Files
61
62     - smtp.ec