-
Notifications
You must be signed in to change notification settings - Fork 1
/
DotNet.CommonHelpers.sln
56 lines (56 loc) · 2.7 KB
/
DotNet.CommonHelpers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32414.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.CommonHelpers", "src\DotNet.CommonHelpers\DotNet.CommonHelpers.csproj", "{9F85AA26-5F94-4E22-89DF-86A1EB60920C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4818631C-AE62-4F01-8187-48F916BAABCB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7BC4978F-936B-4E41-9F50-F5E28952A9DA}"
ProjectSection(SolutionItems) = preProject
docs\API.md = docs\API.md
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1447A944-0B60-4127-B416-99ADBCCC98B9}"
ProjectSection(SolutionItems) = preProject
tests\.placeholder = tests\.placeholder
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5F024A0-5DD2-48C4-8B35-FD6737CCBCD8}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.ConsoleApp", "tests\Test.ConsoleApp\Test.ConsoleApp.csproj", "{4D5DC747-FC40-4B72-8B3D-A96378B9A754}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F85AA26-5F94-4E22-89DF-86A1EB60920C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F85AA26-5F94-4E22-89DF-86A1EB60920C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F85AA26-5F94-4E22-89DF-86A1EB60920C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F85AA26-5F94-4E22-89DF-86A1EB60920C}.Release|Any CPU.Build.0 = Release|Any CPU
{4D5DC747-FC40-4B72-8B3D-A96378B9A754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D5DC747-FC40-4B72-8B3D-A96378B9A754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D5DC747-FC40-4B72-8B3D-A96378B9A754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D5DC747-FC40-4B72-8B3D-A96378B9A754}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9F85AA26-5F94-4E22-89DF-86A1EB60920C} = {4818631C-AE62-4F01-8187-48F916BAABCB}
{4D5DC747-FC40-4B72-8B3D-A96378B9A754} = {1447A944-0B60-4127-B416-99ADBCCC98B9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72734325-C40D-4F00-85F4-9955E965BB46}
EndGlobalSection
EndGlobal