forked from eswann/ClearScript.Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClearScript.Manager.sln
More file actions
56 lines (56 loc) · 3.62 KB
/
ClearScript.Manager.sln
File metadata and controls
56 lines (56 loc) · 3.62 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScript.Manager", "ClearScript.Manager\ClearScript.Manager.csproj", "{CFAB8382-B76F-4AA1-AB38-52674F932E52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScript.Manager.Test", "ClearScript.Manager.Test\ClearScript.Manager.Test.csproj", "{E7A8A86A-83AF-48CE-9266-E3094218F401}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Artifacts", "Artifacts", "{7667EE17-051A-434A-BB9F-1DC685B1A471}"
ProjectSection(SolutionItems) = preProject
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScript.Manager.Demo", "ClearScript.Manager.Demo\ClearScript.Manager.Demo.csproj", "{60385905-F78E-4933-9FB7-DD75D51CA2CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScript.Manager.Http", "ClearScript.Manager.Http\ClearScript.Manager.Http.csproj", "{190EF179-83F2-4091-AB95-A609D278ACCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScript.Manager.Http.Test", "ClearScript.Manager.Http.Test\ClearScript.Manager.Http.Test.csproj", "{76F7C7E8-EB54-4840-989C-124DCC30128D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScript.Manager.WebDemo", "ClearScript.Manager.WebDemo\ClearScript.Manager.WebDemo.csproj", "{15DC9470-1862-4F28-B3D9-55EC94BBA695}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFAB8382-B76F-4AA1-AB38-52674F932E52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFAB8382-B76F-4AA1-AB38-52674F932E52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFAB8382-B76F-4AA1-AB38-52674F932E52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFAB8382-B76F-4AA1-AB38-52674F932E52}.Release|Any CPU.Build.0 = Release|Any CPU
{E7A8A86A-83AF-48CE-9266-E3094218F401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7A8A86A-83AF-48CE-9266-E3094218F401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7A8A86A-83AF-48CE-9266-E3094218F401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60385905-F78E-4933-9FB7-DD75D51CA2CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60385905-F78E-4933-9FB7-DD75D51CA2CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60385905-F78E-4933-9FB7-DD75D51CA2CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{190EF179-83F2-4091-AB95-A609D278ACCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{190EF179-83F2-4091-AB95-A609D278ACCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{190EF179-83F2-4091-AB95-A609D278ACCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{190EF179-83F2-4091-AB95-A609D278ACCC}.Release|Any CPU.Build.0 = Release|Any CPU
{76F7C7E8-EB54-4840-989C-124DCC30128D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F7C7E8-EB54-4840-989C-124DCC30128D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F7C7E8-EB54-4840-989C-124DCC30128D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F7C7E8-EB54-4840-989C-124DCC30128D}.Release|Any CPU.Build.0 = Release|Any CPU
{15DC9470-1862-4F28-B3D9-55EC94BBA695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15DC9470-1862-4F28-B3D9-55EC94BBA695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15DC9470-1862-4F28-B3D9-55EC94BBA695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15DC9470-1862-4F28-B3D9-55EC94BBA695}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal