forked from sharpliner/sharpliner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharpliner.sln
56 lines (56 loc) · 3.04 KB
/
Sharpliner.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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3909241C-F29B-4D22-BC56-504F7EA792D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8FBB691D-7838-452D-AFF5-5CCEFFE7200E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4367760B-3BCA-4A9F-B8C9-9D106BCBE861}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharpliner", "src\Sharpliner\Sharpliner.csproj", "{14F6E156-9E87-4B14-9B7A-C7A83101A795}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharpliner.Tests", "tests\Sharpliner.Tests\Sharpliner.Tests.csproj", "{70F30F92-B6D5-42C7-89B9-98AB72AFF192}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eng", "eng", "{4F21BBD4-0FBF-43FA-94E8-3119F47DD493}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharpliner.CI", "eng\Sharpliner.CI\Sharpliner.CI.csproj", "{DABB7F89-37B9-4AC8-9FEA-DCDE0B1E8DE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14F6E156-9E87-4B14-9B7A-C7A83101A795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14F6E156-9E87-4B14-9B7A-C7A83101A795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14F6E156-9E87-4B14-9B7A-C7A83101A795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14F6E156-9E87-4B14-9B7A-C7A83101A795}.Release|Any CPU.Build.0 = Release|Any CPU
{70F30F92-B6D5-42C7-89B9-98AB72AFF192}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70F30F92-B6D5-42C7-89B9-98AB72AFF192}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70F30F92-B6D5-42C7-89B9-98AB72AFF192}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70F30F92-B6D5-42C7-89B9-98AB72AFF192}.Release|Any CPU.Build.0 = Release|Any CPU
{DABB7F89-37B9-4AC8-9FEA-DCDE0B1E8DE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DABB7F89-37B9-4AC8-9FEA-DCDE0B1E8DE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DABB7F89-37B9-4AC8-9FEA-DCDE0B1E8DE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DABB7F89-37B9-4AC8-9FEA-DCDE0B1E8DE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14F6E156-9E87-4B14-9B7A-C7A83101A795} = {3909241C-F29B-4D22-BC56-504F7EA792D7}
{70F30F92-B6D5-42C7-89B9-98AB72AFF192} = {8FBB691D-7838-452D-AFF5-5CCEFFE7200E}
{DABB7F89-37B9-4AC8-9FEA-DCDE0B1E8DE0} = {4F21BBD4-0FBF-43FA-94E8-3119F47DD493}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDFCD6C1-CAB3-4251-8F2E-7F0A7B2B9111}
EndGlobalSection
EndGlobal