-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
OpenF1.sln
47 lines (47 loc) · 2.45 KB
/
OpenF1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenF1.Data", "OpenF1.Data\OpenF1.Data.csproj", "{59CC2980-E840-4233-8734-B0BF4D59B0BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B585A790-E2DE-42B2-B5B0-4EC9C59274D3}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenF1.Data.Tests", "OpenF1.Data.Tests\OpenF1.Data.Tests.csproj", "{2D7D50E3-9779-4F52-AFB7-351E4E55620D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenF1.Console", "OpenF1.Console\OpenF1.Console.csproj", "{CBB226E9-95B4-4552-98DC-D3885861ACC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59CC2980-E840-4233-8734-B0BF4D59B0BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59CC2980-E840-4233-8734-B0BF4D59B0BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59CC2980-E840-4233-8734-B0BF4D59B0BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59CC2980-E840-4233-8734-B0BF4D59B0BC}.Release|Any CPU.Build.0 = Release|Any CPU
{2D7D50E3-9779-4F52-AFB7-351E4E55620D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D7D50E3-9779-4F52-AFB7-351E4E55620D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D7D50E3-9779-4F52-AFB7-351E4E55620D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D7D50E3-9779-4F52-AFB7-351E4E55620D}.Release|Any CPU.Build.0 = Release|Any CPU
{CBB226E9-95B4-4552-98DC-D3885861ACC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBB226E9-95B4-4552-98DC-D3885861ACC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBB226E9-95B4-4552-98DC-D3885861ACC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBB226E9-95B4-4552-98DC-D3885861ACC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E20CE80D-B769-4ED6-A068-EC4F17D583BB}
EndGlobalSection
EndGlobal