You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
171 lines
8.0 KiB
171 lines
8.0 KiB
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="wwwroot\CustomContent\logo.png" />
|
|
<None Remove="wwwroot\CustomContent\SwaggerHeader.css" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="12.0.1" />
|
|
<PackageReference Include="BouncyCastle.NetCore" Version="1.9.0" />
|
|
<PackageReference Include="iTextSharp" Version="5.5.13.3" />
|
|
<PackageReference Include="itextsharp.xmlworker" Version="5.5.13.3" />
|
|
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="12.0.0" />
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.2.9" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.21.0" />
|
|
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.2.2" />
|
|
<PackageReference Include="Microsoft.Owin.Security.Jwt" Version="4.2.2" />
|
|
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DealerSelection.DependencyInjection\DealerSelection.DependencyInjection.csproj" />
|
|
<ProjectReference Include="..\DealerSelection.Interface\DealerSelection.Api.Interface.csproj" />
|
|
<ProjectReference Include="..\DealerSelection.WebApi.Models\DealerSelection.WebApi.Models.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Update="appsettings-Prod.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="appsettings.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="appsettings-PreProd.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="connectionString-Prod.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="connectionString.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="connectionString-PreProd.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts.zip">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Bold Italic.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Bold.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Book Italic.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Book.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Heavy.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Medium Italic.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Medium.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Blender Pro Thin.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\BlenderPro-Bold.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\BlenderPro-Heavy.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\BlenderPro-Medium.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\Proxima Nova Font 2.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-BlackIt_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-Black_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-BoldIt_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-Bold_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-LightIt_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-Light_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-RegIt_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-Reg_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-SboldIt_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-Sbold_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-ThinIt_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-Thin_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-XboldIt_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\ProximaNova-Xbold_0.otf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\TradeGothicLTCom-Bold.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\Fonts-file\TradeGothicLTCom-Cn18.ttf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\ktm-logo.svg">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\logo.png">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\receiptformat.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\receiptstyle.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\CustomContent\SwaggerHeader.css">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
</Project>
|