-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Atata.sln
92 lines (92 loc) · 5.9 KB
/
Atata.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata", "src\Atata\Atata.csproj", "{9D876D23-607A-45DC-979A-01DA1D34189C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5262AF3A-5A4A-458E-8C38-B133972D058F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.codecoverage.runsettings = azure-pipelines.codecoverage.runsettings
azure-pipelines.release.yml = azure-pipelines.release.yml
azure-pipelines.runsettings = azure-pipelines.runsettings
azure-pipelines.yml = azure-pipelines.yml
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
en-US_User.dic = en-US_User.dic
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.TestApp", "test\Atata.TestApp\Atata.TestApp.csproj", "{C31D92C7-3E33-4904-9C53-B067551F1472}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.IntegrationTests", "test\Atata.IntegrationTests\Atata.IntegrationTests.csproj", "{B13F2FA3-A802-4BCB-929D-8915B2291F99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C03C2388-5E3F-45AB-A93A-EF10A62E158A}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\GenerateControlDelegates.ps1 = src\GenerateControlDelegates.ps1
src\GenerateDriverAtataContextBuilders.ps1 = src\GenerateDriverAtataContextBuilders.ps1
src\GenerateHeadingVerificationTriggers.ps1 = src\GenerateHeadingVerificationTriggers.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.UnitTests", "test\Atata.UnitTests\Atata.UnitTests.csproj", "{EB4A44FB-422A-4122-9758-A2EDAB56604A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.Benchmarks", "test\Atata.Benchmarks\Atata.Benchmarks.csproj", "{42203426-9492-4992-89A6-F75E78E7CD35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.IntegrationTests.Xunit", "test\Atata.IntegrationTests.Xunit\Atata.IntegrationTests.Xunit.csproj", "{BC378398-CA82-4B4C-AA71-D1CCFB99B94C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.IntegrationTests.Xunit3", "test\Atata.IntegrationTests.Xunit3\Atata.IntegrationTests.Xunit3.csproj", "{CB430424-A729-4B17-9A44-6D55F2509C04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.IntegrationTests.NUnit", "test\Atata.IntegrationTests.NUnit\Atata.IntegrationTests.NUnit.csproj", "{00F4E77C-60CC-40EE-8304-85E67FB1EADE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D876D23-607A-45DC-979A-01DA1D34189C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D876D23-607A-45DC-979A-01DA1D34189C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D876D23-607A-45DC-979A-01DA1D34189C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D876D23-607A-45DC-979A-01DA1D34189C}.Release|Any CPU.Build.0 = Release|Any CPU
{C31D92C7-3E33-4904-9C53-B067551F1472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C31D92C7-3E33-4904-9C53-B067551F1472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C31D92C7-3E33-4904-9C53-B067551F1472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C31D92C7-3E33-4904-9C53-B067551F1472}.Release|Any CPU.Build.0 = Release|Any CPU
{B13F2FA3-A802-4BCB-929D-8915B2291F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B13F2FA3-A802-4BCB-929D-8915B2291F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B13F2FA3-A802-4BCB-929D-8915B2291F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B13F2FA3-A802-4BCB-929D-8915B2291F99}.Release|Any CPU.Build.0 = Release|Any CPU
{EB4A44FB-422A-4122-9758-A2EDAB56604A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB4A44FB-422A-4122-9758-A2EDAB56604A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB4A44FB-422A-4122-9758-A2EDAB56604A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB4A44FB-422A-4122-9758-A2EDAB56604A}.Release|Any CPU.Build.0 = Release|Any CPU
{42203426-9492-4992-89A6-F75E78E7CD35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42203426-9492-4992-89A6-F75E78E7CD35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42203426-9492-4992-89A6-F75E78E7CD35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42203426-9492-4992-89A6-F75E78E7CD35}.Release|Any CPU.Build.0 = Release|Any CPU
{BC378398-CA82-4B4C-AA71-D1CCFB99B94C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC378398-CA82-4B4C-AA71-D1CCFB99B94C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC378398-CA82-4B4C-AA71-D1CCFB99B94C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC378398-CA82-4B4C-AA71-D1CCFB99B94C}.Release|Any CPU.Build.0 = Release|Any CPU
{CB430424-A729-4B17-9A44-6D55F2509C04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB430424-A729-4B17-9A44-6D55F2509C04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB430424-A729-4B17-9A44-6D55F2509C04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB430424-A729-4B17-9A44-6D55F2509C04}.Release|Any CPU.Build.0 = Release|Any CPU
{00F4E77C-60CC-40EE-8304-85E67FB1EADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00F4E77C-60CC-40EE-8304-85E67FB1EADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00F4E77C-60CC-40EE-8304-85E67FB1EADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00F4E77C-60CC-40EE-8304-85E67FB1EADE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C03C2388-5E3F-45AB-A93A-EF10A62E158A} = {5262AF3A-5A4A-458E-8C38-B133972D058F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DD3ABE1-3068-4105-ADF6-2D4218C9F56B}
EndGlobalSection
EndGlobal