-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTestCentric.Metadata.sln
57 lines (57 loc) · 2.76 KB
/
TestCentric.Metadata.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
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96693C7E-4547-491A-BF05-865897ACF46C}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.cake = build.cake
build.cmd = build.cmd
build.ps1 = build.ps1
build.sh = build.sh
GitReleaseManager.yaml = GitReleaseManager.yaml
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
NOTICE.md = NOTICE.md
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCentric.Metadata", "src\TestCentric.Metadata\TestCentric.Metadata.csproj", "{DF453857-44BB-44CF-BEC5-47F8C83335E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCentric.Metadata.Tests", "src\TestCentric.Metadata.tests\TestCentric.Metadata.Tests.csproj", "{5D6A67A0-B74C-48F1-8FCC-E85BF727F0B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C53AB6C5-362A-4789-B5B0-01530E9B40F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F6358310-53F8-4687-9C77-F61BEAEC6724}"
ProjectSection(SolutionItems) = preProject
.github\workflows\testcentric-metadata.ci.yml = .github\workflows\testcentric-metadata.ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF453857-44BB-44CF-BEC5-47F8C83335E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF453857-44BB-44CF-BEC5-47F8C83335E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF453857-44BB-44CF-BEC5-47F8C83335E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF453857-44BB-44CF-BEC5-47F8C83335E5}.Release|Any CPU.Build.0 = Release|Any CPU
{5D6A67A0-B74C-48F1-8FCC-E85BF727F0B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D6A67A0-B74C-48F1-8FCC-E85BF727F0B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D6A67A0-B74C-48F1-8FCC-E85BF727F0B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D6A67A0-B74C-48F1-8FCC-E85BF727F0B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C53AB6C5-362A-4789-B5B0-01530E9B40F1} = {96693C7E-4547-491A-BF05-865897ACF46C}
{F6358310-53F8-4687-9C77-F61BEAEC6724} = {C53AB6C5-362A-4789-B5B0-01530E9B40F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AEFCDA38-CDDF-4B8F-A199-20E0FB2E007C}
EndGlobalSection
EndGlobal