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

@@ -38,9 +38,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CronDaemon\Cron.csproj">
<ProjectReference Include="..\CronNET\CronNET.csproj">
<Project>{F31D7AF3-FDFA-44F1-9C63-305BAF11D002}</Project>
<Name>Cron</Name>
<Name>CronNET</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

View File

@@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
using Cron;
using CronNET;
using MbUnit.Framework;
namespace CronTests