Skip to content

Commit 316026d

Browse files
committed
Rename project
1 parent 99d9e1a commit 316026d

62 files changed

Lines changed: 56 additions & 35 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.Json.Protobuf", "src\System.Text.Json.Protobuf\System.Text.Json.Protobuf.csproj", "{AE98589A-143B-41D2-9C20-1C071BA203AC}"
3+
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}"
44
EndProject
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.Json.Protobuf.Tests", "test\System.Text.Json.Protobuf.Tests\System.Text.Json.Protobuf.Tests.csproj", "{97FF3953-1E5F-4D06-95A3-1956448C8E6F}"
5+
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}"
66
EndProject
77
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmarks", "Benchmarks", "{618C7565-3ABA-429E-BCAE-69D7F671AF5B}"
88
EndProject
9-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.Json.Protobuf.Benchmark.SimpleMessage", "benchmark\System.Text.Json.Protobuf.Benchmark.SimpleMessage\System.Text.Json.Protobuf.Benchmark.SimpleMessage.csproj", "{DC053104-9F7E-493E-AB1E-2376BB5B3029}"
9+
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}"
1010
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.Json.Protobuf.Benchmark.Shared", "benchmark\System.Text.Json.Protobuf.Benchmark.Shared\System.Text.Json.Protobuf.Benchmark.Shared.csproj", "{055A5060-09B3-4693-91D1-D526A44CD739}"
11+
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}"
1212
EndProject
13-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.Json.Protobuf.Benchmark.MessageWithOneOfs", "benchmark\System.Text.Json.Protobuf.Benchmark.MessageWithOneOfs\System.Text.Json.Protobuf.Benchmark.MessageWithOneOfs.csproj", "{41D196D1-724E-4607-90E7-9564C7493E39}"
13+
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}"
1414
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields", "benchmark\System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields\System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields.csproj", "{FD123B7C-200D-4EB1-85AF-688A38E5EF4D}"
15+
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}"
1616
EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution

README.md

Lines changed: 1 addition & 1 deletion

benchmark/System.Text.Json.Protobuf.Benchmark.MessageWithOneOfs/Benchmarks.cs renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs/Benchmarks.cs

File renamed without changes.

benchmark/System.Text.Json.Protobuf.Benchmark.MessageWithOneOfs/Program.cs renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs/Program.cs

File renamed without changes.

benchmark/System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields/System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields.csproj renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs/Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<RootNamespace>System.Text.Json.Protobuf.Benchmark.MessageWithOneOfs</RootNamespace>
89
</PropertyGroup>
910

1011
<ItemGroup>
@@ -20,10 +21,10 @@
2021
<ItemGroup>
2122
<Protobuf Include="**/*.proto" />
2223
</ItemGroup>
23-
24+
2425
<ItemGroup>
25-
<ProjectReference Include="..\System.Text.Json.Protobuf.Benchmark.Shared\System.Text.Json.Protobuf.Benchmark.Shared.csproj" />
26-
<ProjectReference Include="..\..\src\System.Text.Json.Protobuf\System.Text.Json.Protobuf.csproj" />
26+
<ProjectReference Include="..\Protobuf.System.Text.Json.Benchmark.Shared\Protobuf.System.Text.Json.Benchmark.Shared.csproj" />
27+
<ProjectReference Include="..\..\src\Protobuf.System.Text.Json\Protobuf.System.Text.Json.csproj" />
2728
</ItemGroup>
2829

2930
</Project>

benchmark/System.Text.Json.Protobuf.Benchmark.MessageWithOneOfs/test_message.proto renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithOneOfs/test_message.proto

File renamed without changes.

benchmark/System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields/Benchmarks.cs renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields/Benchmarks.cs

File renamed without changes.

benchmark/System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields/Program.cs renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields/Program.cs

File renamed without changes.

benchmark/System.Text.Json.Protobuf.Benchmark.SimpleMessage/System.Text.Json.Protobuf.Benchmark.SimpleMessage.csproj renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields/Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,26 @@
55
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<RootNamespace>System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields</RootNamespace>
89
</PropertyGroup>
910

1011
<ItemGroup>
11-
<PackageReference Include="BenchmarkDotNet" Version="0.13.1"/>
12-
<PackageReference Include="Google.Protobuf" Version="3.19.4"/>
13-
<PackageReference Include="Google.Protobuf.Tools" Version="3.19.4"/>
12+
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
13+
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
14+
<PackageReference Include="Google.Protobuf.Tools" Version="3.19.4" />
1415
<PackageReference Include="Grpc.Tools" Version="2.44.0">
1516
<PrivateAssets>all</PrivateAssets>
1617
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1718
</PackageReference>
1819
</ItemGroup>
1920

2021
<ItemGroup>
21-
<Protobuf Include="**/*.proto"/>
22+
<Protobuf Include="**/*.proto" />
2223
</ItemGroup>
23-
24+
2425
<ItemGroup>
25-
<ProjectReference Include="..\System.Text.Json.Protobuf.Benchmark.Shared\System.Text.Json.Protobuf.Benchmark.Shared.csproj"/>
26-
<ProjectReference Include="..\..\src\System.Text.Json.Protobuf\System.Text.Json.Protobuf.csproj"/>
26+
<ProjectReference Include="..\Protobuf.System.Text.Json.Benchmark.Shared\Protobuf.System.Text.Json.Benchmark.Shared.csproj" />
27+
<ProjectReference Include="..\..\src\Protobuf.System.Text.Json\Protobuf.System.Text.Json.csproj" />
2728
</ItemGroup>
2829

2930
</Project>

benchmark/System.Text.Json.Protobuf.Benchmark.MessageWithRepeatedFields/test_message.proto renamed to benchmark/Protobuf.System.Text.Json.Benchmark.MessageWithRepeatedFields/test_message.proto

File renamed without changes.

0 commit comments

Comments
 (0)