89 lines
3.2 KiB
XML
89 lines
3.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<Version>8.16.2604.2718</Version>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<RootNamespace>MP_TAB3</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Controllers\**" />
|
|
<Compile Remove="Data\**" />
|
|
<Content Remove="Controllers\**" />
|
|
<Content Remove="Data\**" />
|
|
<EmbeddedResource Remove="Controllers\**" />
|
|
<EmbeddedResource Remove="Data\**" />
|
|
<None Remove="Controllers\**" />
|
|
<None Remove="Data\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Components\MseSampler.razor.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="compilerconfig.json" />
|
|
<Content Remove="Components\MseSampler.razor" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="EgwCoreLib.Razor" />
|
|
<PackageReference Include="EgwCoreLib.Utils" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" />
|
|
<PackageReference Include="NLog" />
|
|
<PackageReference Include="NLog.Targets.OpenTelemetryProtocol" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" />
|
|
<PackageReference Include="OpenTelemetry.Exporter.Console" />
|
|
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" />
|
|
<PackageReference Include="OpenTelemetry.Extensions.Hosting" />
|
|
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" />
|
|
<PackageReference Include="OpenTelemetry.Instrumentation.SqlClient" />
|
|
<PackageReference Include="OpenTelemetry.Instrumentation.StackExchangeRedis" />
|
|
<PackageReference Include="StackExchange.Redis" />
|
|
<PackageReference Include="System.Text.Encodings.Web" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="compilerconfig.json" />
|
|
<None Include="Properties\PublishProfiles\IIS01.pubxml.user" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MP.Data\MP.Data.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Update="wwwroot\images\macchine\small\Steamware.png">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\images\macchine\Steamware.png">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\images\ST_img\Steamware.png">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="logs\.placeholder">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
|
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
|
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectDir $(ProjectDir) -ProjectPath $(ProjectPath)" />
|
|
</Target>
|
|
|
|
</Project>
|