forked from pda-team/Panda.DynamicWebApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPanda.DynamicWebApi.sln
45 lines (45 loc) · 2.36 KB
/
Panda.DynamicWebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Panda.DynamicWebApi", "src\Panda.DynamicWebApi\Panda.DynamicWebApi.csproj", "{08AA6AB6-3A60-4806-892C-25248B11FBE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01 src", "01 src", "{1F23CF3B-77BD-4D65-867B-31F6ADD54789}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03 samples", "03 samples", "{2892E206-E3D4-479E-9BA3-AD636839CA9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Panda.DynamicWebApiSample", "samples\Panda.DynamicWebApiSample\Panda.DynamicWebApiSample.csproj", "{4E1F3A34-9AE4-41A4-AA9A-36F3B63A08A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00 Solution Items", "00 Solution Items", "{053F6381-4E5B-4D5E-9A23-1E914AA033DD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08AA6AB6-3A60-4806-892C-25248B11FBE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08AA6AB6-3A60-4806-892C-25248B11FBE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08AA6AB6-3A60-4806-892C-25248B11FBE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08AA6AB6-3A60-4806-892C-25248B11FBE3}.Release|Any CPU.Build.0 = Release|Any CPU
{4E1F3A34-9AE4-41A4-AA9A-36F3B63A08A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E1F3A34-9AE4-41A4-AA9A-36F3B63A08A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E1F3A34-9AE4-41A4-AA9A-36F3B63A08A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E1F3A34-9AE4-41A4-AA9A-36F3B63A08A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{08AA6AB6-3A60-4806-892C-25248B11FBE3} = {1F23CF3B-77BD-4D65-867B-31F6ADD54789}
{4E1F3A34-9AE4-41A4-AA9A-36F3B63A08A2} = {2892E206-E3D4-479E-9BA3-AD636839CA9B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF8BD8DF-F990-49F9-B5FE-7003FC8A139E}
EndGlobalSection
EndGlobal