aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-06 23:48:54 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-14 16:14:39 +0000
commit7986465cf785ca385fd1765326887e550bced033 (patch)
tree8859e9b336326081b9dfdc8d550d7f7d6d6652b7 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentf2c2beca0f9a249edd7cc967c328d32ebdc30092 (diff)
Initial upload
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 91c4648c6..dd6022982 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -73,6 +73,12 @@
<EmbeddedResource Include="Localization\countries.json" />
<EmbeddedResource Include="Localization\Core\*.json" />
<EmbeddedResource Include="Localization\Ratings\*.csv" />
+ <EmbeddedResource Include="Plugins\blank.png" />
+ <EmbeddedResource Include="Plugins\Superceded.png" />
+ <EmbeddedResource Include="Plugins\Disabled.png" />
+ <EmbeddedResource Include="Plugins\NotSupported.png" />
+ <EmbeddedResource Include="Plugins\Malfunction.png" />
+ <EmbeddedResource Include="Plugins\RestartRequired.png" />
+ <EmbeddedResource Include="Plugins\Active.png" />
</ItemGroup>
-
</Project>