-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dynamic.Json.sln
46 lines (46 loc) · 2.57 KB
/
Dynamic.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
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{807A90F0-34F3-4A55-9B0C-19C9CB9CE12B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.azure\pipelines\azure-pipelines.yml = .azure\pipelines\azure-pipelines.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "samples\ConsoleApp\ConsoleApp.csproj", "{E92E17FB-8753-4CBB-9C75-1B8094AEA143}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing.Dynamic.Json", "Testing.Dynamic.Json\Testing.Dynamic.Json.csproj", "{36C153F0-9159-4B1F-AAAC-6996F75117F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing.Dynamic.Json.Test", "Testing.Dynamic.Json.Test\Testing.Dynamic.Json.Test.csproj", "{645419CA-255E-47D8-8DE7-F74871D433EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E92E17FB-8753-4CBB-9C75-1B8094AEA143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E92E17FB-8753-4CBB-9C75-1B8094AEA143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E92E17FB-8753-4CBB-9C75-1B8094AEA143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E92E17FB-8753-4CBB-9C75-1B8094AEA143}.Release|Any CPU.Build.0 = Release|Any CPU
{36C153F0-9159-4B1F-AAAC-6996F75117F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36C153F0-9159-4B1F-AAAC-6996F75117F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36C153F0-9159-4B1F-AAAC-6996F75117F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36C153F0-9159-4B1F-AAAC-6996F75117F0}.Release|Any CPU.Build.0 = Release|Any CPU
{645419CA-255E-47D8-8DE7-F74871D433EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{645419CA-255E-47D8-8DE7-F74871D433EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{645419CA-255E-47D8-8DE7-F74871D433EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{645419CA-255E-47D8-8DE7-F74871D433EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7B43727-A594-440E-BB58-05D54E6AD6F3}
EndGlobalSection
EndGlobal