-
Notifications
You must be signed in to change notification settings - Fork 6
/
NewLife.Thrift.sln
39 lines (39 loc) · 1.94 KB
/
NewLife.Thrift.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.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{1EAB08BF-1638-45C0-B5B8-CE9ED98631D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NewLife.Thrift", "NewLife.Thrift\NewLife.Thrift.csproj", "{A443D289-3CBD-46F0-B32D-D720F0AE7E6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Others", "Others", "{B31CC45E-368A-46C3-862B-ABAECFCF2FD3}"
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
{1EAB08BF-1638-45C0-B5B8-CE9ED98631D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EAB08BF-1638-45C0-B5B8-CE9ED98631D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EAB08BF-1638-45C0-B5B8-CE9ED98631D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EAB08BF-1638-45C0-B5B8-CE9ED98631D0}.Release|Any CPU.Build.0 = Release|Any CPU
{A443D289-3CBD-46F0-B32D-D720F0AE7E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A443D289-3CBD-46F0-B32D-D720F0AE7E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A443D289-3CBD-46F0-B32D-D720F0AE7E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A443D289-3CBD-46F0-B32D-D720F0AE7E6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D35D804-1905-4EA7-A1CB-581DB1F4B19D}
EndGlobalSection
EndGlobal