-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathGiraffe.ViewEngine.sln
66 lines (66 loc) · 3.79 KB
/
Giraffe.ViewEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2220E7F8-8762-4E3E-BA32-30BCD8915F04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{46B33AE0-AFED-4B25-A515-CFE125BE9CF4}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Giraffe.ViewEngine", "src\Giraffe.ViewEngine\Giraffe.ViewEngine.fsproj", "{18666EED-40CE-4494-9103-B2C4557EAEF2}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Giraffe.ViewEngine.Benchmarks", "tests\Giraffe.ViewEngine.Benchmarks\Giraffe.ViewEngine.Benchmarks.fsproj", "{B73D9521-FF59-4514-B26B-E17CEDDDD7B6}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Giraffe.ViewEngine.Tests", "tests\Giraffe.ViewEngine.Tests\Giraffe.ViewEngine.Tests.fsproj", "{5EBF86C7-6FF5-45D6-9787-A77FCF77188D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{55329640-BF2E-411E-8F97-A397DA138E7F}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
NuGet.config = NuGet.config
.gitattributes = .gitattributes
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AE9081DB-1992-4AEC-9D84-F276047E82D6}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Giraffe.ViewEngine.Sample", "samples\Giraffe.ViewEngine.Sample\Giraffe.ViewEngine.Sample.fsproj", "{AD23CC18-C2ED-47CB-847F-34CB5460259B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18666EED-40CE-4494-9103-B2C4557EAEF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18666EED-40CE-4494-9103-B2C4557EAEF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18666EED-40CE-4494-9103-B2C4557EAEF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18666EED-40CE-4494-9103-B2C4557EAEF2}.Release|Any CPU.Build.0 = Release|Any CPU
{B73D9521-FF59-4514-B26B-E17CEDDDD7B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B73D9521-FF59-4514-B26B-E17CEDDDD7B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B73D9521-FF59-4514-B26B-E17CEDDDD7B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B73D9521-FF59-4514-B26B-E17CEDDDD7B6}.Release|Any CPU.Build.0 = Release|Any CPU
{5EBF86C7-6FF5-45D6-9787-A77FCF77188D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EBF86C7-6FF5-45D6-9787-A77FCF77188D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EBF86C7-6FF5-45D6-9787-A77FCF77188D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EBF86C7-6FF5-45D6-9787-A77FCF77188D}.Release|Any CPU.Build.0 = Release|Any CPU
{AD23CC18-C2ED-47CB-847F-34CB5460259B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD23CC18-C2ED-47CB-847F-34CB5460259B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD23CC18-C2ED-47CB-847F-34CB5460259B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD23CC18-C2ED-47CB-847F-34CB5460259B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18666EED-40CE-4494-9103-B2C4557EAEF2} = {2220E7F8-8762-4E3E-BA32-30BCD8915F04}
{B73D9521-FF59-4514-B26B-E17CEDDDD7B6} = {46B33AE0-AFED-4B25-A515-CFE125BE9CF4}
{5EBF86C7-6FF5-45D6-9787-A77FCF77188D} = {46B33AE0-AFED-4B25-A515-CFE125BE9CF4}
{AD23CC18-C2ED-47CB-847F-34CB5460259B} = {AE9081DB-1992-4AEC-9D84-F276047E82D6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B37FB108-DCCC-4EDD-AEED-8F3D069356D6}
EndGlobalSection
EndGlobal