forked from KostaVlev/Responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResponsive.sln
48 lines (48 loc) · 2.75 KB
/
Responsive.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{EB381681-9F43-4EBD-AA8B-6E591E169110}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{79EB5806-00F0-4478-B35D-5CDC610D6770}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandbox", "sample\Sandbox\Sandbox.csproj", "{54CF0E97-5A91-4DD5-A497-FBD4C8A10218}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wangkanai.Responsive.Test", "test\Wangkanai.Responsive.Test\Wangkanai.Responsive.Test.csproj", "{D5883029-78D8-481E-B632-97DEB9F82693}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5D1664F1-9BC9-41C2-891B-31AB068307B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wangkanai.Responsive", "src\Wangkanai.Responsive\Wangkanai.Responsive.csproj", "{46BB618D-4A75-498A-AD74-0623DD54685D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54CF0E97-5A91-4DD5-A497-FBD4C8A10218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54CF0E97-5A91-4DD5-A497-FBD4C8A10218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54CF0E97-5A91-4DD5-A497-FBD4C8A10218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54CF0E97-5A91-4DD5-A497-FBD4C8A10218}.Release|Any CPU.Build.0 = Release|Any CPU
{D5883029-78D8-481E-B632-97DEB9F82693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5883029-78D8-481E-B632-97DEB9F82693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5883029-78D8-481E-B632-97DEB9F82693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5883029-78D8-481E-B632-97DEB9F82693}.Release|Any CPU.Build.0 = Release|Any CPU
{46BB618D-4A75-498A-AD74-0623DD54685D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46BB618D-4A75-498A-AD74-0623DD54685D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46BB618D-4A75-498A-AD74-0623DD54685D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46BB618D-4A75-498A-AD74-0623DD54685D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{54CF0E97-5A91-4DD5-A497-FBD4C8A10218} = {EB381681-9F43-4EBD-AA8B-6E591E169110}
{D5883029-78D8-481E-B632-97DEB9F82693} = {79EB5806-00F0-4478-B35D-5CDC610D6770}
{46BB618D-4A75-498A-AD74-0623DD54685D} = {5D1664F1-9BC9-41C2-891B-31AB068307B9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CE7A214-8C0A-496E-BB64-FCAB50FFE770}
EndGlobalSection
EndGlobal