|
|
|
@ -233,7 +233,16 @@
|
|
|
|
|
<Compile Include="Instrumentation\DeleteLogFilesService.cs" />
|
|
|
|
|
<Compile Include="MediaFiles\MediaFileExtensions.cs" />
|
|
|
|
|
<Compile Include="MediaFiles\MediaInfo\VideoFileInfoReader.cs" />
|
|
|
|
|
<Compile Include="Messaging\CommandExecutor.cs" />
|
|
|
|
|
<Compile Include="Messaging\Commands\CommandExecutor.cs" />
|
|
|
|
|
<Compile Include="Messaging\Commands\ICommandExecutor.cs" />
|
|
|
|
|
<Compile Include="Messaging\Commands\IExecute.cs" />
|
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\CommandStatus.cs" />
|
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\CommandTrackingService.cs" />
|
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\ExistingCommand.cs" />
|
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\TrackedCommandCleanupCommand.cs" />
|
|
|
|
|
<Compile Include="Messaging\Events\EventAggregator.cs" />
|
|
|
|
|
<Compile Include="Messaging\Events\IEventAggregator.cs" />
|
|
|
|
|
<Compile Include="Messaging\Events\IHandle.cs" />
|
|
|
|
|
<Compile Include="MetadataSource\Trakt\TraktException.cs" />
|
|
|
|
|
<Compile Include="NzbDroneClientException.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LoggerExtensions.cs" />
|
|
|
|
@ -245,16 +254,7 @@
|
|
|
|
|
<Compile Include="Messaging\Commands\TestCommandExecutor.cs" />
|
|
|
|
|
<Compile Include="Messaging\Events\CommandCreatedEvent.cs" />
|
|
|
|
|
<Compile Include="Messaging\Events\CommandExecutedEvent.cs" />
|
|
|
|
|
<Compile Include="Messaging\IExecute.cs" />
|
|
|
|
|
<Compile Include="Messaging\IHandle.cs" />
|
|
|
|
|
<Compile Include="Messaging\IEventAggregator.cs" />
|
|
|
|
|
<Compile Include="Messaging\IProcessMessage.cs" />
|
|
|
|
|
<Compile Include="Messaging\EventAggregator.cs" />
|
|
|
|
|
<Compile Include="Messaging\MessageExtensions.cs" />
|
|
|
|
|
<Compile Include="Messaging\Tracking\CommandStatus.cs" />
|
|
|
|
|
<Compile Include="Messaging\Tracking\CommandTrackingService.cs" />
|
|
|
|
|
<Compile Include="Messaging\Tracking\ExistingCommand.cs" />
|
|
|
|
|
<Compile Include="Messaging\Tracking\TrackedCommandCleanupCommand.cs" />
|
|
|
|
|
<Compile Include="ProgressMessaging\CommandUpdatedEvent.cs" />
|
|
|
|
|
<Compile Include="ProgressMessaging\ProgressMessageTarget.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\SetLoggingLevel.cs" />
|
|
|
|
|