-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathKissSpecifications.sln
62 lines (62 loc) · 3.58 KB
/
KissSpecifications.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{FE872E77-32E9-42F0-943D-0E7C9BF338A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KissSpecifications.Samples.Domain", "KissSpecifications.Samples.Domain\KissSpecifications.Samples.Domain.csproj", "{D1ED5C4B-B1F4-4016-887D-85F1B0455E87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KissSpecifications.Samples.Mvc", "KissSpecifications.Samples.Mvc\KissSpecifications.Samples.Mvc.csproj", "{740D7F07-B3E9-4E86-9D22-15CCD1E64321}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KissSpecifications.UnitTests", "KissSpecifications.UnitTests\KissSpecifications.UnitTests.csproj", "{46E1E1A9-36DA-4792-B7D0-78FA2F016DF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8580D0B6-D41C-471C-B512-1C44DC16C79E}"
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}") = "KissSpecifications", "KissSpecifications\KissSpecifications.csproj", "{94F64EDE-B49D-4B5F-951B-97E6C1CFA840}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1ED5C4B-B1F4-4016-887D-85F1B0455E87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1ED5C4B-B1F4-4016-887D-85F1B0455E87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1ED5C4B-B1F4-4016-887D-85F1B0455E87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1ED5C4B-B1F4-4016-887D-85F1B0455E87}.Release|Any CPU.Build.0 = Release|Any CPU
{740D7F07-B3E9-4E86-9D22-15CCD1E64321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{740D7F07-B3E9-4E86-9D22-15CCD1E64321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{740D7F07-B3E9-4E86-9D22-15CCD1E64321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{740D7F07-B3E9-4E86-9D22-15CCD1E64321}.Release|Any CPU.Build.0 = Release|Any CPU
{46E1E1A9-36DA-4792-B7D0-78FA2F016DF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46E1E1A9-36DA-4792-B7D0-78FA2F016DF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46E1E1A9-36DA-4792-B7D0-78FA2F016DF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46E1E1A9-36DA-4792-B7D0-78FA2F016DF3}.Release|Any CPU.Build.0 = Release|Any CPU
{94F64EDE-B49D-4B5F-951B-97E6C1CFA840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F64EDE-B49D-4B5F-951B-97E6C1CFA840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F64EDE-B49D-4B5F-951B-97E6C1CFA840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F64EDE-B49D-4B5F-951B-97E6C1CFA840}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D1ED5C4B-B1F4-4016-887D-85F1B0455E87} = {FE872E77-32E9-42F0-943D-0E7C9BF338A6}
{740D7F07-B3E9-4E86-9D22-15CCD1E64321} = {FE872E77-32E9-42F0-943D-0E7C9BF338A6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92ACD02C-B1BD-4B68-A217-A6F669152FA5}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = KissSpecifications.vsmdi
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = KissSpecifications\KissSpecifications.csproj
EndGlobalSection
EndGlobal