This repository has been archived by the owner on Dec 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
F1Speed.sln
90 lines (90 loc) · 5.77 KB
/
F1Speed.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "F1Speed.Tests", "F1Speed.Tests\F1Speed.Tests.csproj", "{03A28DF6-D633-4E33-A3E6-64E596922C03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "F1Speed.Core", "F1Speed.Core\F1Speed.Core.csproj", "{265741B0-30F4-4E28-A054-BAEE3F6B3A52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{57543A7D-91A0-43C6-81B5-4C145B8072DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildTargets", "BuildTargets", "{5D87CC13-FDA4-4351-BE56-8918B959CF16}"
ProjectSection(SolutionItems) = preProject
BuildTargets\MSBuild.Community.Tasks.Targets = BuildTargets\MSBuild.Community.Tasks.Targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D7DB4F30-094D-4843-9591-FF8D4350D1B7}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "F1Speed", "F1Speed\F1Speed.csproj", "{6A21F736-434E-4728-9AF6-E3821441CF4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "F1SpeedCT", "F1SpeedCT\F1SpeedCT.csproj", "{471FB305-89C1-44FD-93EB-723097723F6D}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = F1Speed.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Debug|x86.ActiveCfg = Debug|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Release|Any CPU.Build.0 = Release|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{03A28DF6-D633-4E33-A3E6-64E596922C03}.Release|x86.ActiveCfg = Release|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Debug|x86.ActiveCfg = Debug|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Release|Any CPU.Build.0 = Release|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{265741B0-30F4-4E28-A054-BAEE3F6B3A52}.Release|x86.ActiveCfg = Release|Any CPU
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Debug|Any CPU.ActiveCfg = Debug|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Debug|Any CPU.Build.0 = Debug|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Debug|Mixed Platforms.Build.0 = Debug|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Debug|x86.ActiveCfg = Debug|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Debug|x86.Build.0 = Debug|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Release|Any CPU.ActiveCfg = Release|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Release|Mixed Platforms.Build.0 = Release|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Release|x86.ActiveCfg = Release|x86
{6A21F736-434E-4728-9AF6-E3821441CF4D}.Release|x86.Build.0 = Release|x86
{471FB305-89C1-44FD-93EB-723097723F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Debug|x86.ActiveCfg = Debug|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{471FB305-89C1-44FD-93EB-723097723F6D}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{265741B0-30F4-4E28-A054-BAEE3F6B3A52} = {57543A7D-91A0-43C6-81B5-4C145B8072DE}
{03A28DF6-D633-4E33-A3E6-64E596922C03} = {57543A7D-91A0-43C6-81B5-4C145B8072DE}
{6A21F736-434E-4728-9AF6-E3821441CF4D} = {57543A7D-91A0-43C6-81B5-4C145B8072DE}
{471FB305-89C1-44FD-93EB-723097723F6D} = {57543A7D-91A0-43C6-81B5-4C145B8072DE}
EndGlobalSection
EndGlobal