ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationClientApp/SoftwareInstallationClientApp.csproj
Максим Куклев a21abcc3f4 загрузил
2024-05-11 21:30:00 +04:00

18 lines
432 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Include="Properties\launchSettings.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
</ItemGroup>
</Project>