-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNancy.Rdf.sln
More file actions
49 lines (49 loc) · 2.62 KB
/
Nancy.Rdf.sln
File metadata and controls
49 lines (49 loc) · 2.62 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy.Rdf", "src\Nancy.Rdf\Nancy.Rdf.csproj", "{D789D63C-821B-410B-A953-DFEBCBFC9D40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy.Rdf.Tests", "src\Nancy.Rdf.Tests\Nancy.Rdf.Tests.csproj", "{FB53365A-39FF-45FD-A2B5-872B51691E7F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81EFE72B-EE9F-4675-B9DB-BDC9650477A0}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.cake = build.cake
GitVersionConfig.yaml = GitVersionConfig.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{776B09DC-E41B-4DAC-8FC0-41BFA1DE71FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Rdf.Sample", "src\Example\Nancy.Rdf.Sample\Nancy.Rdf.Sample.csproj", "{10A477C9-4CFE-4ABE-87C1-19CCF2262428}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D789D63C-821B-410B-A953-DFEBCBFC9D40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D789D63C-821B-410B-A953-DFEBCBFC9D40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D789D63C-821B-410B-A953-DFEBCBFC9D40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D789D63C-821B-410B-A953-DFEBCBFC9D40}.Release|Any CPU.Build.0 = Release|Any CPU
{FB53365A-39FF-45FD-A2B5-872B51691E7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB53365A-39FF-45FD-A2B5-872B51691E7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB53365A-39FF-45FD-A2B5-872B51691E7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB53365A-39FF-45FD-A2B5-872B51691E7F}.Release|Any CPU.Build.0 = Release|Any CPU
{10A477C9-4CFE-4ABE-87C1-19CCF2262428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10A477C9-4CFE-4ABE-87C1-19CCF2262428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A477C9-4CFE-4ABE-87C1-19CCF2262428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10A477C9-4CFE-4ABE-87C1-19CCF2262428}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{10A477C9-4CFE-4ABE-87C1-19CCF2262428} = {776B09DC-E41B-4DAC-8FC0-41BFA1DE71FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09EFC418-B88B-40E0-999E-D160BD0B13D0}
EndGlobalSection
EndGlobal