-
Notifications
You must be signed in to change notification settings - Fork 14
/
NReJSON.sln
42 lines (42 loc) · 2.27 KB
/
NReJSON.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
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}") = "NReJSON", "NReJSON\NReJSON.csproj", "{4C558F46-656C-4201-B355-E0CA096A1EAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NReJSON.Tests", "NReJSON.Tests\NReJSON.Tests.csproj", "{33DE391E-34B1-4D17-8D11-4E4352B87518}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NReJSON.IntegrationTests", "NReJSON.IntegrationTests\NReJSON.IntegrationTests.csproj", "{5AE938E5-2383-4D1F-82F7-26F99D9AD2CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C00BF79D-B4E2-4C44-A2C4-8B4D70E4E9EA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C558F46-656C-4201-B355-E0CA096A1EAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C558F46-656C-4201-B355-E0CA096A1EAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C558F46-656C-4201-B355-E0CA096A1EAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C558F46-656C-4201-B355-E0CA096A1EAB}.Release|Any CPU.Build.0 = Release|Any CPU
{33DE391E-34B1-4D17-8D11-4E4352B87518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33DE391E-34B1-4D17-8D11-4E4352B87518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33DE391E-34B1-4D17-8D11-4E4352B87518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33DE391E-34B1-4D17-8D11-4E4352B87518}.Release|Any CPU.Build.0 = Release|Any CPU
{5AE938E5-2383-4D1F-82F7-26F99D9AD2CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AE938E5-2383-4D1F-82F7-26F99D9AD2CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AE938E5-2383-4D1F-82F7-26F99D9AD2CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AE938E5-2383-4D1F-82F7-26F99D9AD2CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C2D369E-2A36-4586-984C-6F7096248C9E}
EndGlobalSection
EndGlobal