diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-20 15:39:55 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-20 15:39:55 -0400 |
| commit | 307754a0e0a88ac331c1e8bb98e46ce51d004fd6 (patch) | |
| tree | 3b442b7f08ac7e62d86f0d655fecb9956840a1ac /MediaBrowser.sln | |
| parent | 51b610b999035fac571d0faf24e5cd558ecaacb5 (diff) | |
Create a derived version of WebApplicationFactory<> that works with the Jellyfin server
Diffstat (limited to 'MediaBrowser.sln')
| -rw-r--r-- | MediaBrowser.sln | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.sln b/MediaBrowser.sln index 1c84622ac..daac9b0a2 100644 --- a/MediaBrowser.sln +++ b/MediaBrowser.sln @@ -1,4 +1,4 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26730.3 MinimumVisualStudioVersion = 10.0.40219.1 @@ -62,6 +62,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Server.Implementat EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Controller.Tests", "tests\Jellyfin.Controller.Tests\Jellyfin.Controller.Tests.csproj", "{462584F7-5023-4019-9EAC-B98CA458C0A0}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Api.Tests", "tests\MediaBrowser.Api.Tests\MediaBrowser.Api.Tests.csproj", "{7C93C84F-105C-48E5-A878-406FA0A5B296}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU |
