diff --git a/BeWoAllReports.sln b/BeWoAllReports.sln
index 32346d9e2..4706dce54 100644
--- a/BeWoAllReports.sln
+++ b/BeWoAllReports.sln
@@ -940,6 +940,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HalteStelle", "ReportImp\Ha
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PflegedienstRahnFreitag", "ReportImp\PflegedienstRahnFreitag\PflegedienstRahnFreitag.csproj", "{07F34D7C-B4A0-45E1-82BF-CD45BDB26A6E}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ruhrstern", "ReportImp\Ruhrstern\Ruhrstern.csproj", "{A3D9B311-57F8-44B9-9182-C1B361BE7D94}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
@@ -11559,6 +11561,30 @@ Global
{07F34D7C-B4A0-45E1-82BF-CD45BDB26A6E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{07F34D7C-B4A0-45E1-82BF-CD45BDB26A6E}.Release|x86.ActiveCfg = Release|Any CPU
{07F34D7C-B4A0-45E1-82BF-CD45BDB26A6E}.Release|x86.Build.0 = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|.NET.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|.NET.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Debug|x86.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|.NET.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|.NET.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|Mixed Platforms.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|x86.ActiveCfg = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.DebugRemote|x86.Build.0 = Debug|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|.NET.ActiveCfg = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|.NET.Build.0 = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|x86.ActiveCfg = Release|Any CPU
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -12025,6 +12051,7 @@ Global
{C6EB0254-6FCB-4143-BC33-73168E836FF8} = {D8A691C5-146D-4613-86CC-438F02FE9106}
{D6B9FA58-F1F4-4737-9FB9-A994AD50AEF2} = {D8A691C5-146D-4613-86CC-438F02FE9106}
{07F34D7C-B4A0-45E1-82BF-CD45BDB26A6E} = {D8A691C5-146D-4613-86CC-438F02FE9106}
+ {A3D9B311-57F8-44B9-9182-C1B361BE7D94} = {D8A691C5-146D-4613-86CC-438F02FE9106}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9}
diff --git a/ReportImp/Ruhrstern/Ruhrstern.csproj b/ReportImp/Ruhrstern/Ruhrstern.csproj
index 3c81ce4a6..a7bc3908f 100644
--- a/ReportImp/Ruhrstern/Ruhrstern.csproj
+++ b/ReportImp/Ruhrstern/Ruhrstern.csproj
@@ -66,7 +66,6 @@
True
Resources.resx
-
Component
diff --git a/Service/Plugins/PluginLoader.cs b/Service/Plugins/PluginLoader.cs
index b8bdb1310..adf991fc4 100644
--- a/Service/Plugins/PluginLoader.cs
+++ b/Service/Plugins/PluginLoader.cs
@@ -422,6 +422,7 @@ namespace BeWo.Service.Plugins
//t = "3475059258"; // HalteStelle e.V.
//t = "6653973776"; // Stefan Knauer (BeWo Heinsberg Soziotherapie)
//t = "8743996874"; // Pflegedienst Rahn und Freitag GmbH
+ t = "6666827209"; //Ruhrstern GmbH
return t;