-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
bzTorrent.sln
39 lines (39 loc) · 2.15 KB
/
bzTorrent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bzTorrent", "bzTorrent\bzTorrent.csproj", "{1C7A915C-76C2-41F2-BF9C-6A7B95FA0423}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{645CF350-6F02-4AD0-9E83-52ECF9B157C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04F36509-8514-4847-B2F3-CA2CFE6E88C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bzTorrent.Tests", "bzTorrent.Tests\bzTorrent.Tests.csproj", "{45180465-6994-43BC-B3C8-974BD185F798}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C7A915C-76C2-41F2-BF9C-6A7B95FA0423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C7A915C-76C2-41F2-BF9C-6A7B95FA0423}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C7A915C-76C2-41F2-BF9C-6A7B95FA0423}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C7A915C-76C2-41F2-BF9C-6A7B95FA0423}.Release|Any CPU.Build.0 = Release|Any CPU
{645CF350-6F02-4AD0-9E83-52ECF9B157C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{645CF350-6F02-4AD0-9E83-52ECF9B157C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{645CF350-6F02-4AD0-9E83-52ECF9B157C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{645CF350-6F02-4AD0-9E83-52ECF9B157C3}.Release|Any CPU.Build.0 = Release|Any CPU
{45180465-6994-43BC-B3C8-974BD185F798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45180465-6994-43BC-B3C8-974BD185F798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45180465-6994-43BC-B3C8-974BD185F798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45180465-6994-43BC-B3C8-974BD185F798}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF62D123-A09E-4DC2-B6CB-EDEB67A0952A}
EndGlobalSection
EndGlobal