-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSportsPro_TechSupportApp.sln
41 lines (41 loc) · 2.51 KB
/
SportsPro_TechSupportApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SportsProUserInterfaceLayer", "SportsProUserInterfaceLayer\SportsProUserInterfaceLayer.csproj", "{3A32ADBE-1BD2-4C64-BBC8-680C70B4EFD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SportsProBLLClassLibrary", "SportsProBLLClassLibrary\SportsProBLLClassLibrary.csproj", "{A97E350C-ACE4-4E8F-9215-CA7129998420}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SportsProDALClassLibrary", "SportsProDALClassLibrary\SportsProDALClassLibrary.csproj", "{14847C5E-566D-4B09-8FE3-7400AC114D79}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SportsProSetupProject", "SportsProSetupProject\SportsProSetupProject.vdproj", "{F84F8649-4A6C-468A-B5F9-4229B93286FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A32ADBE-1BD2-4C64-BBC8-680C70B4EFD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A32ADBE-1BD2-4C64-BBC8-680C70B4EFD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A32ADBE-1BD2-4C64-BBC8-680C70B4EFD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A32ADBE-1BD2-4C64-BBC8-680C70B4EFD7}.Release|Any CPU.Build.0 = Release|Any CPU
{A97E350C-ACE4-4E8F-9215-CA7129998420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A97E350C-ACE4-4E8F-9215-CA7129998420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A97E350C-ACE4-4E8F-9215-CA7129998420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A97E350C-ACE4-4E8F-9215-CA7129998420}.Release|Any CPU.Build.0 = Release|Any CPU
{14847C5E-566D-4B09-8FE3-7400AC114D79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14847C5E-566D-4B09-8FE3-7400AC114D79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14847C5E-566D-4B09-8FE3-7400AC114D79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14847C5E-566D-4B09-8FE3-7400AC114D79}.Release|Any CPU.Build.0 = Release|Any CPU
{F84F8649-4A6C-468A-B5F9-4229B93286FA}.Debug|Any CPU.ActiveCfg = Debug
{F84F8649-4A6C-468A-B5F9-4229B93286FA}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA01320E-44F4-44D4-B4EE-0BF1D0FF5FFE}
EndGlobalSection
EndGlobal