DllEapEntity.csproj 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Platforms>AnyCPU;x64;x86</Platforms>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  7. <PlatformTarget>x86</PlatformTarget>
  8. </PropertyGroup>
  9. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  10. <GenerateDocumentationFile>true</GenerateDocumentationFile>
  11. <DocumentationFile>bin\Debug\netcoreapp2.1\netcoreapp2.1\DllEapEntity.xml</DocumentationFile>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <Compile Remove="新文件夹1\**" />
  15. <EmbeddedResource Remove="新文件夹1\**" />
  16. <None Remove="新文件夹1\**" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <PackageReference Include="AutoMapper" Version="10.1.1" />
  20. <PackageReference Include="MongoDB.Bson" Version="2.13.2" />
  21. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  22. <PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Folder Include="Mail\" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <ProjectReference Include="..\DllAmbiguity\DllAmbiguity.csproj" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Reference Include="Cksoft.Data">
  32. <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
  33. </Reference>
  34. <Reference Include="Cksoft.Unity">
  35. <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
  36. </Reference>
  37. </ItemGroup>
  38. </Project>