BOINC test_setup project.xml
This configuration file can be used to add applications to the test_setup BOINC project. It includes the name of the application and the supported platforms of the project.
Size 1 kB - File type text/xmlFile contents
<boinc>
<platform>
<name>i686-pc-linux-gnu</name>
<user_friendly_name>Linux running on an Intel x86-compatible CPU</user_friendly_name>
</platform>
<platform>
<name>anonymous</name>
<user_friendly_name>anonymous</user_friendly_name>
</platform>
<app>
<name>uppercase</name>
<user_friendly_name>The upper case application</user_friendly_name>
</app>
</boinc>










