Adds solution file to build projects.

This commit is contained in:
Kevin Colyar
2012-01-05 09:24:41 -08:00
parent 1ee30fa704
commit 19759eb475
7 changed files with 31 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.Timers;
namespace Cron
namespace CronNET
{
public class CronDaemon
{