Project Settings

AssemblyInfo File
All Milos assemblies are strongly named.
You must set the following attributes in your AssemblyInfo file:
[assembly: AssemblyTitle("Title")] [assembly: AssemblyDescription("Short description")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("EPS Software Corp.")] [assembly: AssemblyProduct("Milos Solution Platform")] [assembly: AssemblyCopyright("EPS Software Corp.")] [assembly: AssemblyTrademark("EPS Software Corp.")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.0.0.0") <-- Provide a full version here! Do not settle for 1.0.*!!! [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("c:\\Milos\\Keys\\Milos.snk")] [assembly: AssemblyKeyName("")] [assembly: ComVisible(false)] [assembly: CLSCompliant(true)]

Enable XML Comments
All Milos assemblies require XML comments to be set. To do so, open the project properties, navigate to Configuration Properties -> Build and define an XML Documentation File of the same name as your project/output dll (although with an XML extension).

Treat Warnings as Errors
Milos projects treat all warnings as errors. Set that property to true (All in VS 2005) on the same configuration page as the XML Comments. We recommend using the default warning level 4 for Milos projects.



Last Updated: 8/1/2006