Files
DP44/DataPRO/WPF.DbAPI/WPF.Core.DbAPI.csproj
2026-04-17 14:55:32 -04:00

17 lines
452 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DTS.Core.DbAPIWrapper\DTS.Core.DbAPIWrapper.csproj" />
</ItemGroup>
</Project>