-
Notifications
You must be signed in to change notification settings - Fork 23
/
VideoAccessTokenServer.sln
executable file
·47 lines (47 loc) · 2.08 KB
/
VideoAccessTokenServer.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 = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoAccessTokenServer", "VideoAccessTokenServer\VideoAccessTokenServer.csproj", "{9E1836F8-E8DB-48FA-95BC-9918F1B0C064}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27AFC25F-B7C2-45A0-AEAA-8133C5A8E4AE}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.mergify.yml = .mergify.yml
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{A4A87205-B4C3-41C3-BFDB-A3A5082A9A7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D3F8F569-B40E-4B50-8FE9-F871233CD6E3}"
ProjectSection(SolutionItems) = preProject
NetFx.yml = NetFx.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E1836F8-E8DB-48FA-95BC-9918F1B0C064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E1836F8-E8DB-48FA-95BC-9918F1B0C064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E1836F8-E8DB-48FA-95BC-9918F1B0C064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E1836F8-E8DB-48FA-95BC-9918F1B0C064}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4A87205-B4C3-41C3-BFDB-A3A5082A9A7C} = {27AFC25F-B7C2-45A0-AEAA-8133C5A8E4AE}
{D3F8F569-B40E-4B50-8FE9-F871233CD6E3} = {A4A87205-B4C3-41C3-BFDB-A3A5082A9A7C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A5E148A-F866-4DD9-A8F4-D2DAAEC0D490}
EndGlobalSection
EndGlobal