diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-31 23:07:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-31 23:07:45 -0400 |
| commit | 13d8110ce29a7d976c3e88dc4b330922964ac11a (patch) | |
| tree | ddc2a61bfd9d001224aa640e220c7903ac62cb74 /MediaBrowser.Model/MediaBrowser.Model.csproj | |
| parent | b28857feea210a40f984e69517bcbafbfb639773 (diff) | |
make api project portable
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index a1b478496c..5999f02db2 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -106,6 +106,8 @@ <Compile Include="Devices\LocalFileInfo.cs" /> <Compile Include="Devices\DeviceInfo.cs" /> <Compile Include="Devices\DevicesOptions.cs" /> + <Compile Include="Diagnostics\IProcess.cs" /> + <Compile Include="Diagnostics\IProcessFactory.cs" /> <Compile Include="Dlna\CodecProfile.cs" /> <Compile Include="Dlna\ContainerProfile.cs" /> <Compile Include="Dlna\DeviceProfile.cs" /> @@ -422,6 +424,8 @@ <Compile Include="Tasks\ScheduledTaskHelpers.cs" /> <Compile Include="Tasks\TaskCompletionEventArgs.cs" /> <Compile Include="Tasks\TaskExecutionOptions.cs" /> + <Compile Include="Threading\ITimer.cs" /> + <Compile Include="Threading\ITimerFactory.cs" /> <Compile Include="Updates\CheckForUpdateResult.cs" /> <Compile Include="Updates\PackageTargetSystem.cs" /> <Compile Include="Updates\InstallationInfo.cs" /> |
