-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGhActionsDoctor.sln
More file actions
43 lines (43 loc) · 2.53 KB
/
Copy pathGhActionsDoctor.sln
File metadata and controls
43 lines (43 loc) · 2.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{231D2BA0-1AC3-4FF1-A2F2-A1B8F48F037A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GhActionsDoctor.Core", "src\GhActionsDoctor.Core\GhActionsDoctor.Core.csproj", "{29A94B6D-14CE-4621-A0FA-C670533130DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GhActionsDoctor.Cli", "src\GhActionsDoctor.Cli\GhActionsDoctor.Cli.csproj", "{749CF163-A70F-4B19-8BF3-053F506937DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{997AEA1D-93F6-4768-A1FB-C15FECAA89FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GhActionsDoctor.Tests", "tests\GhActionsDoctor.Tests\GhActionsDoctor.Tests.csproj", "{AD1E410C-C9E6-4450-961C-5C17787A1827}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29A94B6D-14CE-4621-A0FA-C670533130DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29A94B6D-14CE-4621-A0FA-C670533130DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29A94B6D-14CE-4621-A0FA-C670533130DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29A94B6D-14CE-4621-A0FA-C670533130DA}.Release|Any CPU.Build.0 = Release|Any CPU
{749CF163-A70F-4B19-8BF3-053F506937DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{749CF163-A70F-4B19-8BF3-053F506937DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{749CF163-A70F-4B19-8BF3-053F506937DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{749CF163-A70F-4B19-8BF3-053F506937DD}.Release|Any CPU.Build.0 = Release|Any CPU
{AD1E410C-C9E6-4450-961C-5C17787A1827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD1E410C-C9E6-4450-961C-5C17787A1827}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD1E410C-C9E6-4450-961C-5C17787A1827}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD1E410C-C9E6-4450-961C-5C17787A1827}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{29A94B6D-14CE-4621-A0FA-C670533130DA} = {231D2BA0-1AC3-4FF1-A2F2-A1B8F48F037A}
{749CF163-A70F-4B19-8BF3-053F506937DD} = {231D2BA0-1AC3-4FF1-A2F2-A1B8F48F037A}
{AD1E410C-C9E6-4450-961C-5C17787A1827} = {997AEA1D-93F6-4768-A1FB-C15FECAA89FD}
EndGlobalSection
EndGlobal