-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtlas.Auto.Tests.sln
48 lines (48 loc) · 2.31 KB
/
Atlas.Auto.Tests.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0536079-3EA3-421F-B0E1-E83D0F788530}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlas.Auto.Tests", "Atlas.Auto.Tests\Atlas.Auto.Tests.csproj", "{C7E94F32-D3D6-4DDA-A62E-F91EC63576E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pipelines", "pipelines", "{F71E10B9-4AA1-4B28-9E24-856202F3B28B}"
ProjectSection(SolutionItems) = preProject
azure-test-run-template.yml = azure-test-run-template.yml
test-pipeline.yml = test-pipeline.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlas.Auto.Utils", "Atlas.Auto.Utils\Atlas.Auto.Utils.csproj", "{1F06D6B5-28B1-4628-8768-F89CD44FB9C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7E94F32-D3D6-4DDA-A62E-F91EC63576E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7E94F32-D3D6-4DDA-A62E-F91EC63576E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7E94F32-D3D6-4DDA-A62E-F91EC63576E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7E94F32-D3D6-4DDA-A62E-F91EC63576E5}.Release|Any CPU.Build.0 = Release|Any CPU
{1F06D6B5-28B1-4628-8768-F89CD44FB9C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F06D6B5-28B1-4628-8768-F89CD44FB9C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F06D6B5-28B1-4628-8768-F89CD44FB9C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F06D6B5-28B1-4628-8768-F89CD44FB9C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F71E10B9-4AA1-4B28-9E24-856202F3B28B} = {E0536079-3EA3-421F-B0E1-E83D0F788530}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9956597-1A6D-41D3-9321-D09CC65DCBC0}
EndGlobalSection
EndGlobal