diff --git a/resources/ProjectPathUtil.cs b/resources/ProjectPathUtil.cs index 8b52937ee39..f589917b20b 100644 --- a/resources/ProjectPathUtil.cs +++ b/resources/ProjectPathUtil.cs @@ -7,11 +7,11 @@ public static class ProjectPathUtil { public static readonly string projPath; - public const string ProjectDir_AvaloniaApp = "System.Application.SteamTools.Client.Desktop.Avalonia.App"; + public const string ProjectDir_AvaloniaApp = "ST.Client.Desktop.Avalonia.App"; - public const string ProjectDir_CoreLib = "System.Common.CoreLib"; + public const string ProjectDir_CoreLib = "Common.CoreLib"; - public const string ProjectDir_ClientDesktop = "System.Application.SteamTools.Client.Desktop"; + public const string ProjectDir_ClientDesktop = "ST.Client.Desktop"; public const string DirPublishWinX86 = @"\" + ProjectDir_AvaloniaApp + @"\bin\Release\Publish\win-x86"; diff --git a/src/ST/ReleaseType.cs b/src/ST/ReleaseType.cs index a0f23ba5909..2d44dd9eb24 100644 --- a/src/ST/ReleaseType.cs +++ b/src/ST/ReleaseType.cs @@ -1,64 +1,64 @@ -namespace System.Application -{ - /// - /// 发行版本类型 - /// 枚举常量命名参考:https://dotnet.microsoft.com/download/dotnet/5.0 - /// - [Flags] - [Obsolete] - public enum ReleaseType - { - /// - /// Windows 64 bit - /// - Windows_x64 = 4, +//namespace System.Application +//{ +// /// +// /// 发行版本类型 +// /// 枚举常量命名参考:https://dotnet.microsoft.com/download/dotnet/5.0 +// /// +// [Flags] +// [Obsolete] +// public enum ReleaseType +// { +// /// +// /// Windows 64 bit +// /// +// Windows_x64 = 4, - /// - /// Windows 32 bit - /// - Windows_x86 = 8, +// /// +// /// Windows 32 bit +// /// +// Windows_x86 = 8, - /// - /// Windows平台下当用户不知道是否运行的64位系统时推荐使用此版本(不兼容),可通过后续更新到 - /// - Windows_Any = Windows_x64 | Windows_x86, +// /// +// /// Windows平台下当用户不知道是否运行的64位系统时推荐使用此版本(不兼容),可通过后续更新到 +// /// +// Windows_Any = Windows_x64 | Windows_x86, - /// - /// Windows ARM 64 bit - /// 例如设备:Surface Pro X - /// - Windows_Arm64 = 16, +// /// +// /// Windows ARM 64 bit +// /// 例如设备:Surface Pro X +// /// +// Windows_Arm64 = 16, - /// - /// 使用 Intel 的 Mac 设备 - /// - macOS_x64 = 32, +// /// +// /// 使用 Intel 的 Mac 设备 +// /// +// macOS_x64 = 32, - /// - /// 使用 Apple Silicon 的 Mac 设备 - /// - macOS_Arm64 = 64, +// /// +// /// 使用 Apple Silicon 的 Mac 设备 +// /// +// macOS_Arm64 = 64, - /// - /// Linux 64 bit - /// - Linux_x64 = 128, +// /// +// /// Linux 64 bit +// /// +// Linux_x64 = 128, - /// - /// Apple (iPhone / iPad / iPod touch) - /// - iOS = 256, +// /// +// /// Apple (iPhone / iPad / iPod touch) +// /// +// iOS = 256, - /// - /// Android arm64-v8a - /// 例如高通骁龙808,810等2015年后发布的Soc - /// - Android_Arm64 = 512, +// /// +// /// Android arm64-v8a +// /// 例如高通骁龙808,810等2015年后发布的Soc +// /// +// Android_Arm64 = 512, - /// - /// Android armeabi-v7a - /// 安卓平台下当用户不知道是否运行的64位系统时推荐使用此版本,可通过后续更新到 - /// - Android_Arm32 = 1024, - } -} \ No newline at end of file +// /// +// /// Android armeabi-v7a +// /// 安卓平台下当用户不知道是否运行的64位系统时推荐使用此版本,可通过后续更新到 +// /// +// Android_Arm32 = 1024, +// } +//} \ No newline at end of file diff --git a/src/Services.SmsSender/Services.SmsSender.csproj b/src/Services.SmsSender/Services.SmsSender.csproj index 03eaf1d31e6..37a74e1638f 100644 --- a/src/Services.SmsSender/Services.SmsSender.csproj +++ b/src/Services.SmsSender/Services.SmsSender.csproj @@ -7,7 +7,7 @@ - + Properties\AssemblyInfo.cs @@ -17,7 +17,7 @@ - +