diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 13:46:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 13:46:11 -0400 |
| commit | d2933cab7355b9a77ec802e4bc1efae9a3bf9743 (patch) | |
| tree | 47fa43815595866304cacb84aab8755778f952ef /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | c174859b528bc4e167f5cc34d5ff0e6a117901ed (diff) | |
fixed ratings. moved them to static text files
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 60afc8413..869fc1686 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -204,6 +204,10 @@ </ProjectReference> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\us.txt" /> + <EmbeddedResource Include="Localization\Ratings\au.txt" /> + <EmbeddedResource Include="Localization\Ratings\gb.txt" /> + <EmbeddedResource Include="Localization\Ratings\nl.txt" /> <Content Include="swagger-ui\css\hightlight.default.css"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> |
