-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabSee.sln
More file actions
54 lines (54 loc) · 2.98 KB
/
Copy pathabSee.sln
File metadata and controls
54 lines (54 loc) · 2.98 KB
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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "abSee", "abSee\abSee.csproj", "{83888A3B-A7BE-446D-8648-4912342314E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "abSee.Tests", "abSee.Tests\abSee.Tests.csproj", "{B6F0D158-F3F5-42A2-B6D5-F17758C94672}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80C908B7-B6E4-4373-99E5-6DCFF4226B4C}"
ProjectSection(SolutionItems) = preProject
abSee.vsmdi = abSee.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AyBeSeeExample", "AyBeSeeExample\AyBeSeeExample.csproj", "{6036F3FD-CF3E-46D7-B65B-6026FBA56D14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{A1482132-9BB6-4C38-8CD3-2594EB3119DE}"
ProjectSection(SolutionItems) = preProject
abSee.Commands.nuspec = abSee.Commands.nuspec
abSee.nuspec = abSee.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "abSee.Commands", "abSee.Commands\abSee.Commands.csproj", "{F87B2754-3FA8-4B80-B33F-178314209119}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = abSee.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83888A3B-A7BE-446D-8648-4912342314E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83888A3B-A7BE-446D-8648-4912342314E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83888A3B-A7BE-446D-8648-4912342314E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83888A3B-A7BE-446D-8648-4912342314E4}.Release|Any CPU.Build.0 = Release|Any CPU
{B6F0D158-F3F5-42A2-B6D5-F17758C94672}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6F0D158-F3F5-42A2-B6D5-F17758C94672}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6F0D158-F3F5-42A2-B6D5-F17758C94672}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6F0D158-F3F5-42A2-B6D5-F17758C94672}.Release|Any CPU.Build.0 = Release|Any CPU
{6036F3FD-CF3E-46D7-B65B-6026FBA56D14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6036F3FD-CF3E-46D7-B65B-6026FBA56D14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6036F3FD-CF3E-46D7-B65B-6026FBA56D14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6036F3FD-CF3E-46D7-B65B-6026FBA56D14}.Release|Any CPU.Build.0 = Release|Any CPU
{F87B2754-3FA8-4B80-B33F-178314209119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F87B2754-3FA8-4B80-B33F-178314209119}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F87B2754-3FA8-4B80-B33F-178314209119}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F87B2754-3FA8-4B80-B33F-178314209119}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal