-
Notifications
You must be signed in to change notification settings - Fork 10
/
RestApi.sln
57 lines (57 loc) · 3.08 KB
/
RestApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9549D4E9-456A-47B6-9917-E8721D7966A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80EA0D1C-8636-4912-9D33-FC10F4117824}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CHANGES.md = CHANGES.md
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A86BF648-3C56-4A5F-BED0-E47D1993518E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{006BB7EB-0106-4618-81B6-8DB8F4AFC227}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Iamport.RestApi", "src\Iamport.RestApi\Iamport.RestApi.csproj", "{02CDE2BB-A761-4514-920A-9F1024E36D2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Iamport.RestApi.Tests", "test\Iamport.RestApi.Tests\Iamport.RestApi.Tests.csproj", "{9CCAABDA-64B1-49DF-A083-CDA1F2FCD5EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.AspNetCore", "Samples\Sample.AspNetCore\Sample.AspNetCore.csproj", "{626DCC1B-8666-4548-BA94-A8F4C807F0E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02CDE2BB-A761-4514-920A-9F1024E36D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02CDE2BB-A761-4514-920A-9F1024E36D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02CDE2BB-A761-4514-920A-9F1024E36D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02CDE2BB-A761-4514-920A-9F1024E36D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{9CCAABDA-64B1-49DF-A083-CDA1F2FCD5EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CCAABDA-64B1-49DF-A083-CDA1F2FCD5EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CCAABDA-64B1-49DF-A083-CDA1F2FCD5EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CCAABDA-64B1-49DF-A083-CDA1F2FCD5EE}.Release|Any CPU.Build.0 = Release|Any CPU
{626DCC1B-8666-4548-BA94-A8F4C807F0E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{626DCC1B-8666-4548-BA94-A8F4C807F0E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{626DCC1B-8666-4548-BA94-A8F4C807F0E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{626DCC1B-8666-4548-BA94-A8F4C807F0E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02CDE2BB-A761-4514-920A-9F1024E36D2C} = {9549D4E9-456A-47B6-9917-E8721D7966A3}
{9CCAABDA-64B1-49DF-A083-CDA1F2FCD5EE} = {A86BF648-3C56-4A5F-BED0-E47D1993518E}
{626DCC1B-8666-4548-BA94-A8F4C807F0E3} = {006BB7EB-0106-4618-81B6-8DB8F4AFC227}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {551F2B71-C6F1-4E5E-9EEE-78CCB2C5CF96}
EndGlobalSection
EndGlobal