- Das falsche Badge vom Löschen-Button entfernt, um UI-Probleme zu beheben. chore: Angular-Frontend-Anwendung im Verzeichnis wwwroot aktualisiert - Die Angular-Frontend-Anwendungsdateien im Verzeichnis wwwroot aktualisiert. config: Anwendung für IIS konfigurieren - Die Angular-Anwendung für die Bereitstellung und das Hosting auf IIS konfiguriert.
19 lines
803 B
XML
19 lines
803 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<WebPublishMethod>Package</WebPublishMethod>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
|
<ExcludeApp_Data>false</ExcludeApp_Data>
|
|
<ProjectGuid>07ccd651-647c-49f7-9715-30cebc13710d</ProjectGuid>
|
|
<DesktopBuildPackageLocation>E:\TekH\Visual Studio\src\DigitalData.UserManager.API.zip</DesktopBuildPackageLocation>
|
|
<PackageAsSingleFile>true</PackageAsSingleFile>
|
|
<DeployIisAppPath>UserManager</DeployIisAppPath>
|
|
<_TargetId>IISWebDeployPackage</_TargetId>
|
|
</PropertyGroup>
|
|
</Project> |