GxPress.Request.csproj 738 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <DocumentationFile>bin\Debug\netcoreapp3.0\GxPress.Request.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\Infrastructure\GxPress.Common\GxPress.Common.csproj" />
  10. <ProjectReference Include="..\GxPress.Entity\GxPress.Entity.csproj" />
  11. <ProjectReference Include="..\GxPress.EnumConst\GxPress.EnumConst.csproj" />
  12. <ProjectReference Include="..\GxPress.Result\GxPress.Result.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Folder Include="Media\" />
  16. </ItemGroup>
  17. </Project>