-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBing.Serialization.sln
More file actions
80 lines (80 loc) · 4.2 KB
/
Bing.Serialization.sln
File metadata and controls
80 lines (80 loc) · 4.2 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_SolutionItems", "_SolutionItems", "{CB9D88B9-4F01-4439-9342-86D34C7D147F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "asset", "asset", "{7608F2AC-9661-4C73-AC4F-53A0DB2C3FFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{02E2046A-7217-4DF7-B130-9D8AE6EB840C}"
ProjectSection(SolutionItems) = preProject
asset\images\icon.png = asset\images\icon.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "props", "props", "{600ADB85-AF56-47EE-B532-E56266D45D08}"
ProjectSection(SolutionItems) = preProject
asset\props\misc.props = asset\props\misc.props
asset\props\package.props = asset\props\package.props
asset\props\sourcelink.env.props = asset\props\sourcelink.env.props
asset\props\target.feature.props = asset\props\target.feature.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{58E6832D-812D-4580-AFC5-FD359F9096C0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{A9DD19C8-5976-43CA-8463-B486B33BFE9F}"
ProjectSection(SolutionItems) = preProject
Publish.bat = Publish.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{9CFB52A7-76CC-4505-A2D1-FE1CDC117419}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
common.props = common.props
common.tests.props = common.tests.props
LICENSE = LICENSE
version.dev.props = version.dev.props
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CB1381C0-8429-4BEF-8A2D-4DCF715A2E9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.Serialization.NewtonsoftJson", "src\Bing.Serialization.NewtonsoftJson\Bing.Serialization.NewtonsoftJson.csproj", "{239885FE-9648-425C-9475-7B41B272E796}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bing.Serialization.SystemTextJson", "src\Bing.Serialization.SystemTextJson\Bing.Serialization.SystemTextJson.csproj", "{658526F8-10C9-45A8-B5A2-550872882D77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{239885FE-9648-425C-9475-7B41B272E796}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{239885FE-9648-425C-9475-7B41B272E796}.Debug|Any CPU.Build.0 = Debug|Any CPU
{239885FE-9648-425C-9475-7B41B272E796}.Release|Any CPU.ActiveCfg = Release|Any CPU
{239885FE-9648-425C-9475-7B41B272E796}.Release|Any CPU.Build.0 = Release|Any CPU
{658526F8-10C9-45A8-B5A2-550872882D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{658526F8-10C9-45A8-B5A2-550872882D77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{658526F8-10C9-45A8-B5A2-550872882D77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{658526F8-10C9-45A8-B5A2-550872882D77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7608F2AC-9661-4C73-AC4F-53A0DB2C3FFA} = {CB9D88B9-4F01-4439-9342-86D34C7D147F}
{02E2046A-7217-4DF7-B130-9D8AE6EB840C} = {7608F2AC-9661-4C73-AC4F-53A0DB2C3FFA}
{600ADB85-AF56-47EE-B532-E56266D45D08} = {7608F2AC-9661-4C73-AC4F-53A0DB2C3FFA}
{58E6832D-812D-4580-AFC5-FD359F9096C0} = {CB9D88B9-4F01-4439-9342-86D34C7D147F}
{A9DD19C8-5976-43CA-8463-B486B33BFE9F} = {CB9D88B9-4F01-4439-9342-86D34C7D147F}
{9CFB52A7-76CC-4505-A2D1-FE1CDC117419} = {CB9D88B9-4F01-4439-9342-86D34C7D147F}
{239885FE-9648-425C-9475-7B41B272E796} = {CB1381C0-8429-4BEF-8A2D-4DCF715A2E9A}
{658526F8-10C9-45A8-B5A2-550872882D77} = {CB1381C0-8429-4BEF-8A2D-4DCF715A2E9A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBD6C18B-1083-46A5-A5F0-0626E9B6C1B7}
EndGlobalSection
EndGlobal