更新项目配置,新增设备同步模块,优化WebSocket和Swagger配置,增强SCADA系统的免登录接口,支持数据字典项和登录日志的免登录查询与记录。调整Java编译设置,确保更好的开发体验。
This commit is contained in:
36
yy-admin-master/YY.Admin.Entry.sln
Normal file
36
yy-admin-master/YY.Admin.Entry.sln
Normal file
@@ -0,0 +1,36 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.13.35931.197
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YY.Admin", "YY.Admin\YY.Admin.csproj", "{11B4A9C2-E1C1-4F3C-99E2-D104C82E5C65}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YY.Admin.Core", "YY.Admin.Core\YY.Admin.Core.csproj", "{4E232859-BCDE-4A6D-902B-EDAE201EC511}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YY.Admin.Services", "YY.Admin.Services\YY.Admin.Services.csproj", "{27916A92-94E8-423B-AFB5-CB053EBC3BA1}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{11B4A9C2-E1C1-4F3C-99E2-D104C82E5C65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{11B4A9C2-E1C1-4F3C-99E2-D104C82E5C65}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{11B4A9C2-E1C1-4F3C-99E2-D104C82E5C65}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{11B4A9C2-E1C1-4F3C-99E2-D104C82E5C65}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4E232859-BCDE-4A6D-902B-EDAE201EC511}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4E232859-BCDE-4A6D-902B-EDAE201EC511}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4E232859-BCDE-4A6D-902B-EDAE201EC511}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4E232859-BCDE-4A6D-902B-EDAE201EC511}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{27916A92-94E8-423B-AFB5-CB053EBC3BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{27916A92-94E8-423B-AFB5-CB053EBC3BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{27916A92-94E8-423B-AFB5-CB053EBC3BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{27916A92-94E8-423B-AFB5-CB053EBC3BA1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {DDF402D0-A7AC-421D-9AAF-AE9ACBD137C3}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user