forked from sayedihashimi/slow-cheetah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SlowCheetah.sln
82 lines (82 loc) · 4.53 KB
/
SlowCheetah.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D625B625-3C78-43C7-B285-8A2BFA9C3B6B}"
ProjectSection(SolutionItems) = preProject
IntegrationTests.testsettings = IntegrationTests.testsettings
SlowCheetah.vsmdi = SlowCheetah.vsmdi
UnitTests.testsettings = UnitTests.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{57D4810B-E372-489F-B24C-4FCB9DDE0683}"
ProjectSection(SolutionItems) = preProject
NuGet\SlowCheetah.nuspec = NuGet\SlowCheetah.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{8A40F2BB-49F2-425C-857D-976C19A2BC92}"
ProjectSection(SolutionItems) = preProject
NuGet\tools\Install.ps1 = NuGet\tools\Install.ps1
NuGet\tools\SlowCheetah.NuGet.template.proj = NuGet\tools\SlowCheetah.NuGet.template.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{C1BE92B2-B2A8-45C7-9DF9-B553A722054B}"
ProjectSection(SolutionItems) = preProject
build.proj = build.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BBF26ACF-C208-43E7-ADB9-A02B874BCAD3}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlowCheetah", "SlowCheetah\SlowCheetah.csproj", "{82981C27-9587-42C7-90C3-9CB88D59C3F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlowCheetah_UnitTests", "SlowCheetah\SlowCheetah_UnitTests\SlowCheetah_UnitTests.csproj", "{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Debug|x86.ActiveCfg = Debug|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Release|Any CPU.Build.0 = Release|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Release|x86.ActiveCfg = Release|Any CPU
{82981C27-9587-42C7-90C3-9CB88D59C3F1}.Release|x86.Build.0 = Release|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Debug|x86.ActiveCfg = Debug|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Release|Any CPU.Build.0 = Release|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Release|x86.ActiveCfg = Release|Any CPU
{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8A40F2BB-49F2-425C-857D-976C19A2BC92} = {57D4810B-E372-489F-B24C-4FCB9DDE0683}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = SlowCheetah.vsmdi
EndGlobalSection
EndGlobal