diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-18 16:06:00 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-18 16:06:00 -0500 |
| commit | e58e34ceca52914bd2475c76ede5f7ee91964d00 (patch) | |
| tree | 963560d56662ddc2145c774ec36cc7d6458ca601 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | c6f1bd93fc3c6aab16d5ba2c0ceeddb9303d029d (diff) | |
move classes to portable project
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index b323671c1..653a6a9c1 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -69,6 +69,9 @@ <Compile Include="EntryPoints\UsageEntryPoint.cs" /> <Compile Include="EntryPoints\UsageReporter.cs" /> <Compile Include="EntryPoints\UserDataChangeNotifier.cs" /> + <Compile Include="FFMpeg\FFMpegInfo.cs" /> + <Compile Include="FFMpeg\FFMpegInstallInfo.cs" /> + <Compile Include="FFMpeg\FFMpegLoader.cs" /> <Compile Include="FileOrganization\EpisodeFileOrganizer.cs" /> <Compile Include="FileOrganization\Extensions.cs" /> <Compile Include="FileOrganization\FileOrganizationNotifier.cs" /> @@ -239,6 +242,7 @@ <Compile Include="Sorting\SortNameComparer.cs" /> <Compile Include="Sorting\StartDateComparer.cs" /> <Compile Include="Sorting\StudioComparer.cs" /> + <Compile Include="StartupOptions.cs" /> <Compile Include="Sync\AppSyncProvider.cs" /> <Compile Include="Sync\CloudSyncProfile.cs" /> <Compile Include="Sync\IHasSyncQuality.cs" /> |
