123456789101112131415161718192021 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DocumentationFile>bin\Debug\netcoreapp3.0\GxPress.Request.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Infrastructure\GxPress.Common\GxPress.Common.csproj" />
- <ProjectReference Include="..\GxPress.Entity\GxPress.Entity.csproj" />
- <ProjectReference Include="..\GxPress.EnumConst\GxPress.EnumConst.csproj" />
- <ProjectReference Include="..\GxPress.Result\GxPress.Result.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Media\" />
- </ItemGroup>
- </Project>
|