diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index 24e2efb7..f589591a 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -33,4 +33,8 @@ + + + + diff --git a/Oqtane.Client/Resources/SharedResources.cs b/Oqtane.Client/Resources/SharedResources.cs deleted file mode 100644 index 2c1d6f25..00000000 --- a/Oqtane.Client/Resources/SharedResources.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Oqtane -{ - public class SharedResources - { - - } -} diff --git a/Oqtane.Client/SharedResources.cs b/Oqtane.Client/SharedResources.cs new file mode 100644 index 00000000..83390e8a --- /dev/null +++ b/Oqtane.Client/SharedResources.cs @@ -0,0 +1,13 @@ +namespace Oqtane.Client +{ + /// + /// Dummy class used to collect shared resource strings for this application + /// + /// + /// This class is mostly used with IStringLocalizer and IHtmlLocalizer interfaces. + /// The class must reside at the project root. + /// + public class SharedResources + { + } +}