-
Notifications
You must be signed in to change notification settings - Fork 11
/
BrokerTicketingExample.sln
46 lines (46 loc) · 2.93 KB
/
BrokerTicketingExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApp", "WebApp\WebApp.csproj", "{94C5BD01-9AA8-4829-AEA6-20B95703F93A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaymentProcessor", "PaymentProcessor\PaymentProcessor.csproj", "{F3AA3C90-1561-43B5-958E-EE504E476218}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintProcessor", "PrintProcessor\PrintProcessor.csproj", "{A0ED7ABD-F57B-4B85-8847-2C2ABC3590EF}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "TicketMasterDb", "TicketMasterDb\TicketMasterDb.sqlproj", "{A2F95316-5A72-455B-8700-D4F9A1EF7135}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrokerLib", "BrokerLib\BrokerLib.csproj", "{21F921C0-935A-41D8-BB84-E4EC8AE7C287}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21F921C0-935A-41D8-BB84-E4EC8AE7C287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21F921C0-935A-41D8-BB84-E4EC8AE7C287}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21F921C0-935A-41D8-BB84-E4EC8AE7C287}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21F921C0-935A-41D8-BB84-E4EC8AE7C287}.Release|Any CPU.Build.0 = Release|Any CPU
{94C5BD01-9AA8-4829-AEA6-20B95703F93A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94C5BD01-9AA8-4829-AEA6-20B95703F93A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94C5BD01-9AA8-4829-AEA6-20B95703F93A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94C5BD01-9AA8-4829-AEA6-20B95703F93A}.Release|Any CPU.Build.0 = Release|Any CPU
{A0ED7ABD-F57B-4B85-8847-2C2ABC3590EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0ED7ABD-F57B-4B85-8847-2C2ABC3590EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0ED7ABD-F57B-4B85-8847-2C2ABC3590EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0ED7ABD-F57B-4B85-8847-2C2ABC3590EF}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F95316-5A72-455B-8700-D4F9A1EF7135}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F95316-5A72-455B-8700-D4F9A1EF7135}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F95316-5A72-455B-8700-D4F9A1EF7135}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A2F95316-5A72-455B-8700-D4F9A1EF7135}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F95316-5A72-455B-8700-D4F9A1EF7135}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F95316-5A72-455B-8700-D4F9A1EF7135}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F3AA3C90-1561-43B5-958E-EE504E476218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3AA3C90-1561-43B5-958E-EE504E476218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3AA3C90-1561-43B5-958E-EE504E476218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3AA3C90-1561-43B5-958E-EE504E476218}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal