Merge pull request #2239 from DuendeSoftware/beh/fix-src-dir-location

Move IS src folder out of test folder
This commit is contained in:
Brett Hazen 2025-10-08 19:19:24 -05:00 committed by GitHub
commit 80e75967fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,6 +149,15 @@
<Folder Name="/identity-server/perf/">
<Project Path="identity-server/perf/IdentityServer.PerfTests/IdentityServer.PerfTests.csproj" />
</Folder>
<Folder Name="/identity-server/src/">
<Project Path="identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj" />
<Project Path="identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj" />
<Project Path="identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj" />
<Project Path="identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj" />
<Project Path="identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj" />
<Project Path="identity-server/src/IdentityServer/Duende.IdentityServer.csproj" />
<Project Path="identity-server/src/Storage/Duende.IdentityServer.Storage.csproj" />
</Folder>
<Folder Name="/identity-server/templates/" />
<Folder Name="/identity-server/templates/src/">
<Project Path="identity-server/templates/src/IdentityServer/IdentityServerTemplate.csproj" />
@ -163,15 +172,6 @@
<Project Path="identity-server/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj" />
<Project Path="identity-server/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj" />
</Folder>
<Folder Name="/identity-server/test/src/">
<Project Path="identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj" />
<Project Path="identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj" />
<Project Path="identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj" />
<Project Path="identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj" />
<Project Path="identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj" />
<Project Path="identity-server/src/IdentityServer/Duende.IdentityServer.csproj" />
<Project Path="identity-server/src/Storage/Duende.IdentityServer.Storage.csproj" />
</Folder>
<Folder Name="/identity-server/_solution-items/">
<File Path="identity-server/README.md" />
<File Path="identity-server\CHANGELOG.md" />