PIbd-21_BatylkinaAO_MusoevD.../Canteen/CanteenVisitorApp/CanteenVisitorApp.csproj

31 lines
963 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
2023-04-09 19:28:29 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>True</Optimize>
</PropertyGroup>
2023-04-09 19:28:29 +04:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CanteenBusinessLogic\CanteenBusinessLogic.csproj" />
<ProjectReference Include="..\CanteenContracts\CanteenContracts.csproj" />
<ProjectReference Include="..\CanteenDatabaseImplement\CanteenDatabaseImplement.csproj" />
<ProjectReference Include="..\CanteenDataModels\CanteenDataModels.csproj" />
</ItemGroup>
2023-05-14 22:24:37 +04:00
<ItemGroup>
<Content Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
2023-04-09 19:28:29 +04:00
</Project>