-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimgur-viewer.sln
39 lines (39 loc) · 2.04 KB
/
imgur-viewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "imgur-viewer", "src\imgur-viewer\imgur-viewer.csproj", "{4B06D844-8EBE-4499-8E05-9B29B216617A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E1D90C3C-AC51-4E72-B05B-B27BB6F0CAE0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{EF772FAD-00B0-4FC6-96F6-E07FB8663647}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "imgur-viewer.tests", "test\imgur-viewer.tests\imgur-viewer.tests.csproj", "{2D133E18-4890-4DE6-8DF4-DEE8C342CBE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B06D844-8EBE-4499-8E05-9B29B216617A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B06D844-8EBE-4499-8E05-9B29B216617A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B06D844-8EBE-4499-8E05-9B29B216617A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B06D844-8EBE-4499-8E05-9B29B216617A}.Release|Any CPU.Build.0 = Release|Any CPU
{2D133E18-4890-4DE6-8DF4-DEE8C342CBE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D133E18-4890-4DE6-8DF4-DEE8C342CBE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D133E18-4890-4DE6-8DF4-DEE8C342CBE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D133E18-4890-4DE6-8DF4-DEE8C342CBE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4B06D844-8EBE-4499-8E05-9B29B216617A} = {E1D90C3C-AC51-4E72-B05B-B27BB6F0CAE0}
{2D133E18-4890-4DE6-8DF4-DEE8C342CBE9} = {EF772FAD-00B0-4FC6-96F6-E07FB8663647}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6D6BBAE-EBD4-47A8-9278-D85569542596}
EndGlobalSection
EndGlobal