-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRacePredictor.sln
More file actions
49 lines (49 loc) · 2.96 KB
/
Copy pathRacePredictor.sln
File metadata and controls
49 lines (49 loc) · 2.96 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
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RacePredictor.Core", "RacePredictor.Core\RacePredictor.Core.csproj", "{7C04BDB4-7791-4B8D-8E21-8A3F069B83EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1E660BCD-4280-4B4F-9FE4-C85186EA05C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RacePredictor.Core.Tests", "RacePredictor.Core.Tests\RacePredictor.Core.Tests.csproj", "{2293193D-2CDE-4722-AE7A-383BB2EAD8D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RaceDataDownloader", "RaceDataDownloader\RaceDataDownloader.csproj", "{AC105126-C09D-4080-B06F-5463C8546792}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RaceDataDownloader.Tests", "RaceDataDownloader.Tests\RaceDataDownloader.Tests.csproj", "{BD552DBB-EA86-480B-B93E-9FE61FB321AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C04BDB4-7791-4B8D-8E21-8A3F069B83EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C04BDB4-7791-4B8D-8E21-8A3F069B83EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C04BDB4-7791-4B8D-8E21-8A3F069B83EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C04BDB4-7791-4B8D-8E21-8A3F069B83EE}.Release|Any CPU.Build.0 = Release|Any CPU
{2293193D-2CDE-4722-AE7A-383BB2EAD8D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2293193D-2CDE-4722-AE7A-383BB2EAD8D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2293193D-2CDE-4722-AE7A-383BB2EAD8D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2293193D-2CDE-4722-AE7A-383BB2EAD8D4}.Release|Any CPU.Build.0 = Release|Any CPU
{AC105126-C09D-4080-B06F-5463C8546792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC105126-C09D-4080-B06F-5463C8546792}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC105126-C09D-4080-B06F-5463C8546792}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC105126-C09D-4080-B06F-5463C8546792}.Release|Any CPU.Build.0 = Release|Any CPU
{BD552DBB-EA86-480B-B93E-9FE61FB321AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD552DBB-EA86-480B-B93E-9FE61FB321AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD552DBB-EA86-480B-B93E-9FE61FB321AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD552DBB-EA86-480B-B93E-9FE61FB321AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2293193D-2CDE-4722-AE7A-383BB2EAD8D4} = {1E660BCD-4280-4B4F-9FE4-C85186EA05C6}
{BD552DBB-EA86-480B-B93E-9FE61FB321AC} = {1E660BCD-4280-4B4F-9FE4-C85186EA05C6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9581C9AB-1AAC-4F53-AF07-F5376A6080C2}
EndGlobalSection
EndGlobal