feat: Client Creation Service wurde erstellt und hinzugefügt. Das Angular-Projekt wurde für die Produktion aktualisiert, um die neuesten Änderungen zu integrieren und die Effizienz zu verbessern.
This commit is contained in:
@@ -6,6 +6,34 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Remove="wwwroot\assets\img\DD_white.svg" />
|
||||
<Content Remove="wwwroot\assets\img\digital_data.svg" />
|
||||
<Content Remove="wwwroot\assets\img\digital_data_red_BG.svg" />
|
||||
<Content Remove="wwwroot\assets\img\group.svg" />
|
||||
<Content Remove="wwwroot\assets\img\Huhn_andersrum.webp" />
|
||||
<Content Remove="wwwroot\assets\img\login_logo.svg" />
|
||||
<Content Remove="wwwroot\assets\img\mode_logo.svg" />
|
||||
<Content Remove="wwwroot\assets\img\thema_bttn.svg" />
|
||||
<Content Remove="wwwroot\assets\img\user-plus-svgrepo-com.svg" />
|
||||
<Content Remove="wwwroot\assets\img\user.svg" />
|
||||
<Content Remove="wwwroot\chunk-A2L6DXQH.js" />
|
||||
<Content Remove="wwwroot\chunk-ZC35XWOR.js" />
|
||||
<Content Remove="wwwroot\favicon.ico" />
|
||||
<Content Remove="wwwroot\group-table\index.html" />
|
||||
<Content Remove="wwwroot\index.html" />
|
||||
<Content Remove="wwwroot\main-QF3MRK45.js" />
|
||||
<Content Remove="wwwroot\media\bootstrap-icons-OCU552PF.woff" />
|
||||
<Content Remove="wwwroot\media\bootstrap-icons-X6UQXWUS.woff2" />
|
||||
<Content Remove="wwwroot\module-table\index.html" />
|
||||
<Content Remove="wwwroot\polyfills-6EAL64PA.js" />
|
||||
<Content Remove="wwwroot\scripts-EEEIPNC3.js" />
|
||||
<Content Remove="wwwroot\styles-ZC4KW2NT.css" />
|
||||
<Content Remove="wwwroot\user-assignment\index.html" />
|
||||
<Content Remove="wwwroot\user-representation\index.html" />
|
||||
<Content Remove="wwwroot\user-table\index.html" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DigitalData.Core.API" Version="1.0.2.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.14" />
|
||||
@@ -17,8 +45,8 @@
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.15" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.1" />
|
||||
<PackageReference Include="NLog" Version="5.2.8" />
|
||||
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.8" />
|
||||
<PackageReference Include="NLog" Version="5.3.2" />
|
||||
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.11" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
||||
<PackageReference Include="System.DirectoryServices" Version="7.0.1" />
|
||||
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="7.0.1" />
|
||||
@@ -32,7 +60,40 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="ClientApp\" />
|
||||
<Folder Include="wwwroot\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="wwwroot\assets\img\DD_white.svg" />
|
||||
<None Include="wwwroot\assets\img\digital_data.svg" />
|
||||
<None Include="wwwroot\assets\img\digital_data_red_BG.svg" />
|
||||
<None Include="wwwroot\assets\img\group.svg" />
|
||||
<None Include="wwwroot\assets\img\Huhn_andersrum.webp" />
|
||||
<None Include="wwwroot\assets\img\login_logo.svg" />
|
||||
<None Include="wwwroot\assets\img\mode_logo.svg" />
|
||||
<None Include="wwwroot\assets\img\thema_bttn.svg" />
|
||||
<None Include="wwwroot\assets\img\user-plus-svgrepo-com.svg" />
|
||||
<None Include="wwwroot\assets\img\user.svg" />
|
||||
<None Include="wwwroot\chunk-A2L6DXQH.js" />
|
||||
<None Include="wwwroot\chunk-ZC35XWOR.js" />
|
||||
<None Include="wwwroot\favicon.ico" />
|
||||
<None Include="wwwroot\group-table\index.html" />
|
||||
<None Include="wwwroot\index.html" />
|
||||
<None Include="wwwroot\main-QF3MRK45.js" />
|
||||
<None Include="wwwroot\media\bootstrap-icons-OCU552PF.woff" />
|
||||
<None Include="wwwroot\media\bootstrap-icons-X6UQXWUS.woff2" />
|
||||
<None Include="wwwroot\module-table\index.html" />
|
||||
<None Include="wwwroot\polyfills-6EAL64PA.js" />
|
||||
<None Include="wwwroot\scripts-EEEIPNC3.js" />
|
||||
<None Include="wwwroot\styles-ZC4KW2NT.css" />
|
||||
<None Include="wwwroot\user-assignment\index.html" />
|
||||
<None Include="wwwroot\user-representation\index.html" />
|
||||
<None Include="wwwroot\user-table\index.html" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="wwwroot\assets\config.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user