-
Notifications
You must be signed in to change notification settings - Fork 43
/
depends.sln
63 lines (63 loc) · 3.46 KB
/
depends.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{97C04377-F27E-4CF5-B9DC-A6FCD9D02A42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Depends", "src\Depends\Depends.csproj", "{3B797AFD-7C43-481E-810E-CE5AF135CA3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Depends.Core", "src\Depends.Core\Depends.Core.csproj", "{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{590CB375-A33B-4147-A888-06CB5F898C2D}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Debug|x64.ActiveCfg = Debug|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Debug|x64.Build.0 = Debug|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Debug|x86.ActiveCfg = Debug|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Debug|x86.Build.0 = Debug|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Release|Any CPU.Build.0 = Release|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Release|x64.ActiveCfg = Release|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Release|x64.Build.0 = Release|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Release|x86.ActiveCfg = Release|Any CPU
{3B797AFD-7C43-481E-810E-CE5AF135CA3A}.Release|x86.Build.0 = Release|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Debug|x64.ActiveCfg = Debug|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Debug|x64.Build.0 = Debug|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Debug|x86.ActiveCfg = Debug|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Debug|x86.Build.0 = Debug|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Release|Any CPU.Build.0 = Release|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Release|x64.ActiveCfg = Release|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Release|x64.Build.0 = Release|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Release|x86.ActiveCfg = Release|Any CPU
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3B797AFD-7C43-481E-810E-CE5AF135CA3A} = {97C04377-F27E-4CF5-B9DC-A6FCD9D02A42}
{89410B00-43ED-46E5-90E7-1B5A7FACCF1F} = {97C04377-F27E-4CF5-B9DC-A6FCD9D02A42}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC00645C-BE93-405D-9835-0D0376EDD089}
EndGlobalSection
EndGlobal