forked from atata-framework/atata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Atata.sln
61 lines (61 loc) · 3.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
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.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
General.ruleset = General.ruleset
GenerateControlDelegates.ps1 = GenerateControlDelegates.ps1
GenerateDriverAtataContextBuilders.ps1 = GenerateDriverAtataContextBuilders.ps1
GenerateHeadingVerificationTriggers.ps1 = GenerateHeadingVerificationTriggers.ps1
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.Tests", "test\Atata.Tests\Atata.Tests.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
EndProjectSection
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
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