-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTennisTournament.sln
37 lines (37 loc) · 1.7 KB
/
TennisTournament.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TennisTournament", "TennisTournament\TennisTournament.csproj", "{D45E11DF-C25D-448F-98E0-CEE0F2BEF7FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Requirements", "Requirements", "{EADC2500-5BDC-4501-A0D4-09913D5FBBB5}"
ProjectSection(SolutionItems) = preProject
Requirements\README.txt = Requirements\README.txt
Requirements\tennis console program.pdf = Requirements\tennis console program.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D45E11DF-C25D-448F-98E0-CEE0F2BEF7FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D45E11DF-C25D-448F-98E0-CEE0F2BEF7FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D45E11DF-C25D-448F-98E0-CEE0F2BEF7FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D45E11DF-C25D-448F-98E0-CEE0F2BEF7FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://coreteamdev.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = TennisTournament\\TennisTournament.csproj
SccProjectName1 = TennisTournament
SccLocalPath1 = TennisTournament
EndGlobalSection
EndGlobal