-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDNX.Helpers.Console.sln
72 lines (72 loc) · 3.71 KB
/
DNX.Helpers.Console.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
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DNX.Helpers.Console", "DNX.Helpers.Console\DNX.Helpers.Console.csproj", "{99C65D94-86DA-4E95-AAD6-45BFA245A1EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.DNX.Helpers.Console", "Test.DNX.Helpers.Console\Test.DNX.Helpers.Console.csproj", "{CDEBA8FB-07FB-4E91-8F53-59292A3E59DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{0AB03902-3270-434A-A23A-1050643E2B79}"
ProjectSection(SolutionItems) = preProject
licence.txt = licence.txt
readme.md = readme.md
todo.md = todo.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Commands", "Commands", "{6A59AA5C-37A8-457E-9C66-A2CFDB762BBA}"
ProjectSection(SolutionItems) = preProject
commands.json = commands.json
GenerateMarkdown.cmd = GenerateMarkdown.cmd
NuGet.Package.cmd = NuGet.Package.cmd
NuGet.publish.cmd = NuGet.publish.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{14AF8A4F-61E6-4C37-8859-BF675F59EEE5}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reference", "Reference", "{428A8585-5F6F-42A5-88A9-56152570E634}"
ProjectSection(SolutionItems) = preProject
Reference\reference.md = Reference\reference.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{54170C5C-3C75-4E1A-9C53-6D10BC14B8D4}"
ProjectSection(SolutionItems) = preProject
Docs\Exceptions.md = Docs\Exceptions.md
Docs\main.md = Docs\main.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.DNX.Helpers.ConsoleApp", "Test.DNX.Helpers.ConsoleApp\Test.DNX.Helpers.ConsoleApp.csproj", "{F0B67BA8-48A4-49DF-ABCE-B879F9A69D48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99C65D94-86DA-4E95-AAD6-45BFA245A1EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99C65D94-86DA-4E95-AAD6-45BFA245A1EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99C65D94-86DA-4E95-AAD6-45BFA245A1EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99C65D94-86DA-4E95-AAD6-45BFA245A1EA}.Release|Any CPU.Build.0 = Release|Any CPU
{CDEBA8FB-07FB-4E91-8F53-59292A3E59DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDEBA8FB-07FB-4E91-8F53-59292A3E59DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDEBA8FB-07FB-4E91-8F53-59292A3E59DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDEBA8FB-07FB-4E91-8F53-59292A3E59DE}.Release|Any CPU.Build.0 = Release|Any CPU
{F0B67BA8-48A4-49DF-ABCE-B879F9A69D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0B67BA8-48A4-49DF-ABCE-B879F9A69D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0B67BA8-48A4-49DF-ABCE-B879F9A69D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0B67BA8-48A4-49DF-ABCE-B879F9A69D48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A59AA5C-37A8-457E-9C66-A2CFDB762BBA} = {0AB03902-3270-434A-A23A-1050643E2B79}
{428A8585-5F6F-42A5-88A9-56152570E634} = {0AB03902-3270-434A-A23A-1050643E2B79}
{54170C5C-3C75-4E1A-9C53-6D10BC14B8D4} = {0AB03902-3270-434A-A23A-1050643E2B79}
EndGlobalSection
EndGlobal