This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathseek.automation.stub.sln
41 lines (41 loc) · 2.06 KB
/
seek.automation.stub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "seek.automation.stub", "seek.automation.stub\seek.automation.stub.csproj", "{CC875B1F-290B-4D64-8010-5D28D1522CD4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{1314F9BA-F85A-42AC-A219-F655A89D243C}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
seek.automation.stub.nuspec = seek.automation.stub.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doco", "Doco", "{A0A4AEBE-2779-42C2-90AA-69ADA3C13FB6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "seek.automation.stub.tests", "seek.automation.stub.tests\seek.automation.stub.tests.csproj", "{DC481855-33EA-479B-8D75-89789264D670}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC875B1F-290B-4D64-8010-5D28D1522CD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC875B1F-290B-4D64-8010-5D28D1522CD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC875B1F-290B-4D64-8010-5D28D1522CD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC875B1F-290B-4D64-8010-5D28D1522CD4}.Release|Any CPU.Build.0 = Release|Any CPU
{DC481855-33EA-479B-8D75-89789264D670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC481855-33EA-479B-8D75-89789264D670}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC481855-33EA-479B-8D75-89789264D670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC481855-33EA-479B-8D75-89789264D670}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal