This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
MSTestAllureAdapter.vs2010.sln
38 lines (38 loc) · 2.45 KB
/
MSTestAllureAdapter.vs2010.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTestAllureAdapter", "MSTestAllureAdapter\MSTestAllureAdapter.csproj", "{9CED0C38-BCEB-4BFC-9294-38455758A461}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTestAllureAdapter.Console", "MSTestAllureAdapter.Console\MSTestAllureAdapter.Console.csproj", "{808195D1-424C-48E0-A40F-3F93B7CC2F3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTestAllureAdapter.Tests", "MSTestAllureAdapter.Tests\MSTestAllureAdapter.Tests.csproj", "{4B003B01-AA7F-4917-92B9-CCC278E84531}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllureCSharpCommons", "allure-csharp-commons\AllureCSharpCommons\AllureCSharpCommons.csproj", "{0C358997-150B-4752-8B69-8B174167D730}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CED0C38-BCEB-4BFC-9294-38455758A461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CED0C38-BCEB-4BFC-9294-38455758A461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CED0C38-BCEB-4BFC-9294-38455758A461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CED0C38-BCEB-4BFC-9294-38455758A461}.Release|Any CPU.Build.0 = Release|Any CPU
{808195D1-424C-48E0-A40F-3F93B7CC2F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{808195D1-424C-48E0-A40F-3F93B7CC2F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{808195D1-424C-48E0-A40F-3F93B7CC2F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{808195D1-424C-48E0-A40F-3F93B7CC2F3C}.Release|Any CPU.Build.0 = Release|Any CPU
{4B003B01-AA7F-4917-92B9-CCC278E84531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B003B01-AA7F-4917-92B9-CCC278E84531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B003B01-AA7F-4917-92B9-CCC278E84531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B003B01-AA7F-4917-92B9-CCC278E84531}.Release|Any CPU.Build.0 = Release|Any CPU
{0C358997-150B-4752-8B69-8B174167D730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C358997-150B-4752-8B69-8B174167D730}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C358997-150B-4752-8B69-8B174167D730}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C358997-150B-4752-8B69-8B174167D730}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal