-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHyperLibrary.sln
51 lines (51 loc) · 3.26 KB
/
HyperLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperLibrary.WebHost", "HyperLibrary.WebHost\HyperLibrary.WebHost.csproj", "{30174DFC-8DD4-4BA6-80E9-C562BB8C7C1A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F282CC21-0DBD-4A5E-A33E-DA13E604BDBC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperLibrary.Core", "HyperLibrary.Core\HyperLibrary.Core.csproj", "{2F62B326-33C6-4517-B335-D4FF3CC28D33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperLibrary.ResouceClient", "HyperLibrary.ResouceClient\HyperLibrary.ResouceClient.csproj", "{1DE9B22A-0298-43F1-9F80-AA090A629BA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperLibrary.LinkClient", "HyperLibrary.LinkClient\HyperLibrary.LinkClient.csproj", "{D7DECC3E-4D57-4E40-BFD7-6D32508B1C7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperLibrary.Tests", "HyperLibrary.Tests\HyperLibrary.Tests.csproj", "{3DF75AE5-CB88-4B41-8AFE-6C3A5DED4CDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30174DFC-8DD4-4BA6-80E9-C562BB8C7C1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30174DFC-8DD4-4BA6-80E9-C562BB8C7C1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30174DFC-8DD4-4BA6-80E9-C562BB8C7C1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30174DFC-8DD4-4BA6-80E9-C562BB8C7C1A}.Release|Any CPU.Build.0 = Release|Any CPU
{2F62B326-33C6-4517-B335-D4FF3CC28D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F62B326-33C6-4517-B335-D4FF3CC28D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F62B326-33C6-4517-B335-D4FF3CC28D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F62B326-33C6-4517-B335-D4FF3CC28D33}.Release|Any CPU.Build.0 = Release|Any CPU
{1DE9B22A-0298-43F1-9F80-AA090A629BA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DE9B22A-0298-43F1-9F80-AA090A629BA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DE9B22A-0298-43F1-9F80-AA090A629BA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DE9B22A-0298-43F1-9F80-AA090A629BA0}.Release|Any CPU.Build.0 = Release|Any CPU
{D7DECC3E-4D57-4E40-BFD7-6D32508B1C7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7DECC3E-4D57-4E40-BFD7-6D32508B1C7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7DECC3E-4D57-4E40-BFD7-6D32508B1C7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7DECC3E-4D57-4E40-BFD7-6D32508B1C7D}.Release|Any CPU.Build.0 = Release|Any CPU
{3DF75AE5-CB88-4B41-8AFE-6C3A5DED4CDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DF75AE5-CB88-4B41-8AFE-6C3A5DED4CDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DF75AE5-CB88-4B41-8AFE-6C3A5DED4CDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DF75AE5-CB88-4B41-8AFE-6C3A5DED4CDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal