mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 04:35:00 +00:00
fix: Fixing bad include in .csproj
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="RecursionUtils.cs" />
|
<Compile Include="RecursionUtils.cs" />
|
||||||
<Compile Include="ReprBuilder.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\ActionSchedulerService.cs" />
|
||||||
<Compile Include="Services\Scheduler\IActionSchedulerService.cs" />
|
<Compile Include="Services\Scheduler\IActionSchedulerService.cs" />
|
||||||
<Compile Include="Services\Scheduler\IScheduledAction.cs" />
|
<Compile Include="Services\Scheduler\IScheduledAction.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user