UPPPayDll.csproj 343 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0-windows</TargetFramework>
  4. <UseWPF>true</UseWPF>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Reference Include="Newtonsoft.Json">
  8. <HintPath>bin\Debug\net5.0-windows\Newtonsoft.Json.dll</HintPath>
  9. </Reference>
  10. </ItemGroup>
  11. </Project>