-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProtobuf.System.Text.Json.sln
More file actions
54 lines (54 loc) · 4.25 KB
/
Protobuf.System.Text.Json.sln
File metadata and controls
54 lines (54 loc) · 4.25 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protobuf.System.Text.Json", "src\Protobuf.System.Text.Json\Protobuf.System.Text.Json.csproj", "{AE98589A-143B-41D2-9C20-1C071BA203AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protobuf.System.Text.Json.Tests", "test\Protobuf.System.Text.Json.Tests\Protobuf.System.Text.Json.Tests.csproj", "{97FF3953-1E5F-4D06-95A3-1956448C8E6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmarks", "Benchmarks", "{618C7565-3ABA-429E-BCAE-69D7F671AF5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protobuf.System.Text.Json.Benchmark.SimpleMessage", "benchmark\Protobuf.System.Text.Json.Benchmark.SimpleMessage\Protobuf.System.Text.Json.Benchmark.SimpleMessage.csproj", "{DC053104-9F7E-493E-AB1E-2376BB5B3029}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protobuf.System.Text.Json.Benchmark.Shared", "benchmark\Protobuf.System.Text.Json.Benchmark.Shared\Protobuf.System.Text.Json.Benchmark.Shared.csproj", "{055A5060-09B3-4693-91D1-D526A44CD739}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs", "benchmark\Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs\Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs.csproj", "{41D196D1-724E-4607-90E7-9564C7493E39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields", "benchmark\Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields\Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields.csproj", "{FD123B7C-200D-4EB1-85AF-688A38E5EF4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE98589A-143B-41D2-9C20-1C071BA203AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE98589A-143B-41D2-9C20-1C071BA203AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE98589A-143B-41D2-9C20-1C071BA203AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE98589A-143B-41D2-9C20-1C071BA203AC}.Release|Any CPU.Build.0 = Release|Any CPU
{97FF3953-1E5F-4D06-95A3-1956448C8E6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97FF3953-1E5F-4D06-95A3-1956448C8E6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97FF3953-1E5F-4D06-95A3-1956448C8E6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97FF3953-1E5F-4D06-95A3-1956448C8E6F}.Release|Any CPU.Build.0 = Release|Any CPU
{DC053104-9F7E-493E-AB1E-2376BB5B3029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC053104-9F7E-493E-AB1E-2376BB5B3029}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC053104-9F7E-493E-AB1E-2376BB5B3029}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC053104-9F7E-493E-AB1E-2376BB5B3029}.Release|Any CPU.Build.0 = Release|Any CPU
{055A5060-09B3-4693-91D1-D526A44CD739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{055A5060-09B3-4693-91D1-D526A44CD739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055A5060-09B3-4693-91D1-D526A44CD739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055A5060-09B3-4693-91D1-D526A44CD739}.Release|Any CPU.Build.0 = Release|Any CPU
{41D196D1-724E-4607-90E7-9564C7493E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41D196D1-724E-4607-90E7-9564C7493E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41D196D1-724E-4607-90E7-9564C7493E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41D196D1-724E-4607-90E7-9564C7493E39}.Release|Any CPU.Build.0 = Release|Any CPU
{FD123B7C-200D-4EB1-85AF-688A38E5EF4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD123B7C-200D-4EB1-85AF-688A38E5EF4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD123B7C-200D-4EB1-85AF-688A38E5EF4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD123B7C-200D-4EB1-85AF-688A38E5EF4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DC053104-9F7E-493E-AB1E-2376BB5B3029} = {618C7565-3ABA-429E-BCAE-69D7F671AF5B}
{055A5060-09B3-4693-91D1-D526A44CD739} = {618C7565-3ABA-429E-BCAE-69D7F671AF5B}
{41D196D1-724E-4607-90E7-9564C7493E39} = {618C7565-3ABA-429E-BCAE-69D7F671AF5B}
{FD123B7C-200D-4EB1-85AF-688A38E5EF4D} = {618C7565-3ABA-429E-BCAE-69D7F671AF5B}
EndGlobalSection
EndGlobal