-
Notifications
You must be signed in to change notification settings - Fork 3
/
DynaJson.sln
43 lines (43 loc) · 2.49 KB
/
DynaJson.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynaJson", "DynaJson\DynaJson.csproj", "{7A9F6A98-AB35-451F-8C73-E8AD77E8B2DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynaJson.Test", "DynaJson.Test\DynaJson.Test.csproj", "{1009A231-B271-400B-A976-1CEC01B71BD3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Benchmark\Benchmark.csproj", "{619C5B6C-9842-4251-B5BA-C87D167CD49F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicJson", "DynamicJson\DynamicJson.csproj", "{17C81781-996E-47DA-B580-4F9F7FB9A0CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A9F6A98-AB35-451F-8C73-E8AD77E8B2DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A9F6A98-AB35-451F-8C73-E8AD77E8B2DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A9F6A98-AB35-451F-8C73-E8AD77E8B2DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A9F6A98-AB35-451F-8C73-E8AD77E8B2DB}.Release|Any CPU.Build.0 = Release|Any CPU
{1009A231-B271-400B-A976-1CEC01B71BD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1009A231-B271-400B-A976-1CEC01B71BD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1009A231-B271-400B-A976-1CEC01B71BD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1009A231-B271-400B-A976-1CEC01B71BD3}.Release|Any CPU.Build.0 = Release|Any CPU
{619C5B6C-9842-4251-B5BA-C87D167CD49F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{619C5B6C-9842-4251-B5BA-C87D167CD49F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{619C5B6C-9842-4251-B5BA-C87D167CD49F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{619C5B6C-9842-4251-B5BA-C87D167CD49F}.Release|Any CPU.Build.0 = Release|Any CPU
{17C81781-996E-47DA-B580-4F9F7FB9A0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17C81781-996E-47DA-B580-4F9F7FB9A0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17C81781-996E-47DA-B580-4F9F7FB9A0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17C81781-996E-47DA-B580-4F9F7FB9A0CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9A8B376-6F86-4DE0-86E7-1191E13E861E}
EndGlobalSection
EndGlobal