-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLiteIM.sln
67 lines (66 loc) · 3.44 KB
/
LiteIM.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{014D3084-B29E-4BFF-BCCD-7EF3C03D17EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiteIM.Core", "src\LiteIM.Core\LiteIM.Core.csproj", "{DFA184B5-34EC-46C7-9DB4-DCE690AABECC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteIM.CSRedisCore", "src\LiteIM.CSRedisCore\LiteIM.CSRedisCore.csproj", "{053F8E7C-F7BC-4AC5-A6D0-20FBB1305C0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F8614B68-4A41-4F4B-B820-6ED675837E2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApp", "tests\SampleWebApp\SampleWebApp.csproj", "{1C293584-7671-4166-8944-FB56AA61003B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nupkg", "nupkg", "{B633B00F-7E9A-4240-9EEA-5D8D6804C35A}"
ProjectSection(SolutionItems) = preProject
nupkg\common.ps1 = nupkg\common.ps1
nupkg\pack.ps1 = nupkg\pack.ps1
nupkg\push_packages.ps1 = nupkg\push_packages.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17810CB1-B795-4842-8FE1-13BA00EDA5D2}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
common.props = common.props
global.json = global.json
LICENSE = LICENSE
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
repository_info.props = repository_info.props
version.props = version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFA184B5-34EC-46C7-9DB4-DCE690AABECC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFA184B5-34EC-46C7-9DB4-DCE690AABECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFA184B5-34EC-46C7-9DB4-DCE690AABECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFA184B5-34EC-46C7-9DB4-DCE690AABECC}.Release|Any CPU.Build.0 = Release|Any CPU
{053F8E7C-F7BC-4AC5-A6D0-20FBB1305C0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{053F8E7C-F7BC-4AC5-A6D0-20FBB1305C0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{053F8E7C-F7BC-4AC5-A6D0-20FBB1305C0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{053F8E7C-F7BC-4AC5-A6D0-20FBB1305C0A}.Release|Any CPU.Build.0 = Release|Any CPU
{1C293584-7671-4166-8944-FB56AA61003B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C293584-7671-4166-8944-FB56AA61003B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C293584-7671-4166-8944-FB56AA61003B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C293584-7671-4166-8944-FB56AA61003B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DFA184B5-34EC-46C7-9DB4-DCE690AABECC} = {014D3084-B29E-4BFF-BCCD-7EF3C03D17EE}
{053F8E7C-F7BC-4AC5-A6D0-20FBB1305C0A} = {014D3084-B29E-4BFF-BCCD-7EF3C03D17EE}
{1C293584-7671-4166-8944-FB56AA61003B} = {F8614B68-4A41-4F4B-B820-6ED675837E2B}
{B633B00F-7E9A-4240-9EEA-5D8D6804C35A} = {17810CB1-B795-4842-8FE1-13BA00EDA5D2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0EC0D4A-AA00-4443-A867-4997E35A50CB}
EndGlobalSection
EndGlobal