generated from atata-framework/atata-repository-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Atata.Cli.sln
48 lines (48 loc) · 2.3 KB
/
Atata.Cli.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 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.Cli", "src\Atata.Cli\Atata.Cli.csproj", "{8138E732-7FBE-4495-AABD-C3A88F36351D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD41DF04-CBD8-49AD-968A-D292C388D14F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.release.yml = azure-pipelines.release.yml
azure-pipelines.runsettings = azure-pipelines.runsettings
azure-pipelines.yml = azure-pipelines.yml
CHANGELOG.md = CHANGELOG.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
General.ruleset = General.ruleset
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.Cli.IntegrationTests", "test\Atata.Cli.IntegrationTests\Atata.Cli.IntegrationTests.csproj", "{52634780-CA08-4C0D-B7C9-143A4BB30D33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8138E732-7FBE-4495-AABD-C3A88F36351D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8138E732-7FBE-4495-AABD-C3A88F36351D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8138E732-7FBE-4495-AABD-C3A88F36351D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8138E732-7FBE-4495-AABD-C3A88F36351D}.Release|Any CPU.Build.0 = Release|Any CPU
{52634780-CA08-4C0D-B7C9-143A4BB30D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52634780-CA08-4C0D-B7C9-143A4BB30D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52634780-CA08-4C0D-B7C9-143A4BB30D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52634780-CA08-4C0D-B7C9-143A4BB30D33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6FBDB21-3D0C-4838-BC85-0059289EFE08}
EndGlobalSection
EndGlobal