forked from aaubry/YamlDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
YamlDotNet.sln
154 lines (154 loc) · 12.3 KB
/
YamlDotNet.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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YamlDotNet", "YamlDotNet\YamlDotNet.csproj", "{ABFC2E37-119B-439D-82B6-49E9680EEA90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Samples", "YamlDotNet.Samples\YamlDotNet.Samples.csproj", "{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YamlDotNet.Test", "YamlDotNet.Test\YamlDotNet.Test.csproj", "{A9F67018-0240-4D16-A4EA-BCB780D0AF05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PerformanceTests", "PerformanceTests", "{9A64B652-30A5-4632-AF4D-716EF29C5250}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.Lib", "PerformanceTests\YamlDotNet.PerformanceTests.Lib\YamlDotNet.PerformanceTests.Lib.csproj", "{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.v1.2.1", "PerformanceTests\YamlDotNet.PerformanceTests.v1.2.1\YamlDotNet.PerformanceTests.v1.2.1.csproj", "{0FB497EA-A116-406A-AE8C-A24933D8CB21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.v2.2.0", "PerformanceTests\YamlDotNet.PerformanceTests.v2.2.0\YamlDotNet.PerformanceTests.v2.2.0.csproj", "{C6E0B465-8422-4D6B-85CE-C59724A28E1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.v2.3.0", "PerformanceTests\YamlDotNet.PerformanceTests.v2.3.0\YamlDotNet.PerformanceTests.v2.3.0.csproj", "{BE49A287-5F47-4E3B-90EB-97B51451934C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.v3.8.0", "PerformanceTests\YamlDotNet.PerformanceTests.v3.8.0\YamlDotNet.PerformanceTests.v3.8.0.csproj", "{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.v4.0.0", "PerformanceTests\YamlDotNet.PerformanceTests.v4.0.0\YamlDotNet.PerformanceTests.v4.0.0.csproj", "{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.vlatest", "PerformanceTests\YamlDotNet.PerformanceTests.vlatest\YamlDotNet.PerformanceTests.vlatest.csproj", "{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.PerformanceTests.Runner", "PerformanceTests\YamlDotNet.PerformanceTests.Runner\YamlDotNet.PerformanceTests.Runner.csproj", "{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.AotTest", "YamlDotNet.AotTest\YamlDotNet.AotTest.csproj", "{DF989FD9-3A2C-4807-A5D3-A8E755CA6648}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EB11D2D9-6E3D-45BF-8BCD-A04BCB1F8020}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.cake = build.cake
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
LICENSE-libyaml = LICENSE-libyaml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug-AOT|Any CPU = Debug-AOT|Any CPU
Release-PerformaceTests|Any CPU = Release-PerformaceTests|Any CPU
Release-Signed|Any CPU = Release-Signed|Any CPU
Release-Unsigned|Any CPU = Release-Unsigned|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Debug-AOT|Any CPU.ActiveCfg = Debug-AOT|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Debug-AOT|Any CPU.Build.0 = Debug-AOT|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Release-PerformaceTests|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Release-PerformaceTests|Any CPU.Build.0 = Release-Unsigned|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Release-Signed|Any CPU.ActiveCfg = Release-Signed|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Release-Signed|Any CPU.Build.0 = Release-Signed|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Release-Unsigned|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{ABFC2E37-119B-439D-82B6-49E9680EEA90}.Release-Unsigned|Any CPU.Build.0 = Release-Unsigned|Any CPU
{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}.Release-PerformaceTests|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}.Release-Signed|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}.Release-Unsigned|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{689D2A30-C52E-4CF8-8BA1-3178F4EB245A}.Release-Unsigned|Any CPU.Build.0 = Release-Unsigned|Any CPU
{A9F67018-0240-4D16-A4EA-BCB780D0AF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9F67018-0240-4D16-A4EA-BCB780D0AF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9F67018-0240-4D16-A4EA-BCB780D0AF05}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{A9F67018-0240-4D16-A4EA-BCB780D0AF05}.Release-PerformaceTests|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{A9F67018-0240-4D16-A4EA-BCB780D0AF05}.Release-Signed|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{A9F67018-0240-4D16-A4EA-BCB780D0AF05}.Release-Unsigned|Any CPU.ActiveCfg = Release-Unsigned|Any CPU
{A9F67018-0240-4D16-A4EA-BCB780D0AF05}.Release-Unsigned|Any CPU.Build.0 = Release-Unsigned|Any CPU
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{0FB497EA-A116-406A-AE8C-A24933D8CB21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB497EA-A116-406A-AE8C-A24933D8CB21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB497EA-A116-406A-AE8C-A24933D8CB21}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{0FB497EA-A116-406A-AE8C-A24933D8CB21}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{0FB497EA-A116-406A-AE8C-A24933D8CB21}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{0FB497EA-A116-406A-AE8C-A24933D8CB21}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{0FB497EA-A116-406A-AE8C-A24933D8CB21}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{C6E0B465-8422-4D6B-85CE-C59724A28E1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6E0B465-8422-4D6B-85CE-C59724A28E1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6E0B465-8422-4D6B-85CE-C59724A28E1F}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{C6E0B465-8422-4D6B-85CE-C59724A28E1F}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{C6E0B465-8422-4D6B-85CE-C59724A28E1F}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{C6E0B465-8422-4D6B-85CE-C59724A28E1F}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{C6E0B465-8422-4D6B-85CE-C59724A28E1F}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{BE49A287-5F47-4E3B-90EB-97B51451934C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE49A287-5F47-4E3B-90EB-97B51451934C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE49A287-5F47-4E3B-90EB-97B51451934C}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{BE49A287-5F47-4E3B-90EB-97B51451934C}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{BE49A287-5F47-4E3B-90EB-97B51451934C}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{BE49A287-5F47-4E3B-90EB-97B51451934C}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{BE49A287-5F47-4E3B-90EB-97B51451934C}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}.Debug|Any CPU.Build.0 = Debug|Any CPU
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}.Debug-AOT|Any CPU.ActiveCfg = Debug|Any CPU
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}.Release-PerformaceTests|Any CPU.ActiveCfg = Release|Any CPU
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}.Release-PerformaceTests|Any CPU.Build.0 = Release|Any CPU
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}.Release-Signed|Any CPU.ActiveCfg = Release|Any CPU
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{DF989FD9-3A2C-4807-A5D3-A8E755CA6648}.Debug|Any CPU.ActiveCfg = Debug-AOT|Any CPU
{DF989FD9-3A2C-4807-A5D3-A8E755CA6648}.Debug-AOT|Any CPU.ActiveCfg = Debug-AOT|Any CPU
{DF989FD9-3A2C-4807-A5D3-A8E755CA6648}.Debug-AOT|Any CPU.Build.0 = Debug-AOT|Any CPU
{DF989FD9-3A2C-4807-A5D3-A8E755CA6648}.Release-PerformaceTests|Any CPU.ActiveCfg = Debug-AOT|Any CPU
{DF989FD9-3A2C-4807-A5D3-A8E755CA6648}.Release-Signed|Any CPU.ActiveCfg = Debug-AOT|Any CPU
{DF989FD9-3A2C-4807-A5D3-A8E755CA6648}.Release-Unsigned|Any CPU.ActiveCfg = Debug-AOT|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{773B71D6-FEE5-4E4D-8717-5C5EF58D6F17} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
{0FB497EA-A116-406A-AE8C-A24933D8CB21} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
{C6E0B465-8422-4D6B-85CE-C59724A28E1F} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
{BE49A287-5F47-4E3B-90EB-97B51451934C} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
{CE856C44-2FE0-4AFA-99CE-F8A076F1BA11} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
{747DD2E9-2A0A-4D5E-8D97-85AA9AC5A036} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
{91A1F4BC-65C0-42E6-B5FD-320A2D59AF71} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
{A5C7D77C-0F08-4647-8376-3719BD6DEBD9} = {9A64B652-30A5-4632-AF4D-716EF29C5250}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B388A06A-D288-4E48-B2A1-AE0E06E14EE4}
EndGlobalSection
EndGlobal