Skip to content

Commit 1cb0fdb

Browse files
authored
Migrate from sln to slnx (#2635)
1 parent 85787a7 commit 1cb0fdb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+209
-1283
lines changed

Grpc.DotNet.sln

Lines changed: 0 additions & 376 deletions
This file was deleted.

Grpc.DotNet.slnx

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<Solution>
2+
<Folder Name="/perf/">
3+
<Project Path="perf/Grpc.AspNetCore.Microbenchmarks/Grpc.AspNetCore.Microbenchmarks.csproj" />
4+
</Folder>
5+
<Folder Name="/perf/benchmarkapps/">
6+
<Project Path="perf/benchmarkapps/GrpcAspNetCoreServer/GrpcAspNetCoreServer.csproj" />
7+
<Project Path="perf/benchmarkapps/GrpcClient/GrpcClient.csproj" />
8+
<Project Path="perf/benchmarkapps/GrpcCoreServer/GrpcCoreServer.csproj" />
9+
<Project Path="perf/benchmarkapps/QpsWorker/QpsWorker.csproj" />
10+
</Folder>
11+
<Folder Name="/perf/benchmarkapps/Shared/">
12+
<File Path="perf/benchmarkapps/Shared/BenchmarkConfigurationHelpers.cs" />
13+
<File Path="perf/benchmarkapps/Shared/BenchmarkServiceImpl.cs" />
14+
<File Path="perf/benchmarkapps/Shared/benchmark_service.proto" />
15+
<File Path="perf/benchmarkapps/Shared/messages.proto" />
16+
</Folder>
17+
<Folder Name="/perf/benchmarkapps/Shared/Certs/">
18+
<File Path="perf/benchmarkapps/Shared/Certs/testCert.pfx" />
19+
</Folder>
20+
<Folder Name="/src/">
21+
<Project Path="src/dotnet-grpc/dotnet-grpc.csproj" />
22+
<Project Path="src/Grpc.AspNetCore.HealthChecks/Grpc.AspNetCore.HealthChecks.csproj" />
23+
<Project Path="src/Grpc.AspNetCore.Server.ClientFactory/Grpc.AspNetCore.Server.ClientFactory.csproj" />
24+
<Project Path="src/Grpc.AspNetCore.Server.Reflection/Grpc.AspNetCore.Server.Reflection.csproj" />
25+
<Project Path="src/Grpc.AspNetCore.Server/Grpc.AspNetCore.Server.csproj" />
26+
<Project Path="src/Grpc.AspNetCore.Web/Grpc.AspNetCore.Web.csproj" />
27+
<Project Path="src/Grpc.AspNetCore/Grpc.AspNetCore.csproj" />
28+
<Project Path="src/Grpc.Auth/Grpc.Auth.csproj" />
29+
<Project Path="src/Grpc.Core.Api/Grpc.Core.Api.csproj" />
30+
<Project Path="src/Grpc.HealthCheck/Grpc.HealthCheck.csproj" />
31+
<Project Path="src/Grpc.Net.Client.Web/Grpc.Net.Client.Web.csproj" />
32+
<Project Path="src/Grpc.Net.Client/Grpc.Net.Client.csproj" />
33+
<Project Path="src/Grpc.Net.ClientFactory/Grpc.Net.ClientFactory.csproj" />
34+
<Project Path="src/Grpc.Net.Common/Grpc.Net.Common.csproj" />
35+
<Project Path="src/Grpc.Reflection/Grpc.Reflection.csproj" />
36+
<Project Path="src/Grpc.StatusProto/Grpc.StatusProto.csproj" />
37+
</Folder>
38+
<Folder Name="/tests/">
39+
<Project Path="test/dotnet-grpc.Tests/dotnet-grpc.Tests.csproj" />
40+
<Project Path="test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj" />
41+
<Project Path="test/Grpc.AspNetCore.Server.ClientFactory.Tests/Grpc.AspNetCore.Server.ClientFactory.Tests.csproj" />
42+
<Project Path="test/Grpc.AspNetCore.Server.Tests/Grpc.AspNetCore.Server.Tests.csproj" />
43+
<Project Path="test/Grpc.Core.Api.Tests/Grpc.Core.Api.Tests.csproj" />
44+
<Project Path="test/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj" />
45+
<Project Path="test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj" />
46+
<Project Path="test/Grpc.Net.Client.Web.Tests/Grpc.Net.Client.Web.Tests.csproj" />
47+
<Project Path="test/Grpc.Net.ClientFactory.Tests/Grpc.Net.ClientFactory.Tests.csproj" />
48+
<Project Path="test/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj" />
49+
<Project Path="test/Grpc.StatusProto.Tests/Grpc.StatusProto.Tests.csproj" />
50+
</Folder>
51+
<Folder Name="/tests/testassets/">
52+
<Project Path="testassets/BenchmarkWorkerWebsite/BenchmarkWorkerWebsite.csproj" />
53+
<Project Path="testassets/FunctionalTestsWebsite/FunctionalTestsWebsite.csproj" />
54+
<Project Path="testassets/InteropTestsClient/InteropTestsClient.csproj" />
55+
<Project Path="testassets/InteropTestsGrpcWebClient/InteropTestsGrpcWebClient.csproj" />
56+
<Project Path="testassets/InteropTestsGrpcWebWebsite/InteropTestsGrpcWebWebsite.csproj" />
57+
<Project Path="testassets/InteropTestsNativeServer/InteropTestsNativeServer.csproj" />
58+
<Project Path="testassets/InteropTestsWebsite/InteropTestsWebsite.csproj" />
59+
<Project Path="testassets/LinkerTestsClient/LinkerTestsClient.csproj" />
60+
<Project Path="testassets/LinkerTestsWebsite/LinkerTestsWebsite.csproj" />
61+
</Folder>
62+
<Folder Name="/tests/testassets/Certs/" />
63+
<Folder Name="/tests/testassets/Certs/InteropTests/">
64+
<File Path="testassets/Certs/InteropTests/ca.pem" />
65+
<File Path="testassets/Certs/InteropTests/README.md" />
66+
<File Path="testassets/Certs/InteropTests/server1.key" />
67+
<File Path="testassets/Certs/InteropTests/server1.pem" />
68+
<File Path="testassets/Certs/InteropTests/server1.pfx" />
69+
</Folder>
70+
<Folder Name="/tests/testassets/Proto/">
71+
<File Path="examples/Proto/race.proto" />
72+
<File Path="testassets/Proto/any.proto" />
73+
<File Path="testassets/Proto/authorize.proto" />
74+
<File Path="testassets/Proto/chat.proto" />
75+
<File Path="testassets/Proto/compression.proto" />
76+
<File Path="testassets/Proto/count.proto" />
77+
<File Path="testassets/Proto/greet.proto" />
78+
<File Path="testassets/Proto/lifetime.proto" />
79+
<File Path="testassets/Proto/nested.proto" />
80+
<File Path="testassets/Proto/singleton.proto" />
81+
<File Path="testassets/Proto/streaming.proto" />
82+
<File Path="testassets/Proto/unimplemented.proto" />
83+
</Folder>
84+
<Folder Name="/tests/testassets/Proto/grpc/" />
85+
<Folder Name="/tests/testassets/Proto/grpc/testing/">
86+
<File Path="testassets/Proto/grpc/testing/empty.proto" />
87+
<File Path="testassets/Proto/grpc/testing/messages.proto" />
88+
<File Path="testassets/Proto/grpc/testing/test.proto" />
89+
</Folder>
90+
</Solution>

build_and_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "Building solution"
2222
dotnet build -c Release
2323

2424
echo "Building examples"
25-
example_solutions=( $( ls examples/**/*.sln ) )
25+
example_solutions=( $( ls examples/**/*.slnx ) )
2626
for example_solution in "${example_solutions[@]}"
2727
do
2828
dotnet build $example_solution -c Release

examples/Aggregator/Aggregator.sln

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Solution>
2+
<Project Path="Client/Client.csproj" />
3+
<Project Path="Server/Server.csproj" />
4+
</Solution>

examples/Blazor/Blazor.sln

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/Blazor/Blazor.slnx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Solution>
2+
<Project Path="Client/Client.csproj" />
3+
<Project Path="Server/Server.csproj" />
4+
</Solution>

examples/Browser/Browser.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/Browser/Browser.slnx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="Server/Server.csproj" />
3+
</Solution>

examples/Certifier/Certifier.sln

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)