-
Notifications
You must be signed in to change notification settings - Fork 1
/
EleCho.Json.sln
42 lines (42 loc) · 2.25 KB
/
EleCho.Json.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 Version 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.csproj", "{1470525F-7AD8-43AF-9A27-BA9FEDCBD047}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.Json", "EleCho.Json\EleCho.Json.csproj", "{3917E27D-903B-4D90-B40B-6D620364D6EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99B2D205-324D-4D10-B1C8-B3E6661E0D3A}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.Bson", "EleCho.Bson\EleCho.Bson.csproj", "{FD470B30-BEDB-4B26-9200-2099C34219AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1470525F-7AD8-43AF-9A27-BA9FEDCBD047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1470525F-7AD8-43AF-9A27-BA9FEDCBD047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1470525F-7AD8-43AF-9A27-BA9FEDCBD047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1470525F-7AD8-43AF-9A27-BA9FEDCBD047}.Release|Any CPU.Build.0 = Release|Any CPU
{3917E27D-903B-4D90-B40B-6D620364D6EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3917E27D-903B-4D90-B40B-6D620364D6EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3917E27D-903B-4D90-B40B-6D620364D6EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3917E27D-903B-4D90-B40B-6D620364D6EB}.Release|Any CPU.Build.0 = Release|Any CPU
{FD470B30-BEDB-4B26-9200-2099C34219AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD470B30-BEDB-4B26-9200-2099C34219AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD470B30-BEDB-4B26-9200-2099C34219AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD470B30-BEDB-4B26-9200-2099C34219AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6E972AA-4709-4549-B4A4-5F502C7AE9D4}
EndGlobalSection
EndGlobal