-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestExtensions.sln
33 lines (33 loc) · 1.84 KB
/
TestExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestExtensions.Tests", "TestExtensions.Tests\TestExtensions.Tests.csproj", "{B08617E4-86FF-4344-AFD2-C1F7FBD93256}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestExtensions", "TestExtensions\TestExtensions.csproj", "{AC8E3819-1535-4CC6-8ABC-DE7CD58BFAA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{D3134DA0-9739-4F18-8C08-E9BF7F2A92D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{61413D5C-F64E-4040-856A-A40450D578EA}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B08617E4-86FF-4344-AFD2-C1F7FBD93256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B08617E4-86FF-4344-AFD2-C1F7FBD93256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B08617E4-86FF-4344-AFD2-C1F7FBD93256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B08617E4-86FF-4344-AFD2-C1F7FBD93256}.Release|Any CPU.Build.0 = Release|Any CPU
{AC8E3819-1535-4CC6-8ABC-DE7CD58BFAA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC8E3819-1535-4CC6-8ABC-DE7CD58BFAA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC8E3819-1535-4CC6-8ABC-DE7CD58BFAA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC8E3819-1535-4CC6-8ABC-DE7CD58BFAA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{61413D5C-F64E-4040-856A-A40450D578EA} = {D3134DA0-9739-4F18-8C08-E9BF7F2A92D9}
EndGlobalSection
EndGlobal