This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJsonReferenceHandlerIssue.sln
43 lines (43 loc) · 2.73 KB
/
JsonReferenceHandlerIssue.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.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonReferenceHandlerIssue", "JsonReferenceHandlerIssue\JsonReferenceHandlerIssue.csproj", "{E174AFB9-10E9-4F0A-9DFB-CE89E0A30537}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonReferenceHandlerIssue.WebClient", "JsonReferenceHandlerIssue.WebClient\JsonReferenceHandlerIssue.WebClient.csproj", "{9D4D020D-EB6C-420C-A867-2299D5449A0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonReferenceHandlerIssue.ConsoleClient", "JsonReferenceHandlerIssue.ConsoleClient\JsonReferenceHandlerIssue.ConsoleClient.csproj", "{42ECADE1-1213-4722-96D3-89BB2BB7799B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandaloneSerialization", "StandaloneSerialization\StandaloneSerialization.csproj", "{36D15BF0-86BB-4145-BE76-0587A9B9BCFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E174AFB9-10E9-4F0A-9DFB-CE89E0A30537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E174AFB9-10E9-4F0A-9DFB-CE89E0A30537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E174AFB9-10E9-4F0A-9DFB-CE89E0A30537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E174AFB9-10E9-4F0A-9DFB-CE89E0A30537}.Release|Any CPU.Build.0 = Release|Any CPU
{9D4D020D-EB6C-420C-A867-2299D5449A0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D4D020D-EB6C-420C-A867-2299D5449A0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D4D020D-EB6C-420C-A867-2299D5449A0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D4D020D-EB6C-420C-A867-2299D5449A0D}.Release|Any CPU.Build.0 = Release|Any CPU
{42ECADE1-1213-4722-96D3-89BB2BB7799B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42ECADE1-1213-4722-96D3-89BB2BB7799B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42ECADE1-1213-4722-96D3-89BB2BB7799B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42ECADE1-1213-4722-96D3-89BB2BB7799B}.Release|Any CPU.Build.0 = Release|Any CPU
{36D15BF0-86BB-4145-BE76-0587A9B9BCFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36D15BF0-86BB-4145-BE76-0587A9B9BCFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36D15BF0-86BB-4145-BE76-0587A9B9BCFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36D15BF0-86BB-4145-BE76-0587A9B9BCFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {668D686A-CDF1-445F-88AB-C99EE35EDC85}
EndGlobalSection
EndGlobal