This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Gauge.CSharp.NoTests.sln
36 lines (36 loc) · 1.77 KB
/
Gauge.CSharp.NoTests.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{BBDF92D8-AB1F-47FC-88BF-10A8292F3C90}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gauge.CSharp.Runner", "Runner\Gauge.CSharp.Runner.csproj", "{1027A646-4C10-44B9-939F-639D49D7CBF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gauge.Project.Skel", "Gauge.Project.Skel", "{42CCF79A-CE5F-4FB8-ABD4-F7E747823504}"
ProjectSection(SolutionItems) = preProject
Gauge.Project.Skel\AssemblyInfo.cs = Gauge.Project.Skel\AssemblyInfo.cs
Gauge.Project.Skel\Gauge.Spec.csproj = Gauge.Project.Skel\Gauge.Spec.csproj
Gauge.Project.Skel\Gauge.Spec.sln = Gauge.Project.Skel\Gauge.Spec.sln
Gauge.Project.Skel\packages.config = Gauge.Project.Skel\packages.config
Gauge.Project.Skel\StepImplementation.cs = Gauge.Project.Skel\StepImplementation.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1027A646-4C10-44B9-939F-639D49D7CBF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1027A646-4C10-44B9-939F-639D49D7CBF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1027A646-4C10-44B9-939F-639D49D7CBF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1027A646-4C10-44B9-939F-639D49D7CBF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal