- Move YarpGateway and all source files to src/yarpgateway/ - Keep Fengling.Gateway.Plugin.Abstractions at src/ level - Fix duplicate project reference in YarpGateway.slnx - Update solution paths and test project references - Add ProjectReference from YarpGateway to abstractions
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
<Solution>
|
|
<Folder Name="/items/">
|
|
<File Path=".gitea\workflows\docker.yml" />
|
|
<File Path="Dockerfile" />
|
|
</Folder>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/yarpgateway/YarpGateway.csproj" />
|
|
<Project Path="src/Fengling.Gateway.Plugin.Abstractions/Fengling.Gateway.Plugin.Abstractions.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/YarpGateway.Tests/YarpGateway.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|