EL_Singature/AppView/AppView.csproj

28 lines
953 B
XML
Raw Normal View History

2023-05-19 21:46:44 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<None Remove="FormMain.cs~RF1cb5e472.TMP" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ElectronicSignature" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.3" />
</ItemGroup>
<ItemGroup>
2023-05-20 00:18:29 +04:00
<ProjectReference Include="..\BuisnessLogic\BuisnessLogic.csproj" />
2023-05-19 21:46:44 +04:00
<ProjectReference Include="..\Contracts\Contracts.csproj" />
<ProjectReference Include="..\DataModels\DataModels.csproj" />
2023-05-20 00:18:29 +04:00
<ProjectReference Include="..\FileImplements\FileImplements.csproj" />
2023-05-19 21:46:44 +04:00
</ItemGroup>
</Project>