-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Allure.sln
48 lines (48 loc) · 2.77 KB
/
Allure.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.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Allure", "Allure\Allure.csproj", "{D5AD88AC-E3F9-4D2B-BEC6-504092DF2A2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestsSamples", "TestsSamples\TestsSamples.csproj", "{FBD961C2-9FE1-4824-BD5F-7FD9D4CA2507}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllureSpecFlow", "AllureSpecFlow\AllureSpecFlow.csproj", "{A372D22B-1934-4059-8824-A6C2584DBD07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlowTestsSamples", "SpecFlowTestsSamples\SpecFlowTestsSamples.csproj", "{4E99D5B9-1591-4404-A461-AEF9C0FBA82F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{412BBF66-35E7-49E1-B50F-188BE0FABCDE}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5AD88AC-E3F9-4D2B-BEC6-504092DF2A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5AD88AC-E3F9-4D2B-BEC6-504092DF2A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5AD88AC-E3F9-4D2B-BEC6-504092DF2A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5AD88AC-E3F9-4D2B-BEC6-504092DF2A2F}.Release|Any CPU.Build.0 = Release|Any CPU
{FBD961C2-9FE1-4824-BD5F-7FD9D4CA2507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBD961C2-9FE1-4824-BD5F-7FD9D4CA2507}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBD961C2-9FE1-4824-BD5F-7FD9D4CA2507}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBD961C2-9FE1-4824-BD5F-7FD9D4CA2507}.Release|Any CPU.Build.0 = Release|Any CPU
{A372D22B-1934-4059-8824-A6C2584DBD07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A372D22B-1934-4059-8824-A6C2584DBD07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A372D22B-1934-4059-8824-A6C2584DBD07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A372D22B-1934-4059-8824-A6C2584DBD07}.Release|Any CPU.Build.0 = Release|Any CPU
{4E99D5B9-1591-4404-A461-AEF9C0FBA82F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E99D5B9-1591-4404-A461-AEF9C0FBA82F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E99D5B9-1591-4404-A461-AEF9C0FBA82F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E99D5B9-1591-4404-A461-AEF9C0FBA82F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD95C895-7839-4ECE-83D9-7AB2E9B68224}
EndGlobalSection
EndGlobal