-
Notifications
You must be signed in to change notification settings - Fork 0
/
Biwen.AutoClassGen.sln
73 lines (73 loc) · 4.13 KB
/
Biwen.AutoClassGen.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
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34219.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biwen.AutoClassGen.Attributes", "Biwen.AutoClassGen.Attributes\Biwen.AutoClassGen.Attributes.csproj", "{ADBE9EC5-605D-44EC-92DE-EA81B15F2169}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biwen.AutoClassGen.TestConsole", "Biwen.AutoClassGen.TestConsole\Biwen.AutoClassGen.TestConsole.csproj", "{E4313B07-B5C5-4FE5-BF00-1429299EF2B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biwen.AutoClassGen", "Biwen.AutoClassGen.Gen\Biwen.AutoClassGen.csproj", "{EC2EEC4B-FB43-40B2-AFEC-7885E01C3A7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{02E9602B-EF18-4AB5-A4CB-88331BC04249}"
ProjectSection(SolutionItems) = preProject
Gen-AutoInject.md = Gen-AutoInject.md
Gen-Decor.md = Gen-Decor.md
Gen-Dto.md = Gen-Dto.md
Gen-Metadata.md = Gen-Metadata.md
Gen-request.md = Gen-request.md
Gen-Version.md = Gen-Version.md
LICENSE.txt = LICENSE.txt
README-zh.md = README-zh.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F28D936-8FAE-4684-A83C-2D957CEA0933}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{631F8A4D-FE17-4730-BFAC-50520BA349D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoClassGenTest", "AutoClassGenTest\AutoClassGenTest.csproj", "{62156C0C-B590-4AC1-927D-207960AD505C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biwen.AutoClassGen.TestLib", "Biwen.AutoClassGen.TestLib\Biwen.AutoClassGen.TestLib.csproj", "{86FE766B-BB52-4D6F-8584-907B3691D7B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ADBE9EC5-605D-44EC-92DE-EA81B15F2169}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADBE9EC5-605D-44EC-92DE-EA81B15F2169}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADBE9EC5-605D-44EC-92DE-EA81B15F2169}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADBE9EC5-605D-44EC-92DE-EA81B15F2169}.Release|Any CPU.Build.0 = Release|Any CPU
{E4313B07-B5C5-4FE5-BF00-1429299EF2B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4313B07-B5C5-4FE5-BF00-1429299EF2B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4313B07-B5C5-4FE5-BF00-1429299EF2B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4313B07-B5C5-4FE5-BF00-1429299EF2B8}.Release|Any CPU.Build.0 = Release|Any CPU
{EC2EEC4B-FB43-40B2-AFEC-7885E01C3A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC2EEC4B-FB43-40B2-AFEC-7885E01C3A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC2EEC4B-FB43-40B2-AFEC-7885E01C3A7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC2EEC4B-FB43-40B2-AFEC-7885E01C3A7C}.Release|Any CPU.Build.0 = Release|Any CPU
{62156C0C-B590-4AC1-927D-207960AD505C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62156C0C-B590-4AC1-927D-207960AD505C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62156C0C-B590-4AC1-927D-207960AD505C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62156C0C-B590-4AC1-927D-207960AD505C}.Release|Any CPU.Build.0 = Release|Any CPU
{86FE766B-BB52-4D6F-8584-907B3691D7B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86FE766B-BB52-4D6F-8584-907B3691D7B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86FE766B-BB52-4D6F-8584-907B3691D7B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86FE766B-BB52-4D6F-8584-907B3691D7B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62156C0C-B590-4AC1-927D-207960AD505C} = {631F8A4D-FE17-4730-BFAC-50520BA349D7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F116E20A-3544-4AF0-90BA-3657B2B98CE6}
EndGlobalSection
EndGlobal