-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathImgur.API.sln
52 lines (52 loc) · 2.91 KB
/
Imgur.API.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Imgur.API", "src\Imgur.API\Imgur.API.csproj", "{164C1FDB-6455-4066-998F-78ADDDCCBF4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{09EF3665-F9F7-4E38-ADE7-3F87E4B4A98C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{95D79228-2307-4CD0-940D-35D89D59FCF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Imgur.API.Tests", "tests\Imgur.API.Tests\Imgur.API.Tests.csproj", "{65F14BBA-B4B5-4243-823A-4FAF41AB67BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Imgur.API.Tests.Integration", "tests\Imgur.API.Tests.Integration\Imgur.API.Tests.Integration\Imgur.API.Tests.Integration.csproj", "{4AD6F734-769C-437F-88BC-75727427F210}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D42AD5DE-ED8F-42B5-A22D-4AC6B811DF95}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
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
{164C1FDB-6455-4066-998F-78ADDDCCBF4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{164C1FDB-6455-4066-998F-78ADDDCCBF4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{164C1FDB-6455-4066-998F-78ADDDCCBF4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{164C1FDB-6455-4066-998F-78ADDDCCBF4B}.Release|Any CPU.Build.0 = Release|Any CPU
{65F14BBA-B4B5-4243-823A-4FAF41AB67BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65F14BBA-B4B5-4243-823A-4FAF41AB67BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65F14BBA-B4B5-4243-823A-4FAF41AB67BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65F14BBA-B4B5-4243-823A-4FAF41AB67BD}.Release|Any CPU.Build.0 = Release|Any CPU
{4AD6F734-769C-437F-88BC-75727427F210}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AD6F734-769C-437F-88BC-75727427F210}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AD6F734-769C-437F-88BC-75727427F210}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AD6F734-769C-437F-88BC-75727427F210}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{164C1FDB-6455-4066-998F-78ADDDCCBF4B} = {09EF3665-F9F7-4E38-ADE7-3F87E4B4A98C}
{65F14BBA-B4B5-4243-823A-4FAF41AB67BD} = {95D79228-2307-4CD0-940D-35D89D59FCF5}
{4AD6F734-769C-437F-88BC-75727427F210} = {95D79228-2307-4CD0-940D-35D89D59FCF5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43AF52B9-DBB9-4B2E-BCA3-BBBD75CC56C5}
EndGlobalSection
EndGlobal