-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathSportingSolutions.Udapi.Sdk.sln
More file actions
141 lines (141 loc) · 9.82 KB
/
Copy pathSportingSolutions.Udapi.Sdk.sln
File metadata and controls
141 lines (141 loc) · 9.82 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SportingSolutions.Udapi.Sdk", "SportingSolutions.Udapi.Sdk\SportingSolutions.Udapi.Sdk.csproj", "{A3C3DFC3-B70F-4A9A-9520-A4B656718250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{01DF24BC-84E7-4177-B17B-0426EB5754CB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1ACCE2B-1425-42E7-94EF-79993CAC7409}"
ProjectSection(SolutionItems) = preProject
build.proj = build.proj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SportingSolutions.Udapi.Sdk.StreamingExample.Console", "SportingSolutions.Udapi.Sdk.StreamingExample.Console\SportingSolutions.Udapi.Sdk.StreamingExample.Console.csproj", "{52C5FD02-6BF0-4F49-9813-5077BDACC41A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SportingSolutions.Udapi.Sdk.Tests", "SportingSolutions.Udapi.Sdk.Tests\SportingSolutions.Udapi.Sdk.Tests.csproj", "{70980C1B-D047-494E-93B0-FB8255667249}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Demo|Any CPU = Demo|Any CPU
Demo|Mixed Platforms = Demo|Mixed Platforms
Demo|x86 = Demo|x86
Integration|Any CPU = Integration|Any CPU
Integration|Mixed Platforms = Integration|Mixed Platforms
Integration|x86 = Integration|x86
Production|Any CPU = Production|Any CPU
Production|Mixed Platforms = Production|Mixed Platforms
Production|x86 = Production|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
UAT|Any CPU = UAT|Any CPU
UAT|Mixed Platforms = UAT|Mixed Platforms
UAT|x86 = UAT|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Debug|x86.ActiveCfg = Debug|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Demo|Any CPU.ActiveCfg = Demo|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Demo|Any CPU.Build.0 = Demo|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Demo|Mixed Platforms.ActiveCfg = Demo|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Demo|Mixed Platforms.Build.0 = Demo|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Demo|x86.ActiveCfg = Demo|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Integration|Any CPU.ActiveCfg = Integration|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Integration|Any CPU.Build.0 = Integration|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Integration|Mixed Platforms.ActiveCfg = Integration|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Integration|Mixed Platforms.Build.0 = Integration|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Integration|x86.ActiveCfg = Integration|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Production|Any CPU.ActiveCfg = Production|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Production|Any CPU.Build.0 = Production|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Production|Mixed Platforms.ActiveCfg = Production|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Production|Mixed Platforms.Build.0 = Production|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Production|x86.ActiveCfg = Production|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Release|Any CPU.Build.0 = Release|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.Release|x86.ActiveCfg = Release|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.UAT|Any CPU.ActiveCfg = UAT|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.UAT|Any CPU.Build.0 = UAT|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.UAT|Mixed Platforms.ActiveCfg = UAT|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.UAT|Mixed Platforms.Build.0 = UAT|Any CPU
{A3C3DFC3-B70F-4A9A-9520-A4B656718250}.UAT|x86.ActiveCfg = UAT|Any CPU
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Debug|Any CPU.ActiveCfg = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Debug|x86.ActiveCfg = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Debug|x86.Build.0 = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Demo|Any CPU.ActiveCfg = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Demo|Mixed Platforms.ActiveCfg = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Demo|Mixed Platforms.Build.0 = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Demo|x86.ActiveCfg = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Demo|x86.Build.0 = Debug|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Integration|Any CPU.ActiveCfg = Integration|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Integration|Any CPU.Build.0 = Integration|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Integration|Mixed Platforms.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Integration|Mixed Platforms.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Integration|x86.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Integration|x86.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Production|Any CPU.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Production|Mixed Platforms.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Production|Mixed Platforms.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Production|x86.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Production|x86.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Release|Any CPU.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Release|Any CPU.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Release|Mixed Platforms.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Release|Mixed Platforms.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Release|x86.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.Release|x86.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.UAT|Any CPU.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.UAT|Mixed Platforms.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.UAT|Mixed Platforms.Build.0 = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.UAT|x86.ActiveCfg = Release|x86
{52C5FD02-6BF0-4F49-9813-5077BDACC41A}.UAT|x86.Build.0 = Release|x86
{70980C1B-D047-494E-93B0-FB8255667249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Debug|x86.ActiveCfg = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Demo|Any CPU.ActiveCfg = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Demo|Any CPU.Build.0 = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Demo|Mixed Platforms.ActiveCfg = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Demo|Mixed Platforms.Build.0 = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Demo|x86.ActiveCfg = Debug|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Integration|Any CPU.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Integration|Any CPU.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Integration|Mixed Platforms.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Integration|Mixed Platforms.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Integration|x86.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Production|Any CPU.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Production|Any CPU.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Production|Mixed Platforms.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Production|Mixed Platforms.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Production|x86.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Release|Any CPU.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.Release|x86.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.UAT|Any CPU.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.UAT|Any CPU.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.UAT|Mixed Platforms.ActiveCfg = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.UAT|Mixed Platforms.Build.0 = Release|Any CPU
{70980C1B-D047-494E-93B0-FB8255667249}.UAT|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal