-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEthernaVideoImporter.sln
75 lines (75 loc) · 4.68 KB
/
EthernaVideoImporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaVideoImporter", "src\EthernaVideoImporter\EthernaVideoImporter.csproj", "{6B534273-4C90-4EEC-A13B-ABBD9867E1D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6647EBF4-A8E7-4987-9A43-CF6F9DA1A3AF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1E5D1B5B-4926-4F7F-97A9-19DAE5065550}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish-stable.yml = .github\workflows\publish-stable.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0A3B4988-7F19-430D-BF6C-31AFD0234C44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaVideoImporter.Core", "src\EthernaVideoImporter.Core\EthernaVideoImporter.Core.csproj", "{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaVideoImporter.Devcon", "src\EthernaVideoImporter.Devcon\EthernaVideoImporter.Devcon.csproj", "{9CBEB485-1E55-4457-B127-7E0A75602939}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E8E17BD2-C38A-46B5-BA9D-B5A9561BAFC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EthernaVideoImporter.Core.Tests", "test\EthernaVideoImporter.Core.Tests\EthernaVideoImporter.Core.Tests.csproj", "{CBC4D9D1-6291-433F-80D7-4607D1CABC48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug-DevEnv|Any CPU = Debug-DevEnv|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B534273-4C90-4EEC-A13B-ABBD9867E1D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B534273-4C90-4EEC-A13B-ABBD9867E1D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B534273-4C90-4EEC-A13B-ABBD9867E1D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B534273-4C90-4EEC-A13B-ABBD9867E1D2}.Release|Any CPU.Build.0 = Release|Any CPU
{6B534273-4C90-4EEC-A13B-ABBD9867E1D2}.Debug-DevEnv|Any CPU.ActiveCfg = Debug-DevEnv|Any CPU
{6B534273-4C90-4EEC-A13B-ABBD9867E1D2}.Debug-DevEnv|Any CPU.Build.0 = Debug-DevEnv|Any CPU
{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E}.Release|Any CPU.Build.0 = Release|Any CPU
{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E}.Debug-DevEnv|Any CPU.ActiveCfg = Debug|Any CPU
{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E}.Debug-DevEnv|Any CPU.Build.0 = Debug|Any CPU
{9CBEB485-1E55-4457-B127-7E0A75602939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CBEB485-1E55-4457-B127-7E0A75602939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CBEB485-1E55-4457-B127-7E0A75602939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CBEB485-1E55-4457-B127-7E0A75602939}.Release|Any CPU.Build.0 = Release|Any CPU
{9CBEB485-1E55-4457-B127-7E0A75602939}.Debug-DevEnv|Any CPU.ActiveCfg = Debug-DevEnv|Any CPU
{9CBEB485-1E55-4457-B127-7E0A75602939}.Debug-DevEnv|Any CPU.Build.0 = Debug-DevEnv|Any CPU
{CBC4D9D1-6291-433F-80D7-4607D1CABC48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBC4D9D1-6291-433F-80D7-4607D1CABC48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBC4D9D1-6291-433F-80D7-4607D1CABC48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBC4D9D1-6291-433F-80D7-4607D1CABC48}.Release|Any CPU.Build.0 = Release|Any CPU
{CBC4D9D1-6291-433F-80D7-4607D1CABC48}.Debug-DevEnv|Any CPU.ActiveCfg = Debug|Any CPU
{CBC4D9D1-6291-433F-80D7-4607D1CABC48}.Debug-DevEnv|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B534273-4C90-4EEC-A13B-ABBD9867E1D2} = {0A3B4988-7F19-430D-BF6C-31AFD0234C44}
{1E5D1B5B-4926-4F7F-97A9-19DAE5065550} = {6647EBF4-A8E7-4987-9A43-CF6F9DA1A3AF}
{CD81CBF2-FBFE-4BB2-A777-5F5B9EFAB80E} = {0A3B4988-7F19-430D-BF6C-31AFD0234C44}
{9CBEB485-1E55-4457-B127-7E0A75602939} = {0A3B4988-7F19-430D-BF6C-31AFD0234C44}
{CBC4D9D1-6291-433F-80D7-4607D1CABC48} = {E8E17BD2-C38A-46B5-BA9D-B5A9561BAFC8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09CED59B-3404-49D6-ADE2-70D93A110B72}
EndGlobalSection
EndGlobal