123456789101112131415161718192021222324252627 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
- <LangVersion>latest</LangVersion>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DocumentationFile>bin\Debug\netcoreapp3.0\GxPress.Entity.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="WorkFlow\FlowApproverCheck.cs" />
- <Compile Remove="WorkFlow\FlowCarbonCopy.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Infrastructure\GxPress.Common\GxPress.Common.csproj" />
- <ProjectReference Include="..\GxPress.EnumConst\GxPress.EnumConst.csproj" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Datory" Version="1.0.13" />
- </ItemGroup>
- </Project>
|