-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwget.sln
55 lines (55 loc) · 3.54 KB
/
wget.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NB.Core.Web.UnitTest", "NB.Core.Web.UnitTest\NB.Core.Web.UnitTest.csproj", "{DCCB8329-7EAD-4164-B420-35F44A254EDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5162FF1A-5DDF-43FE-9D98-865554B8899F}"
ProjectSection(SolutionItems) = preProject
..\wget\Performance1.psess = ..\wget\Performance1.psess
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NB.Core.Web", "NB.Core.Web\NB.Core.Web.csproj", "{0C524540-0B5B-40F9-A094-9061C7EBC8A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wget", "NB.Core.Web.Command\wget\wget.csproj", "{D8DEC7AC-F80C-43DC-B427-5B32E4FA040F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NB.Core.Toolkit", "NB.Core.Toolkit\NB.Core.Toolkit.csproj", "{987AFD5B-3A0F-484B-805A-687DB80323AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NB.Core", "NB.Core\NB.Core.csproj", "{C4CC8DCC-4A6A-4DCB-B309-B2AD95337728}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NB.Core.Web.DataAccess", "NB.Core.Web.DataAccess\NB.Core.Web.DataAccess.csproj", "{72ABD4CD-F67B-40C2-B31B-D428E85660FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCCB8329-7EAD-4164-B420-35F44A254EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCCB8329-7EAD-4164-B420-35F44A254EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCCB8329-7EAD-4164-B420-35F44A254EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCCB8329-7EAD-4164-B420-35F44A254EDA}.Release|Any CPU.Build.0 = Release|Any CPU
{0C524540-0B5B-40F9-A094-9061C7EBC8A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C524540-0B5B-40F9-A094-9061C7EBC8A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C524540-0B5B-40F9-A094-9061C7EBC8A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C524540-0B5B-40F9-A094-9061C7EBC8A2}.Release|Any CPU.Build.0 = Release|Any CPU
{D8DEC7AC-F80C-43DC-B427-5B32E4FA040F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8DEC7AC-F80C-43DC-B427-5B32E4FA040F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8DEC7AC-F80C-43DC-B427-5B32E4FA040F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8DEC7AC-F80C-43DC-B427-5B32E4FA040F}.Release|Any CPU.Build.0 = Release|Any CPU
{987AFD5B-3A0F-484B-805A-687DB80323AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{987AFD5B-3A0F-484B-805A-687DB80323AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{987AFD5B-3A0F-484B-805A-687DB80323AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{987AFD5B-3A0F-484B-805A-687DB80323AA}.Release|Any CPU.Build.0 = Release|Any CPU
{C4CC8DCC-4A6A-4DCB-B309-B2AD95337728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4CC8DCC-4A6A-4DCB-B309-B2AD95337728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4CC8DCC-4A6A-4DCB-B309-B2AD95337728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4CC8DCC-4A6A-4DCB-B309-B2AD95337728}.Release|Any CPU.Build.0 = Release|Any CPU
{72ABD4CD-F67B-40C2-B31B-D428E85660FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72ABD4CD-F67B-40C2-B31B-D428E85660FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72ABD4CD-F67B-40C2-B31B-D428E85660FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72ABD4CD-F67B-40C2-B31B-D428E85660FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal