GxPress.Entity.csproj 791 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.0</TargetFramework>
  4. <LangVersion>latest</LangVersion>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  7. <DocumentationFile>bin\Debug\netcoreapp3.0\GxPress.Entity.xml</DocumentationFile>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <Compile Remove="WorkFlow\FlowApproverCheck.cs" />
  11. <Compile Remove="WorkFlow\FlowCarbonCopy.cs" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\Infrastructure\GxPress.Common\GxPress.Common.csproj" />
  15. <ProjectReference Include="..\GxPress.EnumConst\GxPress.EnumConst.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <PackageReference Include="Datory" Version="1.0.13" />
  19. </ItemGroup>
  20. </Project>