Click here to Skip to main content
15,881,027 members
Articles / Containers / Virtual Machine

Develop a Mono application for the XO laptop

Rate me:
Please Sign up or sign in to vote.
5.00/5 (19 votes)
21 Apr 2009CPOL10 min read 102.6K   170   28  
Learn how to develop an application for the XO laptop - the OLPC project's machine - using Mono on Sugar OS.
  • monosugarsrc.zip
    • LabActivity
      • AssemblyInfo.cs
      • bin
        • Debug
          • bin
            • libgdksharpglue-2.so
            • libgladesharpglue-2.so
            • libglibsharpglue-2.so
            • libgtksharpglue-2.so
            • libMonoPosixHelper.so
            • libpangosharpglue-2.so
            • uiX11Util.so
          • LabActivity.exe
          • LabActivity.exe.mdb
          • Sugar.dll
      • deploy
      • gtk-gui
      • LabActivity.activity
        • activity
        • bin
          • labactivity-activity
          • libgdksharpglue-2.so
          • libgladesharpglue-2.so
          • libglibsharpglue-2.so
          • libgtksharpglue-2.so
          • libMonoPosixHelper.so
          • libpangosharpglue-2.so
          • uiX11Util.so
        • MANIFEST
      • LabActivity.mdp
      • LabActivity.mds
      • MainWindow.cs
// AssemblyInfo.cs created with MonoDevelop
// User: user at 11:27 P 2009/04/21
//
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
//
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes. 
// Change them to the values specific to your project.

[assembly: AssemblyTitle("LabActivity")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// If the build and revision are set to '*' they will be updated automatically.

[assembly: AssemblyVersion("1.0.*.*")]

// The following attributes are used to specify the signing key for the assembly, 
// if desired. See the Mono documentation for more information about signing.

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect C2S
France France
Lionel is a software architect at C2S, a software company based in France and subsidiary of the Bouygues group.
Lionel is also the author of Liogo, an open-source Logo compiler for .NET.
Lionel is a contributor of DotNetGuru and Dr.Dobb's Journal.
Lionel is President and co-founder of OLPC France.

Comments and Discussions