This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathVSTestUtilities.sln
44 lines (44 loc) · 2.56 KB
/
VSTestUtilities.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MockVsTests", "VSTestUtilities\MockVsTests\MockVsTests.csproj", "{706170B1-5DC1-4D70-896A-1D03B2BAADC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUtilities", "VSTestUtilities\Utilities\TestUtilities.csproj", "{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUtilities.UI", "VSTestUtilities\Utilities.UI\TestUtilities.UI.csproj", "{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{706170B1-5DC1-4D70-896A-1D03B2BAADC0}.Debug|Any CPU.ActiveCfg = Debug|x86
{706170B1-5DC1-4D70-896A-1D03B2BAADC0}.Debug|x86.ActiveCfg = Debug|x86
{706170B1-5DC1-4D70-896A-1D03B2BAADC0}.Debug|x86.Build.0 = Debug|x86
{706170B1-5DC1-4D70-896A-1D03B2BAADC0}.Release|Any CPU.ActiveCfg = Release|x86
{706170B1-5DC1-4D70-896A-1D03B2BAADC0}.Release|x86.ActiveCfg = Release|x86
{706170B1-5DC1-4D70-896A-1D03B2BAADC0}.Release|x86.Build.0 = Release|x86
{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}.Debug|Any CPU.ActiveCfg = Debug|x86
{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}.Debug|Any CPU.Build.0 = Debug|x86
{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}.Debug|x86.ActiveCfg = Debug|x86
{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}.Debug|x86.Build.0 = Debug|x86
{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}.Release|Any CPU.ActiveCfg = Release|x86
{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}.Release|x86.ActiveCfg = Release|x86
{9220AD35-2A6A-4494-9A0E-3FCFE4B56755}.Release|x86.Build.0 = Release|x86
{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}.Debug|Any CPU.ActiveCfg = Debug|x86
{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}.Debug|Any CPU.Build.0 = Debug|x86
{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}.Debug|x86.ActiveCfg = Debug|x86
{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}.Debug|x86.Build.0 = Debug|x86
{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}.Release|Any CPU.ActiveCfg = Release|x86
{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}.Release|x86.ActiveCfg = Release|x86
{ACFCC67D-30E7-4CA8-AFFF-77FB87BD3F68}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal