mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
fix namespace
This commit is contained in:
parent
a6971306a4
commit
c96bcd01fd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>HISP</RootNamespace>
|
<RootNamespace>HISP.Cli</RootNamespace>
|
||||||
<LangVersion>10.0</LangVersion>
|
<LangVersion>10.0</LangVersion>
|
||||||
<Platforms>x64;x86;ARM;ARM64;AnyCPU</Platforms>
|
<Platforms>x64;x86;ARM;ARM64;AnyCPU</Platforms>
|
||||||
<Configurations>Debug;Windows;Linux;MacOS;Android</Configurations>
|
<Configurations>Debug;Windows;Linux;MacOS;Android</Configurations>
|
||||||
|
|
|
@ -39,7 +39,7 @@ namespace HISP.Cli.Properties {
|
||||||
public static global::System.Resources.ResourceManager ResourceManager {
|
public static global::System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HISP.Properties.Resources", typeof(Resources).Assembly);
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HISP.Cli.Properties.Resources", typeof(Resources).Assembly);
|
||||||
resourceMan = temp;
|
resourceMan = temp;
|
||||||
}
|
}
|
||||||
return resourceMan;
|
return resourceMan;
|
||||||
|
|
Loading…
Add table
Reference in a new issue