Initial import of C# installtool.

Former-commit-id: 072e30433709380ffcb8e9ea1d658c1ebcb99f7d
This commit is contained in:
David Anderson
2013-02-17 01:34:05 -08:00
parent 5c380e2310
commit 0ffd9caaed
14 changed files with 3289 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace installtool
{
static public partial class Program
{
public const string VersionString = "1.8.3-dev";
}
}