Update project and run configurations

Removed unused folder references from the API project file to clean up the structure. Updated the run configuration to correctly reference the Mithrandir API instead of the Bridgekeeper API.
This commit is contained in:
Christian Werner 2025-05-31 03:35:26 +02:00
parent cfe3ce76c8
commit ba54eb7ec5
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Gandalf" type="CompoundRunConfigurationType">
<toRun name="Suspectus.Gandalf.Bridgekeeper.Api: https" type="LaunchSettings" />
<toRun name="Suspectus.Gandalf.Mithrandir.Api: https" type="LaunchSettings" />
<toRun name="Suspectus.Gandalf.Palantir.Api: https" type="LaunchSettings" />
<method v="2" />
</configuration>

View File

@ -12,11 +12,6 @@
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.5" />
</ItemGroup>
<ItemGroup>
<Folder Include="Contracts\Auth\Commands\" />
<Folder Include="Contracts\Auth\Queries\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Suspectus.Gandalf.Mithrandir.Contracts\Suspectus.Gandalf.Mithrandir.Contracts.csproj" />
<ProjectReference Include="..\Suspectus.Gandalf.Palantir.Client\Suspectus.Gandalf.Palantir.Client.csproj" />