-
Notifications
You must be signed in to change notification settings - Fork 0
/
Utf8Json.Jsonp.sln
49 lines (49 loc) · 2.79 KB
/
Utf8Json.Jsonp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utf8Json.Jsonp", "Utf8Json.Jsonp\Utf8Json.Jsonp.csproj", "{7CB638BB-8619-469C-A6A9-9DF7165B730A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{B64B0884-AE0C-42C9-B139-4796C0FFC086}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utf8Json.Jsonp.Tests", "Utf8Json.Jsonp.Tests\Utf8Json.Jsonp.Tests.csproj", "{F711024F-F58B-4CF0-9298-A1E1C2960CF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Benchmark\Benchmark.csproj", "{A91B2D99-1F31-4ABB-A52F-21B78FD00EC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utf8Json.Jsonp.Old", "Utf8Json.Jsonp.Old\Utf8Json.Jsonp.Old.csproj", "{63AD457F-1B80-4F4C-BE14-E950270A4ED0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CB638BB-8619-469C-A6A9-9DF7165B730A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB638BB-8619-469C-A6A9-9DF7165B730A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB638BB-8619-469C-A6A9-9DF7165B730A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB638BB-8619-469C-A6A9-9DF7165B730A}.Release|Any CPU.Build.0 = Release|Any CPU
{F711024F-F58B-4CF0-9298-A1E1C2960CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F711024F-F58B-4CF0-9298-A1E1C2960CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F711024F-F58B-4CF0-9298-A1E1C2960CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F711024F-F58B-4CF0-9298-A1E1C2960CF2}.Release|Any CPU.Build.0 = Release|Any CPU
{A91B2D99-1F31-4ABB-A52F-21B78FD00EC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A91B2D99-1F31-4ABB-A52F-21B78FD00EC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A91B2D99-1F31-4ABB-A52F-21B78FD00EC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A91B2D99-1F31-4ABB-A52F-21B78FD00EC8}.Release|Any CPU.Build.0 = Release|Any CPU
{63AD457F-1B80-4F4C-BE14-E950270A4ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63AD457F-1B80-4F4C-BE14-E950270A4ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63AD457F-1B80-4F4C-BE14-E950270A4ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63AD457F-1B80-4F4C-BE14-E950270A4ED0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2F90C35-E139-41B7-8E4E-2FCD4A427293}
EndGlobalSection
EndGlobal