-
Notifications
You must be signed in to change notification settings - Fork 20
/
TorrentCore.sln
65 lines (65 loc) · 3.73 KB
/
TorrentCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BD8F3F0-5E3F-40CB-9534-CA78C50E88EF}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
Directory.build.props = Directory.build.props
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
stylecop.json = stylecop.json
StyleCopRules.ruleset = StyleCopRules.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorrentCore", "TorrentCore\TorrentCore.csproj", "{2B783296-CA07-4AC2-B699-C1462BD1D8EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorrentCore.Cli", "TorrentCore.Cli\TorrentCore.Cli.csproj", "{CC5BF4A7-3451-43B5-91A4-2DD8B78EBD76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorrentCore.Test", "TorrentCore.Test\TorrentCore.Test.csproj", "{0574AFDA-618A-4C17-8FE3-D2B822D158F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorrentCore.Web", "TorrentCore.Web\TorrentCore.Web.csproj", "{C6B1DE74-65C8-4400-88EC-C4929CBACB29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{C4E13894-E7CB-4467-A1C6-D8D95E6DAF2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomTransportProtocol", "examples\CustomTransportProtocol\CustomTransportProtocol.csproj", "{D2B3D1FE-FBD0-42D9-B9E6-3ADDEFB83831}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B783296-CA07-4AC2-B699-C1462BD1D8EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B783296-CA07-4AC2-B699-C1462BD1D8EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B783296-CA07-4AC2-B699-C1462BD1D8EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B783296-CA07-4AC2-B699-C1462BD1D8EB}.Release|Any CPU.Build.0 = Release|Any CPU
{CC5BF4A7-3451-43B5-91A4-2DD8B78EBD76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC5BF4A7-3451-43B5-91A4-2DD8B78EBD76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC5BF4A7-3451-43B5-91A4-2DD8B78EBD76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC5BF4A7-3451-43B5-91A4-2DD8B78EBD76}.Release|Any CPU.Build.0 = Release|Any CPU
{0574AFDA-618A-4C17-8FE3-D2B822D158F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0574AFDA-618A-4C17-8FE3-D2B822D158F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0574AFDA-618A-4C17-8FE3-D2B822D158F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0574AFDA-618A-4C17-8FE3-D2B822D158F5}.Release|Any CPU.Build.0 = Release|Any CPU
{C6B1DE74-65C8-4400-88EC-C4929CBACB29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6B1DE74-65C8-4400-88EC-C4929CBACB29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6B1DE74-65C8-4400-88EC-C4929CBACB29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6B1DE74-65C8-4400-88EC-C4929CBACB29}.Release|Any CPU.Build.0 = Release|Any CPU
{D2B3D1FE-FBD0-42D9-B9E6-3ADDEFB83831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2B3D1FE-FBD0-42D9-B9E6-3ADDEFB83831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2B3D1FE-FBD0-42D9-B9E6-3ADDEFB83831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2B3D1FE-FBD0-42D9-B9E6-3ADDEFB83831}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2B3D1FE-FBD0-42D9-B9E6-3ADDEFB83831} = {C4E13894-E7CB-4467-A1C6-D8D95E6DAF2F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EED9914E-E2C5-4CE5-971B-0EB01A773925}
EndGlobalSection
EndGlobal