-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemoteService.Net.slnx
More file actions
22 lines (22 loc) · 1.23 KB
/
Copy pathRemoteService.Net.slnx
File metadata and controls
22 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Solution>
<Folder Name="/samples/">
<Project Path="samples/Demo.Contracts/Demo.Contracts.csproj" />
</Folder>
<Folder Name="/samples/Demo/">
<Project Path="samples/Demo/Demo.Client/Demo.Client.csproj" />
<Project Path="samples/Demo/Demo/Demo.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/RemoteService.Net.Abstractions/RemoteService.Net.Abstractions.csproj" />
<Project Path="src/RemoteService.Net.Client/RemoteService.Net.Client.csproj" />
<Project Path="src/RemoteService.Net.Generators/RemoteService.Net.Generators.csproj" />
<Project Path="src/RemoteService.Net.Mediator.Abstractions/RemoteService.Net.Mediator.Abstractions.csproj" />
<Project Path="src/RemoteService.Net.Mediator.Client/RemoteService.Net.Mediator.Client.csproj" />
<Project Path="src/RemoteService.Net.Mediator.Server/RemoteService.Net.Mediator.Server.csproj" />
<Project Path="src/RemoteService.Net.Server/RemoteService.Net.Server.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/RemoteService.Net.Generators.Tests/RemoteService.Net.Generators.Tests.csproj" />
<Project Path="tests/RemoteService.Net.IntegrationTests/RemoteService.Net.IntegrationTests.csproj" />
</Folder>
</Solution>