Compare commits
No commits in common. "a1f7c8af2de6e510cc3cd5ecff7f9ab1acafe546" and "1c7980e209f12b0e2715b6bc8050dab1d0bdbb91" have entirely different histories.
a1f7c8af2d
...
1c7980e209
|
|
@ -37,6 +37,9 @@
|
||||||
<Reference Include="AyCode.Interfaces.Server">
|
<Reference Include="AyCode.Interfaces.Server">
|
||||||
<HintPath>..\..\..\..\..\..\Aycode\Source\AyCode.Core\AyCode.Services.Server\bin\FruitBank\Debug\net9.0\AyCode.Interfaces.Server.dll</HintPath>
|
<HintPath>..\..\..\..\..\..\Aycode\Source\AyCode.Core\AyCode.Services.Server\bin\FruitBank\Debug\net9.0\AyCode.Interfaces.Server.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="AyCode.Utils">
|
||||||
|
<HintPath>..\..\..\..\..\..\Aycode\Source\AyCode.Core\AyCode.Services.Server\bin\FruitBank\Debug\net9.0\AyCode.Utils.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using AyCode.Core.Consts;
|
|
||||||
|
|
||||||
namespace Mango.Nop.Core
|
|
||||||
{
|
|
||||||
public abstract class NopCommonConst: AcConst
|
|
||||||
{
|
|
||||||
//public static string DefaultLocale = "en-US";
|
|
||||||
//public static string BaseUrl = "https://localhost:7144";
|
|
||||||
|
|
||||||
//public static string LoggerHubName = "loggerHub";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue