-
Notifications
You must be signed in to change notification settings - Fork 1
/
NewLife.Kafka.sln
39 lines (39 loc) · 1.94 KB
/
NewLife.Kafka.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NewLife.Kafka", "NewLife.Kafka\NewLife.Kafka.csproj", "{4122164C-5F6E-418C-8B5E-241878C46B52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{90ED90D7-4BF7-4FFC-A917-1BE612FF228C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Others", "Others", "{E6CCADD2-F50D-4E3E-B617-5830BDF1D68C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish-beta.yml = .github\workflows\publish-beta.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
Readme.MD = Readme.MD
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4122164C-5F6E-418C-8B5E-241878C46B52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4122164C-5F6E-418C-8B5E-241878C46B52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4122164C-5F6E-418C-8B5E-241878C46B52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4122164C-5F6E-418C-8B5E-241878C46B52}.Release|Any CPU.Build.0 = Release|Any CPU
{90ED90D7-4BF7-4FFC-A917-1BE612FF228C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90ED90D7-4BF7-4FFC-A917-1BE612FF228C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90ED90D7-4BF7-4FFC-A917-1BE612FF228C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90ED90D7-4BF7-4FFC-A917-1BE612FF228C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B014964-38CE-4F1B-9D25-0500977CC49B}
EndGlobalSection
EndGlobal