-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDNX.Helpers.sln
96 lines (96 loc) · 4.41 KB
/
DNX.Helpers.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DNX.Helpers", "DNX.Helpers\DNX.Helpers.csproj", "{BC278532-83D1-4AC0-BA01-E16F237BCBF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.DNX.Helpers", "Test.DNX.Helpers\Test.DNX.Helpers.csproj", "{B3666B7C-ADF3-46B1-8955-D3224F4A9C8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{35364FCB-E4C1-488F-B918-19EDE8CD1A5C}"
ProjectSection(SolutionItems) = preProject
DNX.Helpers\DNX.Helpers.nuspec = DNX.Helpers\DNX.Helpers.nuspec
.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}") = ".docs", ".docs", "{E52234A5-6012-4188-B216-87C7D41306B5}"
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", "{FB47A44B-A670-480D-8B11-6D02072596D4}"
ProjectSection(SolutionItems) = preProject
commands.json = commands.json
GenerateMarkdown.cmd = GenerateMarkdown.cmd
NuGet.Pack.cmd = NuGet.Pack.cmd
NuGet.Push.cmd = NuGet.Push.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{2236A3F2-35BF-46D9-B5C6-E30761EEFA66}"
ProjectSection(SolutionItems) = preProject
Docs\Assemblies.md = Docs\Assemblies.md
Docs\Comparisons.md = Docs\Comparisons.md
Docs\Converters.md = Docs\Converters.md
Docs\Dates.md = Docs\Dates.md
Docs\Enumerations.md = Docs\Enumerations.md
Docs\Exceptions.md = Docs\Exceptions.md
Docs\Index.md = Docs\Index.md
Docs\Interfaces.md = Docs\Interfaces.md
Docs\Linq.md = Docs\Linq.md
Docs\Maths.md = Docs\Maths.md
Docs\Objects.md = Docs\Objects.md
Docs\Reflection.md = Docs\Reflection.md
Docs\Streams.md = Docs\Streams.md
Docs\Strings.md = Docs\Strings.md
Docs\Threading.md = Docs\Threading.md
Docs\Validation.md = Docs\Validation.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reference", "Reference", "{BF2F6407-DA12-4C4B-B852-1D4BF3627122}"
ProjectSection(SolutionItems) = preProject
Reference\reference.md = Reference\reference.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{BDB7BF4E-2B89-4EA1-AB87-00D926C29D97}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{ED58C975-9E2F-4720-9634-62BE33EB58B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".images", ".images", "{E2FA5B06-E65B-4D0E-86EC-6E9F2EC82A5A}"
ProjectSection(SolutionItems) = preProject
images\favicon-32x32.png = images\favicon-32x32.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC278532-83D1-4AC0-BA01-E16F237BCBF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC278532-83D1-4AC0-BA01-E16F237BCBF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC278532-83D1-4AC0-BA01-E16F237BCBF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC278532-83D1-4AC0-BA01-E16F237BCBF9}.Release|Any CPU.Build.0 = Release|Any CPU
{B3666B7C-ADF3-46B1-8955-D3224F4A9C8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3666B7C-ADF3-46B1-8955-D3224F4A9C8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3666B7C-ADF3-46B1-8955-D3224F4A9C8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3666B7C-ADF3-46B1-8955-D3224F4A9C8D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2236A3F2-35BF-46D9-B5C6-E30761EEFA66} = {E52234A5-6012-4188-B216-87C7D41306B5}
{BF2F6407-DA12-4C4B-B852-1D4BF3627122} = {E52234A5-6012-4188-B216-87C7D41306B5}
{ED58C975-9E2F-4720-9634-62BE33EB58B3} = {E52234A5-6012-4188-B216-87C7D41306B5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59F858F4-B132-4090-8A05-85FC6D02D008}
EndGlobalSection
EndGlobal