mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
26 lines
738 B
HTML
26 lines
738 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
|
<head>
|
|
<title>Untitled Page</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h3>
|
|
Cosmos.Build.Common</h3>
|
|
<p>
|
|
This contains constants, enums etc that are shared by the build tools. If any
|
|
executable code exists, it should be generic.</p>
|
|
<h3>
|
|
Cosmos.Build.Builder</h3>
|
|
<p>
|
|
Project for
|
|
building and installing dev or user kit.</p>
|
|
<h3>
|
|
Cosmos.Build.Installer</h3>
|
|
<p>
|
|
Class library that implements batch / install functions.</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|