-
Notifications
You must be signed in to change notification settings - Fork 0
/
pb-patience.ecf
34 lines (34 loc) · 1.64 KB
/
pb-patience.ecf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-20-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-20-0 http://www.eiffel.com/developers/xml/configuration-1-20-0.xsd" name="pb-patience" uuid="A5861E4E-C402-460C-8361-098996520599">
<target name="pb-patience">
<root class="APPLICATION" feature="make"/>
<file_rule>
<exclude>/CVS$</exclude>
<exclude>/EIFGENs$</exclude>
<exclude>/\.git$</exclude>
<exclude>/\.svn$</exclude>
</file_rule>
<option warning="true" manifest_array_type="mismatch_warning">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<setting name="console_application" value="true"/>
<setting name="executable_name" value="pb-patience.app"/>
<setting name="dead_code_removal" value="feature"/>
<capability>
<catcall_detection support="none"/>
<concurrency support="none"/>
<void_safety support="all"/>
</capability>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
<library name="wrap_inkview" location="..\wrap_inkview\wrap_inkview.ecf"/>
<cluster name="pb-patience" location=".\">
<cluster name="gui" location=".\gui\"/>
<cluster name="inkvision" location=".\inkvision\"/>
<cluster name="games" location=".\games\">
<cluster name="free_cell" location=".\games\free_cell\"/>
<cluster name="spider" location=".\games\spider\"/>
</cluster>
</cluster>
</target>
</system>