-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExperimentManager.sln
29 lines (28 loc) · 1.79 KB
/
ExperimentManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExperimentManagement", "ExperimentManagement\ExperimentManagement.csproj", "{E3058628-68C5-4509-BA76-66AB48C3A502}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{C8E312E8-51C7-47ED-8E34-2130500E1A95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld.Web", "HelloWorld.Web\HelloWorld.Web.csproj", "{247FDB73-D6D7-4D0E-946B-104A87E563E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3058628-68C5-4509-BA76-66AB48C3A502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3058628-68C5-4509-BA76-66AB48C3A502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3058628-68C5-4509-BA76-66AB48C3A502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3058628-68C5-4509-BA76-66AB48C3A502}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E312E8-51C7-47ED-8E34-2130500E1A95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E312E8-51C7-47ED-8E34-2130500E1A95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E312E8-51C7-47ED-8E34-2130500E1A95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E312E8-51C7-47ED-8E34-2130500E1A95}.Release|Any CPU.Build.0 = Release|Any CPU
{247FDB73-D6D7-4D0E-946B-104A87E563E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{247FDB73-D6D7-4D0E-946B-104A87E563E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{247FDB73-D6D7-4D0E-946B-104A87E563E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{247FDB73-D6D7-4D0E-946B-104A87E563E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal