forked from StubbleOrg/Stubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStubble.Core.sln
56 lines (56 loc) · 3.02 KB
/
Stubble.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{129DB9C9-21F8-4218-AD2C-2A8970876FDB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cake = build.cake
licence.md = licence.md
.nuget\packages.config = .nuget\packages.config
readme.mdown = readme.mdown
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{954BAA8A-FA49-4952-A841-4C57B0A10869}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A02DCD25-5393-49B8-BFD2-1C49845CFEE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stubble.Core", "src\Stubble.Core\Stubble.Core.csproj", "{6A2A280D-0E0C-4B1C-AF10-3291E9E41E02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stubble.Core.Tests", "test\Stubble.Core.Tests\Stubble.Core.Tests.csproj", "{032FDC3C-A86B-4F55-B4AD-24E4E9E05B40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stubble.Core.Benchmark", "test\Stubble.Core.Benchmark\Stubble.Core.Benchmark.csproj", "{2961D4EC-FCF2-4E77-8DC9-B9E284EFB3F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A2A280D-0E0C-4B1C-AF10-3291E9E41E02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A2A280D-0E0C-4B1C-AF10-3291E9E41E02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A2A280D-0E0C-4B1C-AF10-3291E9E41E02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A2A280D-0E0C-4B1C-AF10-3291E9E41E02}.Release|Any CPU.Build.0 = Release|Any CPU
{032FDC3C-A86B-4F55-B4AD-24E4E9E05B40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{032FDC3C-A86B-4F55-B4AD-24E4E9E05B40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{032FDC3C-A86B-4F55-B4AD-24E4E9E05B40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{032FDC3C-A86B-4F55-B4AD-24E4E9E05B40}.Release|Any CPU.Build.0 = Release|Any CPU
{2961D4EC-FCF2-4E77-8DC9-B9E284EFB3F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2961D4EC-FCF2-4E77-8DC9-B9E284EFB3F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2961D4EC-FCF2-4E77-8DC9-B9E284EFB3F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2961D4EC-FCF2-4E77-8DC9-B9E284EFB3F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A2A280D-0E0C-4B1C-AF10-3291E9E41E02} = {954BAA8A-FA49-4952-A841-4C57B0A10869}
{032FDC3C-A86B-4F55-B4AD-24E4E9E05B40} = {A02DCD25-5393-49B8-BFD2-1C49845CFEE1}
{2961D4EC-FCF2-4E77-8DC9-B9E284EFB3F2} = {A02DCD25-5393-49B8-BFD2-1C49845CFEE1}
EndGlobalSection
EndGlobal