-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCike.EventBus.sln
45 lines (45 loc) · 2.3 KB
/
Cike.EventBus.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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