shokai / ConsoleLib.NET
params(args) parser for .NETFrameowrk3.5 and Mono2.0
$ hg clone http://bitbucket.org/shokai/consolelibnet/
| commit 8: | 530ffb98fb06 |
| parent 7: | 964760180d23 |
| branch: | default |
16 months ago
Changed (Δ38 bytes):
ConsoleLib/bin/Debug/ConsoleLib.dll (binary file changed)
ConsoleLibSample/Program.cs (0 lines added, 1 lines removed)
ConsoleLibSample/bin/Debug/ConsoleLib.dll (binary file changed)
ConsoleLibSample/bin/Debug/ConsoleLibSample.exe (binary file changed)
ConsoleLibSample/bin/Release/ConsoleLibSample.exe (binary file changed)
ConsoleLibTest/bin/Debug/ConsoleLib.dll (binary file changed)
ConsoleLibTest/bin/Debug/ConsoleLibTest.dll (binary file changed)
ConsoleLibTest/bin/Release/ConsoleLibTest.dll (binary file changed)
Up to file-list ConsoleLib/bin/Debug/ConsoleLib.dll:
Up to file-list ConsoleLibSample/Program.cs:
| … | … | @@ -11,7 +11,6 @@ namespace ConsoleLibSample |
11 |
11 |
{ |
12 |
12 |
static void Main(string[] args) |
13 |
13 |
{ |
14 |
Console.WriteLine(args); |
|
15 |
14 |
ParamsParser pp = new ParamsParser(args); |
16 |
15 |
|
17 |
16 |
Console.WriteLine("First: " + pp.First); |
Up to file-list ConsoleLibSample/bin/Debug/ConsoleLib.dll:
Up to file-list ConsoleLibSample/bin/Debug/ConsoleLibSample.exe:
Up to file-list ConsoleLibSample/bin/Release/ConsoleLibSample.exe:
Up to file-list ConsoleLibTest/bin/Debug/ConsoleLib.dll:
Up to file-list ConsoleLibTest/bin/Debug/ConsoleLibTest.dll:
Up to file-list ConsoleLibTest/bin/Release/ConsoleLibTest.dll:
