diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-18 11:12:20 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-18 11:12:20 -0400 |
| commit | f98b619b643a9af7b892ce8a591972fac5bb21d4 (patch) | |
| tree | 9ec546cbab765407ff154fb5f1a91388c0dc6c6c /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | cf7c88a7e20ac6873d0ece94a04a5b787ba85483 (diff) | |
fix language selections
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 201648de8..c6a105e22 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -133,7 +133,6 @@ <Compile Include="EntryPoints\UserDataChangeNotifier.cs" /> <Compile Include="FileOrganization\OrganizerScheduledTask.cs" /> <Compile Include="HttpServer\ContainerAdapter.cs" /> - <Compile Include="HttpServer\DelReceiveWebRequest.cs" /> <Compile Include="HttpServer\GetSwaggerResource.cs" /> <Compile Include="HttpServer\HttpListenerHost.cs" /> <Compile Include="HttpServer\HttpResultFactory.cs" /> @@ -431,6 +430,7 @@ <Link>swagger-ui\swagger-ui.min.js</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> + <EmbeddedResource Include="Localization\iso6392.txt" /> <Content Include="x64\SQLite.Interop.dll" Condition=" '$(ConfigurationName)' != 'Release Mono' "> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> |
