76 lines
2.6 KiB
XML
76 lines
2.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<Version>6.16.2402.2815</Version>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<RootNamespace>MP_TAB3</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<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" Version="1.4.2402.2311" />
|
|
<PackageReference Include="EgwCoreLib.Utils" Version="1.4.2402.2311" />
|
|
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Controllers\" />
|
|
<Folder Include="Data\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="compilerconfig.json" />
|
|
<None Include="wwwroot\css\fonts\lato-v17-latin-regular.svg" />
|
|
<None Include="wwwroot\css\fonts\lato-v17-latin-regular.woff2" />
|
|
<None Include="wwwroot\css\fonts\roboto-condensed-v19-latin-regular.svg" />
|
|
<None Include="wwwroot\css\fonts\roboto-condensed-v19-latin-regular.woff2" />
|
|
<None Include="wwwroot\css\fonts\roboto-v27-latin-regular.svg" />
|
|
<None Include="wwwroot\css\fonts\roboto-v27-latin-regular.woff2" />
|
|
</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>
|