-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTicketManager.sln
More file actions
40 lines (40 loc) · 2.37 KB
/
Copy pathTicketManager.sln
File metadata and controls
40 lines (40 loc) · 2.37 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TicketManager", "TicketManager\TicketManager.csproj", "{C13B63B3-6A36-43E9-8303-972B89F910BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpPoster", "HttpPoster\HttpPoster.csproj", "{47624608-8C92-41A4-8BB4-882796E242EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HashString", "HashString\HashString.csproj", "{5711ADA4-8503-4741-B410-FA23F0643A6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tickets4You", "Tickets4You\Tickets4You.csproj", "{F967A114-A7FD-4CFA-B87F-AD7862652F33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C13B63B3-6A36-43E9-8303-972B89F910BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C13B63B3-6A36-43E9-8303-972B89F910BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C13B63B3-6A36-43E9-8303-972B89F910BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C13B63B3-6A36-43E9-8303-972B89F910BA}.Release|Any CPU.Build.0 = Release|Any CPU
{47624608-8C92-41A4-8BB4-882796E242EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47624608-8C92-41A4-8BB4-882796E242EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47624608-8C92-41A4-8BB4-882796E242EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47624608-8C92-41A4-8BB4-882796E242EE}.Release|Any CPU.Build.0 = Release|Any CPU
{5711ADA4-8503-4741-B410-FA23F0643A6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5711ADA4-8503-4741-B410-FA23F0643A6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5711ADA4-8503-4741-B410-FA23F0643A6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5711ADA4-8503-4741-B410-FA23F0643A6D}.Release|Any CPU.Build.0 = Release|Any CPU
{F967A114-A7FD-4CFA-B87F-AD7862652F33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F967A114-A7FD-4CFA-B87F-AD7862652F33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F967A114-A7FD-4CFA-B87F-AD7862652F33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F967A114-A7FD-4CFA-B87F-AD7862652F33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal