WebLogViewer.csproj 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. <UserSecretsId>aa0e9bf1-6bac-4c97-a914-7dd2f666831a</UserSecretsId>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
  8. <PackageReference Include="Microsoft.AspNetCore.CookiePolicy" Version="2.1.0" />
  9. <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.0" />
  10. <PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
  11. <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.1.0" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\DllEapBll\DllEapBll.csproj" />
  15. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Reference Include="Cksoft.Data">
  19. <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
  20. </Reference>
  21. <Reference Include="CkSoft.Data.Repository">
  22. <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
  23. </Reference>
  24. <Reference Include="Cksoft.Unity">
  25. <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
  26. </Reference>
  27. </ItemGroup>
  28. </Project>