diff options
| author | cvium <clausvium@gmail.com> | 2019-01-16 21:00:10 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-01-20 06:30:52 +0100 |
| commit | eba1f05c03bb906ba2f5c4eb3bd1151ed510c7f8 (patch) | |
| tree | 7cfbba71484ed9141a8f8d923cd28b8d349b2a13 | |
| parent | b35dcbb9f02c27d2d84ee3281a60d654a3fb1259 (diff) | |
Remove embedded resource from csproj
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 0bbbf7177..3aa617b02 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -43,7 +43,6 @@ <EmbeddedResource Include="Localization\iso6392.txt" /> <EmbeddedResource Include="Localization\countries.json" /> <EmbeddedResource Include="Localization\Core\*.json" /> - <EmbeddedResource Include="TextEncoding\NLangDetect\Profiles\*" /> <EmbeddedResource Include="Localization\Ratings\*.txt" /> </ItemGroup> |
