1 Star 0 Fork 39

yanzhengyu/SD.IdentitySystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SD.IdentitySystem.Service.sln 5.28 KB
一键复制 编辑 原始数据 按行查看 历史

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01 - 应用程序服务", "01 - 应用程序服务", "{6F925C59-1BA0-4E0F-B61D-4F573A08C64B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02 - 领域核心", "02 - 领域核心", "{4E46AC96-3000-4185-81F3-18D7FFE5CF82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03 - 领域服务实现", "03 - 领域服务实现", "{499F2B7C-CBDA-42BC-932C-C252D5335375}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "04 - 领域事件处理者", "04 - 领域事件处理者", "{E1405A60-894A-48A4-996A-DC23F5487281}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "05 - 仓储实现", "05 - 仓储实现", "{736BB2F7-0FF7-4CAD-9713-BB82C3EDF7D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C09B2578-5B63-419C-B351-7729B5B20080}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SD.IdentitySystem.Domain", "service\SD.IdentitySystem.Domain\SD.IdentitySystem.Domain.csproj", "{20443D88-D509-43C6-942C-0CE1923BC91E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SD.IdentitySystem.DomainService", "service\SD.IdentitySystem.DomainService\SD.IdentitySystem.DomainService.csproj", "{21AB46C4-2C9B-4D96-AB4F-437AC2F662E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SD.IdentitySystem.DomainEventHandler", "service\SD.IdentitySystem.DomainEventHandler\SD.IdentitySystem.DomainEventHandler.csproj", "{DE59EC3B-2E0C-41E4-B0F2-F4530E650E1D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SD.IdentitySystem.Repository", "service\SD.IdentitySystem.Repository\SD.IdentitySystem.Repository.csproj", "{33F75AC9-F2CC-4117-A04D-E701EF897924}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SD.IdentitySystem.IAppService", "service\SD.IdentitySystem.IAppService\SD.IdentitySystem.IAppService.csproj", "{52BF9A76-1B01-4C29-8067-E6F1C88896FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SD.IdentitySystem.AppService", "service\SD.IdentitySystem.AppService\SD.IdentitySystem.AppService.csproj", "{1490AFC6-998C-4E2C-A7D1-BC6C3CB0EA4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20443D88-D509-43C6-942C-0CE1923BC91E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20443D88-D509-43C6-942C-0CE1923BC91E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20443D88-D509-43C6-942C-0CE1923BC91E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20443D88-D509-43C6-942C-0CE1923BC91E}.Release|Any CPU.Build.0 = Release|Any CPU
{21AB46C4-2C9B-4D96-AB4F-437AC2F662E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21AB46C4-2C9B-4D96-AB4F-437AC2F662E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21AB46C4-2C9B-4D96-AB4F-437AC2F662E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21AB46C4-2C9B-4D96-AB4F-437AC2F662E6}.Release|Any CPU.Build.0 = Release|Any CPU
{DE59EC3B-2E0C-41E4-B0F2-F4530E650E1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE59EC3B-2E0C-41E4-B0F2-F4530E650E1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE59EC3B-2E0C-41E4-B0F2-F4530E650E1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE59EC3B-2E0C-41E4-B0F2-F4530E650E1D}.Release|Any CPU.Build.0 = Release|Any CPU
{33F75AC9-F2CC-4117-A04D-E701EF897924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33F75AC9-F2CC-4117-A04D-E701EF897924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33F75AC9-F2CC-4117-A04D-E701EF897924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33F75AC9-F2CC-4117-A04D-E701EF897924}.Release|Any CPU.Build.0 = Release|Any CPU
{52BF9A76-1B01-4C29-8067-E6F1C88896FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52BF9A76-1B01-4C29-8067-E6F1C88896FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52BF9A76-1B01-4C29-8067-E6F1C88896FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52BF9A76-1B01-4C29-8067-E6F1C88896FD}.Release|Any CPU.Build.0 = Release|Any CPU
{1490AFC6-998C-4E2C-A7D1-BC6C3CB0EA4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1490AFC6-998C-4E2C-A7D1-BC6C3CB0EA4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1490AFC6-998C-4E2C-A7D1-BC6C3CB0EA4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1490AFC6-998C-4E2C-A7D1-BC6C3CB0EA4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{20443D88-D509-43C6-942C-0CE1923BC91E} = {4E46AC96-3000-4185-81F3-18D7FFE5CF82}
{21AB46C4-2C9B-4D96-AB4F-437AC2F662E6} = {499F2B7C-CBDA-42BC-932C-C252D5335375}
{DE59EC3B-2E0C-41E4-B0F2-F4530E650E1D} = {E1405A60-894A-48A4-996A-DC23F5487281}
{33F75AC9-F2CC-4117-A04D-E701EF897924} = {736BB2F7-0FF7-4CAD-9713-BB82C3EDF7D1}
{52BF9A76-1B01-4C29-8067-E6F1C88896FD} = {6F925C59-1BA0-4E0F-B61D-4F573A08C64B}
{1490AFC6-998C-4E2C-A7D1-BC6C3CB0EA4C} = {6F925C59-1BA0-4E0F-B61D-4F573A08C64B}
EndGlobalSection
EndGlobal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yanzhengyu/ShSoft.UAC.git
git@gitee.com:yanzhengyu/ShSoft.UAC.git
yanzhengyu
ShSoft.UAC
SD.IdentitySystem
master

搜索帮助