-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathSn.ScreenBroadcaster.sln
54 lines (54 loc) · 3.22 KB
/
Sn.ScreenBroadcaster.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibScreenCapture", "LibScreenCapture\LibScreenCapture.csproj", "{3415B788-7FD4-4B55-B4AA-1E832DD4776C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{E234355E-BD64-4157-BE5F-EE1AF0B6BB6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWPF", "TestWPF\TestWPF.csproj", "{ACF4155B-04F0-4BDE-B431-D6D06C7465E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sn.ScreenBroadcaster", "Sn.ScreenBroadcaster\Sn.ScreenBroadcaster.csproj", "{3C9377F9-9E01-4769-BCF5-6147F6539D3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CC9BE48-DFCB-44EA-AF61-BFCBC28C863D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sdcb.FFmpeg", "Sdcb.FFmpeg\Sdcb.FFmpeg.csproj", "{5FE89606-9973-4EFD-A385-29CA5474AD57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3415B788-7FD4-4B55-B4AA-1E832DD4776C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3415B788-7FD4-4B55-B4AA-1E832DD4776C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3415B788-7FD4-4B55-B4AA-1E832DD4776C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3415B788-7FD4-4B55-B4AA-1E832DD4776C}.Release|Any CPU.Build.0 = Release|Any CPU
{E234355E-BD64-4157-BE5F-EE1AF0B6BB6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E234355E-BD64-4157-BE5F-EE1AF0B6BB6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E234355E-BD64-4157-BE5F-EE1AF0B6BB6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E234355E-BD64-4157-BE5F-EE1AF0B6BB6C}.Release|Any CPU.Build.0 = Release|Any CPU
{ACF4155B-04F0-4BDE-B431-D6D06C7465E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACF4155B-04F0-4BDE-B431-D6D06C7465E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACF4155B-04F0-4BDE-B431-D6D06C7465E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACF4155B-04F0-4BDE-B431-D6D06C7465E3}.Release|Any CPU.Build.0 = Release|Any CPU
{3C9377F9-9E01-4769-BCF5-6147F6539D3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C9377F9-9E01-4769-BCF5-6147F6539D3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C9377F9-9E01-4769-BCF5-6147F6539D3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C9377F9-9E01-4769-BCF5-6147F6539D3C}.Release|Any CPU.Build.0 = Release|Any CPU
{5FE89606-9973-4EFD-A385-29CA5474AD57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FE89606-9973-4EFD-A385-29CA5474AD57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FE89606-9973-4EFD-A385-29CA5474AD57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FE89606-9973-4EFD-A385-29CA5474AD57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A39BEB6-1E33-4033-A8C1-6476B9D54CB9}
EndGlobalSection
EndGlobal