dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/profiles tiny,NONE,1.1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/profiles tiny,NONE,1.1
Date: Tue, 15 Apr 2003 23:28:45 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/profiles
In directory subversions:/tmp/cvs-serv15395/profiles

Added Files:
        tiny 
Log Message:


Add the "tiny" profile, which turns off "RuntimeInfrastructure"
- only "BCL" is left.


--- NEW FILE ---
<?xml version="1.0"?>
<profile>
<!-- Tiny profile -->

<!-- Only use ECMA-compatible features -->
<define name="ECMA_COMPAT" value="true"/>

<!-- Use reflection facilities -->
<define name="CONFIG_REFLECTION" value="false"/>

<!-- Use runtime infrastructure facilities -->
<define name="CONFIG_RUNTIME_INFRA" value="false"/>

<!-- Use extended numerics -->
<define name="CONFIG_EXTENDED_NUMERICS" value="false"/>

<!-- Use extended culture support -->
<define name="CONFIG_CULTURE" value="false"/>

<!-- Use remoting facilities -->
<define name="CONFIG_REMOTING" value="false"/>

<!-- Use file and directory facilities -->
<define name="CONFIG_FILESYSTEM" value="true"/>

<!-- Use line number debug information -->
<define name="CONFIG_DEBUG_LINES" value="false"/>

</profile>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]