-
Notifications
You must be signed in to change notification settings - Fork 4
/
MSTestEx.sln
30 lines (30 loc) · 1.7 KB
/
MSTestEx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28527.54
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSTest.TestFramework.Extensions", "src\MSTest.TestFramework.Extensions\MSTest.TestFramework.Extensions.csproj", "{6AAB30F7-7023-43E7-9740-EDE6EF8B62FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSTest.TestFramework.ExtensionsTests", "test\MSTest.TestFramework.ExtensionsTests\MSTest.TestFramework.ExtensionsTests.csproj", "{93E4512B-127C-4B9C-88F1-3B0B3C4A6ECB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AAB30F7-7023-43E7-9740-EDE6EF8B62FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AAB30F7-7023-43E7-9740-EDE6EF8B62FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AAB30F7-7023-43E7-9740-EDE6EF8B62FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AAB30F7-7023-43E7-9740-EDE6EF8B62FA}.Release|Any CPU.Build.0 = Release|Any CPU
{93E4512B-127C-4B9C-88F1-3B0B3C4A6ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93E4512B-127C-4B9C-88F1-3B0B3C4A6ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93E4512B-127C-4B9C-88F1-3B0B3C4A6ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93E4512B-127C-4B9C-88F1-3B0B3C4A6ECB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F022C3D-16EC-4FB4-BA3C-295A9F7BF1C3}
EndGlobalSection
EndGlobal