将XP.ImageProcessing.Processors语言资源合并至Common
This commit is contained in:
+2105
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -21,8 +21,8 @@ public static class LocalizationHelper
|
|||||||
if (_resourceManager == null)
|
if (_resourceManager == null)
|
||||||
{
|
{
|
||||||
_resourceManager = new ResourceManager(
|
_resourceManager = new ResourceManager(
|
||||||
"XP.ImageProcessing.Processors.Resources.Resources",
|
"XP.Common.Resources.Resources",
|
||||||
typeof(LocalizationHelper).Assembly);
|
typeof(XP.Common.Resources.Resources).Assembly);
|
||||||
}
|
}
|
||||||
return _resourceManager;
|
return _resourceManager;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\XP.ImageProcessing.Core\XP.ImageProcessing.Core.csproj" />
|
<ProjectReference Include="..\XP.ImageProcessing.Core\XP.ImageProcessing.Core.csproj" />
|
||||||
|
<ProjectReference Include="..\XP.Common\XP.Common.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user