-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gherkin2Mtm.sln
38 lines (38 loc) · 1.86 KB
/
Gherkin2Mtm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gherkin2MtmApi", "Gherkin2Mtm\Gherkin2MtmApi\Gherkin2MtmApi.csproj", "{C95E4850-D04B-4AC7-BCF9-0C37494094EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gherkin2Mtm", "Gherkin2Mtm\Gherkin2Mtm\Gherkin2Mtm.csproj", "{9584EE6C-DACF-4A24-B4F2-A20C578E3C38}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39ABCE57-4C6D-4D22-8E35-0C02C0DCED41}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
MAINTAINERS.md = MAINTAINERS.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C95E4850-D04B-4AC7-BCF9-0C37494094EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C95E4850-D04B-4AC7-BCF9-0C37494094EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C95E4850-D04B-4AC7-BCF9-0C37494094EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C95E4850-D04B-4AC7-BCF9-0C37494094EF}.Release|Any CPU.Build.0 = Release|Any CPU
{9584EE6C-DACF-4A24-B4F2-A20C578E3C38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9584EE6C-DACF-4A24-B4F2-A20C578E3C38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9584EE6C-DACF-4A24-B4F2-A20C578E3C38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9584EE6C-DACF-4A24-B4F2-A20C578E3C38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60A80392-FBC7-4038-8AF6-F2139ABAE9ED}
EndGlobalSection
EndGlobal