-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathGitHubActionsTestLogger.sln
35 lines (35 loc) · 2.12 KB
/
GitHubActionsTestLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubActionsTestLogger", "GitHubActionsTestLogger\GitHubActionsTestLogger.csproj", "{FF25D237-FBD6-4DD9-8275-DDD752647647}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{71B00042-147C-45E0-AD34-9B6841E665E3}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
Readme.md = Readme.md
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubActionsTestLogger.Tests", "GitHubActionsTestLogger.Tests\GitHubActionsTestLogger.Tests.csproj", "{AB9190BD-F358-4765-9068-A1EEB668463B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubActionsTestLogger.Demo", "GitHubActionsTestLogger.Demo\GitHubActionsTestLogger.Demo.csproj", "{2EAAD162-BE96-49E7-9CEC-029921010292}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF25D237-FBD6-4DD9-8275-DDD752647647}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF25D237-FBD6-4DD9-8275-DDD752647647}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF25D237-FBD6-4DD9-8275-DDD752647647}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF25D237-FBD6-4DD9-8275-DDD752647647}.Release|Any CPU.Build.0 = Release|Any CPU
{AB9190BD-F358-4765-9068-A1EEB668463B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB9190BD-F358-4765-9068-A1EEB668463B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB9190BD-F358-4765-9068-A1EEB668463B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB9190BD-F358-4765-9068-A1EEB668463B}.Release|Any CPU.Build.0 = Release|Any CPU
{2EAAD162-BE96-49E7-9CEC-029921010292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EAAD162-BE96-49E7-9CEC-029921010292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EAAD162-BE96-49E7-9CEC-029921010292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EAAD162-BE96-49E7-9CEC-029921010292}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal