mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Merge pull request #2239 from DuendeSoftware/beh/fix-src-dir-location
Move IS src folder out of test folder
This commit is contained in:
commit
80e75967fd
1 changed files with 9 additions and 9 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue