-
Notifications
You must be signed in to change notification settings - Fork 46
/
JsonLD.sln
44 lines (44 loc) · 2.23 KB
/
JsonLD.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "json-ld.net", "src\json-ld.net\json-ld.net.csproj", "{E1AB2A29-D1E4-45A1-9076-8255916F5693}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "json-ld.net.tests", "test\json-ld.net.tests\json-ld.net.tests.csproj", "{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8D83EC18-10BB-4C6E-A34A-AC183AD6D814}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8010CF28-BCB3-4DC2-901F-3118B2AAD142}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{4B8ED350-355A-4D30-9F63-B13FBFDBD9E8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1AB2A29-D1E4-45A1-9076-8255916F5693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1AB2A29-D1E4-45A1-9076-8255916F5693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1AB2A29-D1E4-45A1-9076-8255916F5693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1AB2A29-D1E4-45A1-9076-8255916F5693}.Release|Any CPU.Build.0 = Release|Any CPU
{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F10834B6-ACA3-4C86-892B-368D0B68ED83}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E1AB2A29-D1E4-45A1-9076-8255916F5693} = {8D83EC18-10BB-4C6E-A34A-AC183AD6D814}
{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219} = {8010CF28-BCB3-4DC2-901F-3118B2AAD142}
EndGlobalSection
EndGlobal