-
Notifications
You must be signed in to change notification settings - Fork 70
/
SpecsFor.sln
79 lines (79 loc) · 4.95 KB
/
SpecsFor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SpecsFor-Core", "SpecsFor-Core", "{1DCC0825-52F0-4D1A-BDA5-6E756E3E6D09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecsFor.Demo", "SpecsFor.Demo\SpecsFor.Demo.csproj", "{995CD0A1-83EB-4C62-9865-A99B346D1EB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1657B4AA-67D6-447D-B595-96419A1CBB93}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.targets = .nuget\NuGet.targets
publish-packages.ps1 = publish-packages.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecsFor.Core", "SpecsFor.Core\SpecsFor.Core.csproj", "{E8E10A08-A2D1-4AB8-93DF-58B90DDC1B2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecsFor.StructureMap.Tests", "SpecsFor.StructureMap.Tests\SpecsFor.StructureMap.Tests.csproj", "{FFD13A5E-3979-4A60-B05F-65C2C54B833D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecsFor.StructureMap", "SpecsFor.StructureMap\SpecsFor.StructureMap.csproj", "{D1294768-D499-4C96-A157-13E060FD3DC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecsFor.Autofac", "SpecsFor.Autofac\SpecsFor.Autofac.csproj", "{F175BF4D-F03B-4BC1-82CC-6B7843537223}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecsFor.Autofac.Tests", "SpecsFor.Autofac.Tests\SpecsFor.Autofac.Tests.csproj", "{B24CE5AE-060B-40B8-AB3C-3F2274C9056D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Misc", "_Misc", "{F5C189C8-0345-4111-A6E7-2D15786ADD41}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
metapackage\specsfor-metapackage.nuspec = metapackage\specsfor-metapackage.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{995CD0A1-83EB-4C62-9865-A99B346D1EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{995CD0A1-83EB-4C62-9865-A99B346D1EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{995CD0A1-83EB-4C62-9865-A99B346D1EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{995CD0A1-83EB-4C62-9865-A99B346D1EB1}.Release|Any CPU.Build.0 = Release|Any CPU
{E8E10A08-A2D1-4AB8-93DF-58B90DDC1B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8E10A08-A2D1-4AB8-93DF-58B90DDC1B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8E10A08-A2D1-4AB8-93DF-58B90DDC1B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8E10A08-A2D1-4AB8-93DF-58B90DDC1B2A}.Release|Any CPU.Build.0 = Release|Any CPU
{FFD13A5E-3979-4A60-B05F-65C2C54B833D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFD13A5E-3979-4A60-B05F-65C2C54B833D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFD13A5E-3979-4A60-B05F-65C2C54B833D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFD13A5E-3979-4A60-B05F-65C2C54B833D}.Release|Any CPU.Build.0 = Release|Any CPU
{D1294768-D499-4C96-A157-13E060FD3DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1294768-D499-4C96-A157-13E060FD3DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1294768-D499-4C96-A157-13E060FD3DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1294768-D499-4C96-A157-13E060FD3DC6}.Release|Any CPU.Build.0 = Release|Any CPU
{F175BF4D-F03B-4BC1-82CC-6B7843537223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F175BF4D-F03B-4BC1-82CC-6B7843537223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F175BF4D-F03B-4BC1-82CC-6B7843537223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F175BF4D-F03B-4BC1-82CC-6B7843537223}.Release|Any CPU.Build.0 = Release|Any CPU
{B24CE5AE-060B-40B8-AB3C-3F2274C9056D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B24CE5AE-060B-40B8-AB3C-3F2274C9056D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B24CE5AE-060B-40B8-AB3C-3F2274C9056D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B24CE5AE-060B-40B8-AB3C-3F2274C9056D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{995CD0A1-83EB-4C62-9865-A99B346D1EB1} = {1DCC0825-52F0-4D1A-BDA5-6E756E3E6D09}
{E8E10A08-A2D1-4AB8-93DF-58B90DDC1B2A} = {1DCC0825-52F0-4D1A-BDA5-6E756E3E6D09}
{FFD13A5E-3979-4A60-B05F-65C2C54B833D} = {1DCC0825-52F0-4D1A-BDA5-6E756E3E6D09}
{D1294768-D499-4C96-A157-13E060FD3DC6} = {1DCC0825-52F0-4D1A-BDA5-6E756E3E6D09}
{F175BF4D-F03B-4BC1-82CC-6B7843537223} = {1DCC0825-52F0-4D1A-BDA5-6E756E3E6D09}
{B24CE5AE-060B-40B8-AB3C-3F2274C9056D} = {1DCC0825-52F0-4D1A-BDA5-6E756E3E6D09}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0465F451-18C2-4C49-9CD7-FC16A1E0FF8E}
EndGlobalSection
EndGlobal