Initialisierung der EnvelopeGeneratorAPI und der Angular-Webschnittstelle

This commit is contained in:
Developer 02
2024-06-12 01:50:11 +02:00
parent 9b2c5d9ca5
commit 2dc860b923
36 changed files with 14370 additions and 3 deletions

View File

@@ -0,0 +1,36 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Remove="wwwroot\favicon.ico" />
<Content Remove="wwwroot\index.csr.html" />
<Content Remove="wwwroot\index.html" />
<Content Remove="wwwroot\main-HUOELQHO.js" />
<Content Remove="wwwroot\polyfills-6EAL64PA.js" />
<Content Remove="wwwroot\styles-5INURTSO.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.15" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="ClientApp\" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\favicon.ico" />
<None Include="wwwroot\index.csr.html" />
<None Include="wwwroot\index.html" />
<None Include="wwwroot\main-HUOELQHO.js" />
<None Include="wwwroot\polyfills-6EAL64PA.js" />
<None Include="wwwroot\styles-5INURTSO.css" />
</ItemGroup>
</Project>