DllSqlCoreAcc.csproj 384 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Reference Include="Cksoft.Data.Dapper">
  7. <HintPath>..\Dll\Cksoft.Data.Dapper.dll</HintPath>
  8. </Reference>
  9. <Reference Include="DllHsms">
  10. <HintPath>..\Dll\DllHsms.dll</HintPath>
  11. </Reference>
  12. </ItemGroup>
  13. </Project>