mirror of
https://github.com/kevincolyar/CronNET.git
synced 2025-07-27 13:05:54 +02:00
Adds solution file to build projects.
This commit is contained in:
@@ -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" />
|
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cron;
|
||||
using CronNET;
|
||||
using MbUnit.Framework;
|
||||
|
||||
namespace CronTests
|
||||
|
Reference in New Issue
Block a user