diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 01:43:42 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 01:43:42 -0500 |
| commit | 06afe47ee9716cb210067f3c09cd0c97722bd1c7 (patch) | |
| tree | fa856ef38f03fa051d446bc854e8d6d4b4f24899 /MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj | |
| parent | 369d5e8f09e4e6e7e493bf2049325251942cd215 (diff) | |
update server core project
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj | 60 |
1 files changed, 21 insertions, 39 deletions
diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj index 6196a74a2b..79c1356de3 100644 --- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj +++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj @@ -93,14 +93,27 @@ <Compile Include="..\SharedVersion.cs"> <Link>Properties\SharedVersion.cs</Link> </Compile> - <Compile Include="Activity\ActivityRepository.cs" /> <Compile Include="ApplicationHost.cs" /> <Compile Include="ApplicationPathHelper.cs" /> - <Compile Include="Devices\DeviceRepository.cs" /> - <Compile Include="EntryPoints\ExternalPortForwarding.cs" /> + <Compile Include="Cryptography\ASN1.cs" /> + <Compile Include="Cryptography\ASN1Convert.cs" /> + <Compile Include="Cryptography\BitConverterLE.cs" /> + <Compile Include="Cryptography\CertificateGenerator.cs" /> + <Compile Include="Cryptography\CryptoConvert.cs" /> + <Compile Include="Cryptography\PfxGenerator.cs" /> + <Compile Include="Cryptography\PKCS1.cs" /> + <Compile Include="Cryptography\PKCS12.cs" /> + <Compile Include="Cryptography\PKCS7.cs" /> + <Compile Include="Cryptography\PKCS8.cs" /> + <Compile Include="Cryptography\X501Name.cs" /> + <Compile Include="Cryptography\X509Builder.cs" /> + <Compile Include="Cryptography\X509Certificate.cs" /> + <Compile Include="Cryptography\X509CertificateBuilder.cs" /> + <Compile Include="Cryptography\X509CertificateCollection.cs" /> + <Compile Include="Cryptography\X509Extension.cs" /> + <Compile Include="Cryptography\X509Extensions.cs" /> + <Compile Include="Cryptography\X520Attributes.cs" /> <Compile Include="FFMpeg\FFMpegLoader.cs" /> - <Compile Include="FFMpeg\FFMpegInstallInfo.cs" /> - <Compile Include="FFMpeg\FFMpegInfo.cs" /> <Compile Include="HttpServerFactory.cs" /> <Compile Include="INativeApp.cs" /> <Compile Include="IO\LibraryMonitor.cs" /> @@ -128,44 +141,10 @@ <Compile Include="LiveTv\TunerHosts\SatIp\TransmissionMode.cs" /> <Compile Include="LiveTv\TunerHosts\SatIp\Utils.cs" /> <Compile Include="MbLinkShortcutHandler.cs" /> - <Compile Include="Migrations\IVersionMigration.cs" /> - <Compile Include="Migrations\DbMigration.cs" /> - <Compile Include="Migrations\UpdateLevelMigration.cs" /> <Compile Include="NativeEnvironment.cs" /> - <Compile Include="Notifications\SqliteNotificationsRepository.cs" /> - <Compile Include="Persistence\BaseSqliteRepository.cs" /> - <Compile Include="Persistence\DataExtensions.cs" /> - <Compile Include="Persistence\IDbConnector.cs" /> - <Compile Include="Persistence\MediaStreamColumns.cs" /> - <Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" /> - <Compile Include="Persistence\SqliteFileOrganizationRepository.cs" /> - <Compile Include="Persistence\SqliteItemRepository.cs" /> - <Compile Include="Persistence\SqliteUserDataRepository.cs" /> - <Compile Include="Persistence\SqliteUserRepository.cs" /> - <Compile Include="Persistence\TypeMapper.cs" /> <Compile Include="Security\AuthenticationRepository.cs" /> - <Compile Include="Cryptography\CertificateGenerator.cs" /> <Compile Include="Networking\NetworkManager.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Cryptography\ASN1.cs" /> - <Compile Include="Cryptography\ASN1Convert.cs" /> - <Compile Include="Cryptography\BitConverterLE.cs" /> - <Compile Include="Cryptography\CryptoConvert.cs" /> - <Compile Include="Cryptography\PfxGenerator.cs" /> - <Compile Include="Cryptography\PKCS1.cs" /> - <Compile Include="Cryptography\PKCS12.cs" /> - <Compile Include="Cryptography\PKCS7.cs" /> - <Compile Include="Cryptography\PKCS8.cs" /> - <Compile Include="Cryptography\X501Name.cs" /> - <Compile Include="Cryptography\X509Builder.cs" /> - <Compile Include="Cryptography\X509Certificate.cs" /> - <Compile Include="Cryptography\X509CertificateBuilder.cs" /> - <Compile Include="Cryptography\X509CertificateCollection.cs" /> - <Compile Include="Cryptography\X509Extension.cs" /> - <Compile Include="Cryptography\X509Extensions.cs" /> - <Compile Include="Cryptography\X520Attributes.cs" /> - <Compile Include="Social\SharingRepository.cs" /> - <Compile Include="Sync\SyncRepository.cs" /> <Compile Include="SystemEvents.cs" /> <Compile Include="TextLocalizer.cs" /> </ItemGroup> @@ -408,6 +387,9 @@ <None Include="LiveTv\TunerHosts\SatIp\ini\satellite\3594.ini" /> <None Include="packages.config" /> </ItemGroup> + <ItemGroup> + <Folder Include="Persistence\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |
