-
Notifications
You must be signed in to change notification settings - Fork 8
/
BitSwarm.sln
48 lines (48 loc) · 2.82 KB
/
BitSwarm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitSwarm", "BitSwarm\BitSwarm.csproj", "{243FD7DA-3A88-483E-8468-01FB4FA9AB8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitSwarm (Console Core Demo)", "BitSwarm (Console Core Demo)\BitSwarm (Console Core Demo).csproj", "{D0D385BD-F82F-4FCC-919B-ADEFDABCEC3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibVLCStreaming", "LibVLCStreaming\LibVLCStreaming.csproj", "{119FA64C-B61D-4794-8A64-3340753B9BFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{15831830-F966-4945-B57B-7291F0318327}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitSwarm (WinForms Demo)", "BitSwarm (WinForms Demo)\BitSwarm (WinForms Demo).csproj", "{D08FFBAF-CC5F-430D-899E-6C0A2B975778}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{243FD7DA-3A88-483E-8468-01FB4FA9AB8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{243FD7DA-3A88-483E-8468-01FB4FA9AB8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{243FD7DA-3A88-483E-8468-01FB4FA9AB8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{243FD7DA-3A88-483E-8468-01FB4FA9AB8E}.Release|Any CPU.Build.0 = Release|Any CPU
{D0D385BD-F82F-4FCC-919B-ADEFDABCEC3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0D385BD-F82F-4FCC-919B-ADEFDABCEC3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0D385BD-F82F-4FCC-919B-ADEFDABCEC3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0D385BD-F82F-4FCC-919B-ADEFDABCEC3D}.Release|Any CPU.Build.0 = Release|Any CPU
{119FA64C-B61D-4794-8A64-3340753B9BFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{119FA64C-B61D-4794-8A64-3340753B9BFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{119FA64C-B61D-4794-8A64-3340753B9BFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{119FA64C-B61D-4794-8A64-3340753B9BFC}.Release|Any CPU.Build.0 = Release|Any CPU
{D08FFBAF-CC5F-430D-899E-6C0A2B975778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D08FFBAF-CC5F-430D-899E-6C0A2B975778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D08FFBAF-CC5F-430D-899E-6C0A2B975778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D08FFBAF-CC5F-430D-899E-6C0A2B975778}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F998D7CD-37F1-4BA3-B00A-8085BB25D4AC}
EndGlobalSection
EndGlobal