1 |
<?xml version="1.0" encoding="ISO-8859-1"?><system xmlns="http://www.eiffel.com/developers/xml/configuration-1-0-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-0-0 http://www.eiffel.com/developers/xml/configuration-1-0-0.xsd" name="test"> |
<?xml version="1.0" encoding="ISO-8859-1"?> |
2 |
|
<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="test"> |
3 |
<target name="test"> |
<target name="test"> |
4 |
<root cluster="root_cluster" class="test" feature="make"/> |
<root cluster="root_cluster" class="TEST" feature="make"/> |
5 |
<option warning="true" full_class_checking="true"> |
<option warning="true" syntax="obsolete" manifest_array_type="mismatch_warning"> |
6 |
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/> |
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/> |
7 |
</option> |
</option> |
8 |
<setting name="console_application" value="true"/> |
<setting name="console_application" value="true"/> |
|
<precompile name="precompile" location="$PRECOMPILED_BASE"/> |
|
9 |
$EWEASEL_DOTNET_SETTING |
$EWEASEL_DOTNET_SETTING |
10 |
|
<capability> |
11 |
|
<concurrency support="none"/> |
12 |
|
<void_safety support="none"/> |
13 |
|
</capability> |
14 |
|
<precompile name="precompile" location="$PRECOMPILED_BASE"/> |
15 |
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf" use_application_options="true"/> |
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf" use_application_options="true"/> |
16 |
<cluster name="root_cluster" location="$CLUSTER\"/> |
<cluster name="root_cluster" location="$CLUSTER\"/> |
17 |
</target> |
</target> |