-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestcentric.engine.api.sln
65 lines (65 loc) · 3.21 KB
/
testcentric.engine.api.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
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCentric.Engine.Api", "src\TestCentric.Engine.Api\TestCentric.Engine.Api.csproj", "{66CDBCC4-AAFE-42CD-8C02-BA6ACC99C81C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5D814AC-758E-4AB0-94F2-465CD467362C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
build.cmd = build.cmd
build.ps1 = build.ps1
build.sh = build.sh
.config\dotnet-tools.json = .config\dotnet-tools.json
GitReleaseManager.yaml = GitReleaseManager.yaml
GitVersion.yml = GitVersion.yml
LICENSE.txt = LICENSE.txt
NuGet.config = NuGet.config
README.md = README.md
testcentric.png = testcentric.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{79FED62B-5228-43F8-8DB9-95841F8534B3}"
ProjectSection(SolutionItems) = preProject
nuget\TestCentric.Engine.Api.nuspec = nuget\TestCentric.Engine.Api.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCentric.Engine.Api.Tests", "src\TestCentric.Engine.Api.Tests\TestCentric.Engine.Api.Tests.csproj", "{3A99C7F4-4918-42BC-8364-0618F454B616}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{4EF13283-256F-4CFE-97B7-2FFFB23145B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{660649B9-30E3-4A6B-85C8-68CF25097169}"
ProjectSection(SolutionItems) = preProject
.github\workflows\testcentric-engine-api-ci.yml = .github\workflows\testcentric-engine-api-ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66CDBCC4-AAFE-42CD-8C02-BA6ACC99C81C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66CDBCC4-AAFE-42CD-8C02-BA6ACC99C81C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66CDBCC4-AAFE-42CD-8C02-BA6ACC99C81C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66CDBCC4-AAFE-42CD-8C02-BA6ACC99C81C}.Release|Any CPU.Build.0 = Release|Any CPU
{3A99C7F4-4918-42BC-8364-0618F454B616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A99C7F4-4918-42BC-8364-0618F454B616}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A99C7F4-4918-42BC-8364-0618F454B616}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A99C7F4-4918-42BC-8364-0618F454B616}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{79FED62B-5228-43F8-8DB9-95841F8534B3} = {E5D814AC-758E-4AB0-94F2-465CD467362C}
{4EF13283-256F-4CFE-97B7-2FFFB23145B0} = {E5D814AC-758E-4AB0-94F2-465CD467362C}
{660649B9-30E3-4A6B-85C8-68CF25097169} = {4EF13283-256F-4CFE-97B7-2FFFB23145B0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AA81645-C1F0-4C48-A401-63D326070B6E}
EndGlobalSection
EndGlobal