NCC.Order.csproj 1023 Bytes
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
  </PropertyGroup>

	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
		<DocumentationFile>D:\wesley\project\git\antis-disk\netcore\src\Modularity\SimpleOrder\NCC.Order\NCC.Frends.xml</DocumentationFile>
	</PropertyGroup>

	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
		<DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
	</PropertyGroup>

  <ItemGroup>
    <PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
    <ProjectReference Include="..\..\..\Infrastructure\NCC.Pay\NCC.Core.Pay\NCC.Core.Pay.csproj" />
    <ProjectReference Include="..\..\Common\NCC.Common.Core\NCC.Common.Core.csproj" />
    <ProjectReference Include="..\..\System\NCC.System.Interfaces\NCC.System.Interfaces.csproj" />
    <ProjectReference Include="..\NCC.Order.Interfaces\NCC.Order.Interfaces.csproj" />
  </ItemGroup>

</Project>