ASCU_ALL/Korp90TimePasport/Korp90TimePasport.csproj

17 lines
370 B
XML
Raw Normal View History

2021-05-25 17:00:45 +05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.Odbc" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DataClients\DataClients.csproj" />
</ItemGroup>
</Project>