-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheatre.sln
47 lines (47 loc) · 2.94 KB
/
Theatre.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conversion", "Theatre\Conversion.csproj", "{EC0B03C8-7885-4C1C-9321-5E670846288A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Theatrix", "Theatrix\Theatrix.csproj", "{1924E88B-8A49-4563-98C1-A01A1B3BE769}"
ProjectSection(ProjectDependencies) = postProject
{7F841D68-C5F4-4251-9C6C-D1DC28AFA422} = {7F841D68-C5F4-4251-9C6C-D1DC28AFA422}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Theatrix.Data", "Theatrix.Data\Theatrix.Data.csproj", "{A0E08984-4E18-44E5-93B0-ABF4331380C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Theatrix.Data.Debug", "Theatrix.Data.Debug\Theatrix.Data.Debug.csproj", "{0BFEE947-28F9-4CB9-A897-916CD346A02E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Theatrix.Services", "Theatrix.Services\Theatrix.Services.csproj", "{7F841D68-C5F4-4251-9C6C-D1DC28AFA422}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC0B03C8-7885-4C1C-9321-5E670846288A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC0B03C8-7885-4C1C-9321-5E670846288A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC0B03C8-7885-4C1C-9321-5E670846288A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC0B03C8-7885-4C1C-9321-5E670846288A}.Release|Any CPU.Build.0 = Release|Any CPU
{1924E88B-8A49-4563-98C1-A01A1B3BE769}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1924E88B-8A49-4563-98C1-A01A1B3BE769}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1924E88B-8A49-4563-98C1-A01A1B3BE769}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1924E88B-8A49-4563-98C1-A01A1B3BE769}.Release|Any CPU.Build.0 = Release|Any CPU
{A0E08984-4E18-44E5-93B0-ABF4331380C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0E08984-4E18-44E5-93B0-ABF4331380C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0E08984-4E18-44E5-93B0-ABF4331380C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0E08984-4E18-44E5-93B0-ABF4331380C1}.Release|Any CPU.Build.0 = Release|Any CPU
{0BFEE947-28F9-4CB9-A897-916CD346A02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BFEE947-28F9-4CB9-A897-916CD346A02E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BFEE947-28F9-4CB9-A897-916CD346A02E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BFEE947-28F9-4CB9-A897-916CD346A02E}.Release|Any CPU.Build.0 = Release|Any CPU
{7F841D68-C5F4-4251-9C6C-D1DC28AFA422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F841D68-C5F4-4251-9C6C-D1DC28AFA422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F841D68-C5F4-4251-9C6C-D1DC28AFA422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F841D68-C5F4-4251-9C6C-D1DC28AFA422}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal