fix: Fixing bad include in .csproj

This commit is contained in:
Chris Cameron
2018-07-12 16:52:53 -04:00
parent d1b8b5a01f
commit bfbbcff7e7

View File

@@ -113,7 +113,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RecursionUtils.cs" />
<Compile Include="ReprBuilder.cs" />
<Compile Include="Services\Scheduler\AbstactScheduledAction.cs" />
<Compile Include="Services\Scheduler\AbstractScheduledAction.cs" />
<Compile Include="Services\Scheduler\ActionSchedulerService.cs" />
<Compile Include="Services\Scheduler\IActionSchedulerService.cs" />
<Compile Include="Services\Scheduler\IScheduledAction.cs" />