Align Trafag publish output with BiDashboard

This commit is contained in:
2026-05-19 15:22:58 +02:00
parent f128d3528a
commit e9b616ff26
2 changed files with 26 additions and 5 deletions
@@ -8,14 +8,16 @@
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform> <LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider> <PublishProvider>FileSystem</PublishProvider>
<UseAppHost>false</UseAppHost> <PublishProtocol>FileSystem</PublishProtocol>
<PublishDir>\\trch-webapp-bidashboard.trafagch.local\BiDashboard$</PublishDir>
<PublishUrl>\\trch-webapp-bidashboard.trafagch.local\BiDashboard$</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod> <WebPublishMethod>FileSystem</WebPublishMethod>
<PublishUrl>\\trch-webapp-bidashboard.trafagch.local\BiDashboard$\</PublishUrl>
<PublishDir>\\trch-webapp-bidashboard.trafagch.local\BiDashboard$\</PublishDir>
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<SiteUrlToLaunchAfterPublish /> <SiteUrlToLaunchAfterPublish />
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ProjectGuid>49b56d6d-731c-6482-4a5c-82eaeebce593</ProjectGuid> <ProjectGuid>19995fb6-e1d1-45af-8fe3-b46bb3c80732</ProjectGuid>
<SelfContained>false</SelfContained> <SelfContained>false</SelfContained>
<UseAppHost>false</UseAppHost>
<PublishSingleFile>false</PublishSingleFile>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
+20 -1
View File
@@ -4,6 +4,9 @@
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseAppHost>false</UseAppHost>
<AssemblyName>BiDashboard</AssemblyName>
<RootNamespace>TrafagSalesExporter</RootNamespace>
<!-- <!--
Pfad zur SAP HANA Client DLL (wird mit dem SAP HANA Client installiert). Pfad zur SAP HANA Client DLL (wird mit dem SAP HANA Client installiert).
@@ -15,14 +18,15 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="ClosedXML" Version="0.104.2" /> <PackageReference Include="ClosedXML" Version="0.104.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11"> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.Graph" Version="5.80.0" /> <PackageReference Include="Microsoft.Graph" Version="5.80.0" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="MudBlazor" Version="7.15.0" /> <PackageReference Include="MudBlazor" Version="7.15.0" />
</ItemGroup> </ItemGroup>
@@ -33,6 +37,21 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="trafag_exporter.db" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" />
<Content Include="trafag_exporter.db-wal" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" />
<Content Include="trafag_exporter.db-shm" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" />
<Content Include="check.xlsx" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="DE_Beispiel_Export_Daten.xlsx" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="formeln.docx" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="FINANZ_OFFENE_FRAGEN_ANDREAS.docx" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="trafag.jpg" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="Bild.png" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="erg.png" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="login.png" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
<Content Include="manometer.png" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Remove="TrafagSalesExporter.Tests\**\*.cs" /> <Compile Remove="TrafagSalesExporter.Tests\**\*.cs" />
<Compile Remove="Tools\**\*.cs" /> <Compile Remove="Tools\**\*.cs" />