-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHoopsHelper.sln
More file actions
38 lines (38 loc) · 1.86 KB
/
HoopsHelper.sln
File metadata and controls
38 lines (38 loc) · 1.86 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HoopsHelper", "HoopsHelper\HoopsHelper.csproj", "{76830FBC-CE9A-48EF-AEC8-E2C5358FC46C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HoopsHelperTests", "HoopsHelperTests\HoopsHelperTests.csproj", "{157A0FB1-D090-4FBE-985C-D5298600009B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B35D949-F386-4081-AA93-205E01061821}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appsettings.json = appsettings.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76830FBC-CE9A-48EF-AEC8-E2C5358FC46C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76830FBC-CE9A-48EF-AEC8-E2C5358FC46C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76830FBC-CE9A-48EF-AEC8-E2C5358FC46C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76830FBC-CE9A-48EF-AEC8-E2C5358FC46C}.Release|Any CPU.Build.0 = Release|Any CPU
{157A0FB1-D090-4FBE-985C-D5298600009B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{157A0FB1-D090-4FBE-985C-D5298600009B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{157A0FB1-D090-4FBE-985C-D5298600009B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{157A0FB1-D090-4FBE-985C-D5298600009B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32CF0A7C-D395-4DB8-A185-CEB686D3084F}
EndGlobalSection
EndGlobal