-
Notifications
You must be signed in to change notification settings - Fork 1
/
CocApi.sln
54 lines (54 loc) · 3.22 KB
/
CocApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CocApi.Cache", "src\CocApi.Cache\CocApi.Cache.csproj", "{CEB1FA95-249A-46F7-A2A7-1D5235422DFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CocApi.Test", "src\CocApi.Test\CocApi.Test.csproj", "{4992D324-C6E1-4B75-BD0B-EFE045796471}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CocApi", "src\CocApi\CocApi.csproj", "{7F5D13F1-6796-44F4-862D-85ED6925FFC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32A27739-27F1-4AA7-8097-9B10989F96A2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CocApi.Rest", "src\CocApi.Rest\CocApi.Rest.csproj", "{D0E40D48-B05B-4514-96FC-92FD26055D9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CocApi.Rest.Test", "src\CocApi.Rest.Test\CocApi.Rest.Test.csproj", "{D345B2DE-29F9-4742-A0AA-5A284223D174}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEB1FA95-249A-46F7-A2A7-1D5235422DFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEB1FA95-249A-46F7-A2A7-1D5235422DFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEB1FA95-249A-46F7-A2A7-1D5235422DFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEB1FA95-249A-46F7-A2A7-1D5235422DFE}.Release|Any CPU.Build.0 = Release|Any CPU
{4992D324-C6E1-4B75-BD0B-EFE045796471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4992D324-C6E1-4B75-BD0B-EFE045796471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4992D324-C6E1-4B75-BD0B-EFE045796471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4992D324-C6E1-4B75-BD0B-EFE045796471}.Release|Any CPU.Build.0 = Release|Any CPU
{7F5D13F1-6796-44F4-862D-85ED6925FFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F5D13F1-6796-44F4-862D-85ED6925FFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F5D13F1-6796-44F4-862D-85ED6925FFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F5D13F1-6796-44F4-862D-85ED6925FFC0}.Release|Any CPU.Build.0 = Release|Any CPU
{D0E40D48-B05B-4514-96FC-92FD26055D9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0E40D48-B05B-4514-96FC-92FD26055D9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0E40D48-B05B-4514-96FC-92FD26055D9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0E40D48-B05B-4514-96FC-92FD26055D9B}.Release|Any CPU.Build.0 = Release|Any CPU
{D345B2DE-29F9-4742-A0AA-5A284223D174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D345B2DE-29F9-4742-A0AA-5A284223D174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D345B2DE-29F9-4742-A0AA-5A284223D174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D345B2DE-29F9-4742-A0AA-5A284223D174}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B69EBF8-723F-46C0-98C6-B343408E0CE4}
EndGlobalSection
EndGlobal