-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cike.AutoApi.sln
53 lines (53 loc) · 2.91 KB
/
Cike.AutoApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{12A45842-29AE-4313-AA43-094CD282F49F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{064816A1-AE37-4727-817E-23AE0563A029}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution items", "{971AC614-6BB6-4C46-860C-DCA57F6CCB37}"
ProjectSection(SolutionItems) = preProject
common.props = common.props
README.en.md = README.en.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cike.AutoWebApi.Test", "tests\Cike.AutoWebApi.Test\Cike.AutoWebApi.Test.csproj", "{ED777777-FDD2-406A-B95D-6D3F632C0881}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cike.Service.Test", "tests\Cike.Service.Test\Cike.Service.Test.csproj", "{562A7D0E-EFC1-4FFB-92A8-8B836B92BF32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cike.AutoApi", "src\Cike.AutoApi\Cike.AutoApi.csproj", "{A6FA40A2-0923-407D-B799-3D137EA117CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED777777-FDD2-406A-B95D-6D3F632C0881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED777777-FDD2-406A-B95D-6D3F632C0881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED777777-FDD2-406A-B95D-6D3F632C0881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED777777-FDD2-406A-B95D-6D3F632C0881}.Release|Any CPU.Build.0 = Release|Any CPU
{562A7D0E-EFC1-4FFB-92A8-8B836B92BF32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{562A7D0E-EFC1-4FFB-92A8-8B836B92BF32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{562A7D0E-EFC1-4FFB-92A8-8B836B92BF32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{562A7D0E-EFC1-4FFB-92A8-8B836B92BF32}.Release|Any CPU.Build.0 = Release|Any CPU
{A6FA40A2-0923-407D-B799-3D137EA117CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6FA40A2-0923-407D-B799-3D137EA117CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6FA40A2-0923-407D-B799-3D137EA117CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6FA40A2-0923-407D-B799-3D137EA117CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ED777777-FDD2-406A-B95D-6D3F632C0881} = {064816A1-AE37-4727-817E-23AE0563A029}
{562A7D0E-EFC1-4FFB-92A8-8B836B92BF32} = {064816A1-AE37-4727-817E-23AE0563A029}
{A6FA40A2-0923-407D-B799-3D137EA117CA} = {12A45842-29AE-4313-AA43-094CD282F49F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55C85DF1-9BA4-4D3F-B26C-6D7EF032F054}
EndGlobalSection
EndGlobal