加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cike.EventBus.sln 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
黎明 提交于 2023-02-08 19:04 . feat:增加包说明

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AE4024AA-5FDA-433A-8728-FED8CE2B969B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2FC84CD0-D2B2-4B20-8283-79EFD0097ED9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution items", "{B77B6E39-9E7C-46CC-8018-4CD331560D00}"
ProjectSection(SolutionItems) = preProject
common.props = common.props
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cike.EventBus", "src\Cike.EventBus\Cike.EventBus.csproj", "{4D1EAD08-E079-4239-B5FD-BC7591398A5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cike.EventBus.Test", "tests\Cike.EventBus.Test\Cike.EventBus.Test.csproj", "{B54A8B01-2BFC-4977-AEBF-640DE9747734}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D1EAD08-E079-4239-B5FD-BC7591398A5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D1EAD08-E079-4239-B5FD-BC7591398A5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D1EAD08-E079-4239-B5FD-BC7591398A5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D1EAD08-E079-4239-B5FD-BC7591398A5A}.Release|Any CPU.Build.0 = Release|Any CPU
{B54A8B01-2BFC-4977-AEBF-640DE9747734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B54A8B01-2BFC-4977-AEBF-640DE9747734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B54A8B01-2BFC-4977-AEBF-640DE9747734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B54A8B01-2BFC-4977-AEBF-640DE9747734}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D1EAD08-E079-4239-B5FD-BC7591398A5A} = {AE4024AA-5FDA-433A-8728-FED8CE2B969B}
{B54A8B01-2BFC-4977-AEBF-640DE9747734} = {2FC84CD0-D2B2-4B20-8283-79EFD0097ED9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {110EB58B-231C-48CE-A83A-39B0790E2914}
EndGlobalSection
EndGlobal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化