-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestProjects.sln
49 lines (49 loc) · 2.59 KB
/
TestProjects.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
49
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject1", "TestProject1\TestProject1.csproj", "{E16E5266-71DD-4ADB-9847-DC674DA7E9C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FD77917B-B122-405A-A7BB-FE6BAD13F5FC}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TestProjects.vsmdi = TestProjects.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject2", "TestProject2\TestProject2.csproj", "{F1829DEC-8482-48E2-BAE6-FB2FE35D4A15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject3", "TestProject3\TestProject3.csproj", "{88F0D260-D951-4708-BF5B-C3427C7369C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1682A468-FD89-4A70-AEF2-7E8EB8E17CBB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = TestProjects.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E16E5266-71DD-4ADB-9847-DC674DA7E9C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E16E5266-71DD-4ADB-9847-DC674DA7E9C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E16E5266-71DD-4ADB-9847-DC674DA7E9C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E16E5266-71DD-4ADB-9847-DC674DA7E9C3}.Release|Any CPU.Build.0 = Release|Any CPU
{F1829DEC-8482-48E2-BAE6-FB2FE35D4A15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1829DEC-8482-48E2-BAE6-FB2FE35D4A15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1829DEC-8482-48E2-BAE6-FB2FE35D4A15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1829DEC-8482-48E2-BAE6-FB2FE35D4A15}.Release|Any CPU.Build.0 = Release|Any CPU
{88F0D260-D951-4708-BF5B-C3427C7369C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88F0D260-D951-4708-BF5B-C3427C7369C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88F0D260-D951-4708-BF5B-C3427C7369C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88F0D260-D951-4708-BF5B-C3427C7369C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal